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

  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 190 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
191 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
197 return TLI->isTypeLegal(VT) && TLI->isOperationLegalOrCustom(ISD::FSQRT, VT);
CodeGenPrepare.cpp 667 if (TLI.isOperationLegalOrCustom(ISDOpcode,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
LegalizeVectorOps.cpp 424 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
428 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
    [all...]
DAGCombiner.cpp 473 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
    [all...]
LegalizeIntegerTypes.cpp 392 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 343 if (TLI->isOperationLegalOrCustom(Opcode, VTy))
346 TLI->isOperationLegalOrCustom(Opcode, VTy.getScalarType()))
  /external/llvm/include/llvm/Target/
TargetLowering.h 489 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 189 milliseconds