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

References

include/llvm/CodeGen/BasicTTIImpl.h
  407     if (TLI->isOperationLegalOrCustomOrPromote(ISD::FADD, VT))
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
18116   if (!TLI.isOperationLegalOrCustomOrPromote(BOpcode, NarrowBVT))
18230   if (TLI.isOperationLegalOrCustomOrPromote(ISD::LOAD, NVT))
19631         TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) {
19660         TLI.isOperationLegalOrCustomOrPromote(Opcode, NarrowVT)) {
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
 1109           TLI.isOperationLegalOrCustomOrPromote(ISD::AND, ByteVT) &&
 1110           TLI.isOperationLegalOrCustomOrPromote(ISD::OR, ByteVT)))) {
 1124       !TLI.isOperationLegalOrCustomOrPromote(ISD::AND, VT) ||
 1125       !TLI.isOperationLegalOrCustomOrPromote(ISD::OR, VT))
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 5792                         !isOperationLegalOrCustomOrPromote(ISD::OR, VT)))
 5857                         !isOperationLegalOrCustomOrPromote(ISD::OR, VT) ||
 5858                         !isOperationLegalOrCustomOrPromote(ISD::AND, VT)))
 5965                            !isOperationLegalOrCustomOrPromote(ISD::XOR, SrcVT)))
 6053          !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) ||
 6054          !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT)))
 6090          !isOperationLegalOrCustomOrPromote(ISD::OR, SrcVT) ||
 6091          !isOperationLegalOrCustomOrPromote(ISD::AND, SrcVT)))
 6177                         !isOperationLegalOrCustomOrPromote(ISD::AND, VT)))
 6250                         !isOperationLegalOrCustomOrPromote(ISD::OR, VT)))
 6303                         !isOperationLegalOrCustomOrPromote(ISD::AND, VT) ||
 6304                         !isOperationLegalOrCustomOrPromote(ISD::XOR, VT)))
 6337                         !isOperationLegalOrCustomOrPromote(ISD::XOR, VT)))
lib/Target/ARM/ARMTargetTransformInfo.cpp
  723   if (TLI->isOperationLegalOrCustomOrPromote(ISDOpcode, LT.second))
lib/Target/X86/X86ISelLowering.cpp
 4982   if (!isOperationLegalOrCustomOrPromote(Opc, VecVT))
 4988   return isOperationLegalOrCustomOrPromote(Opc, ScalarVT);