Searched refs:getTypeLegalizationCost (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 301 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/ |
D | ARMTargetTransformInfo.cpp | 64 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/ |
D | X86TargetTransformInfo.cpp | 86 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/ |
D | NVPTXTargetTransformInfo.cpp | 97 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 268 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/ |
D | PPCTargetTransformInfo.cpp | 316 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 997 std::pair<unsigned, MVT> getTypeLegalizationCost(Type *Ty) const;
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1586 TargetLoweringBase::getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function in TargetLoweringBase
|