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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 478 if (TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NewVT)) {
482 if (!isSigned && TLI.isOperationLegalOrCustom(ISD::FP_TO_UINT, NewVT)) {
    [all...]
LegalizeDAG.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp 593 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeIntegerTypes.cpp 422 TLI.isOperationLegalOrCustom(ISD::FP_TO_SINT, NVT))
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 375 if (TLI->isOperationLegalOrCustom(Opcode, VTy))
378 TLI->isOperationLegalOrCustom(Opcode, VTy.getScalarType()))
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 183 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
184 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other);
191 TLI->isOperationLegalOrCustom(ISD::FSQRT, VT);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 559 bool isOperationLegalOrCustom(unsigned Op, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 692 milliseconds