reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/TargetLowering.h
 3062     bool LegalOperations() const { return LegalOps; }
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 2419     if (Updated && !IdentityLHS && !IdentityRHS && !TLO.LegalOps) {
lib/Target/AArch64/AArch64ISelLowering.cpp
 1011   if (!TLO.LegalOps)
lib/Target/ARM/ARMISelLowering.cpp
15477   if (!TLO.LegalOps)