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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 181 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
182 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 323 if (TLI->isOperationLegalOrCustom(Opcode, VTy))
326 TLI->isOperationLegalOrCustom(Opcode, VTy.getScalarType()))
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp 431 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
    [all...]
TargetLowering.cpp     [all...]
LegalizeIntegerTypes.cpp 362 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
LegalizeVectorOps.cpp 740 if (TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType())) {
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 419 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 828 milliseconds