HomeSort by relevance Sort by last modified time
    Searched refs:isOperationLegalOrCustom (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 159 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
160 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp 422 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 362 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
LegalizeVectorOps.cpp 735 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType())) {
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 403 /// isOperationLegalOrCustom - Return true if the specified operation is
406 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 131 milliseconds