Home
last modified time | relevance | path

Searched refs:getTypeLegalizationCost (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h301 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty);
352 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(Src); in getCastInstrCost()
353 std::pair<unsigned, MVT> DstLT = TLI->getTypeLegalizationCost(Dst); in getCastInstrCost()
458 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
487 getTLI()->getTypeLegalizationCost(Val->getScalarType()); in getVectorInstrCost()
495 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Src); in getMemoryOpCost()
635 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
706 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Tp); in getNumberOfParts()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp64 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getCastInstrCost()
295 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
356 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost()
382 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost()
398 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
471 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp86 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
349 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost()
361 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost()
461 std::pair<unsigned, MVT> LTSrc = TLI->getTypeLegalizationCost(Src); in getCastInstrCost()
462 std::pair<unsigned, MVT> LTDest = TLI->getTypeLegalizationCost(Dst); in getCastInstrCost()
664 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
737 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Val); in getVectorInstrCost()
800 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
847 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(SrcVTy); in getMaskedMemoryOpCost()
884 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getReductionCost()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp97 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp268 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Val); in getVectorInstrCost()
292 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
383 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp316 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h997 std::pair<unsigned, MVT> getTypeLegalizationCost(Type *Ty) const;
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1586 TargetLoweringBase::getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function in TargetLoweringBase