Searched refs:getTypeLegalizationCost (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 297 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost() 364 std::pair<unsigned, MVT> SrcLT = TLI->getTypeLegalizationCost(Src); in getCastInstrCost() 365 std::pair<unsigned, MVT> DstLT = TLI->getTypeLegalizationCost(Dst); in getCastInstrCost() 466 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() 493 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Val->getScalarType()); in getVectorInstrCost() 502 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Src); in getMemoryOpCost() 581 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost() 620 std::pair<unsigned, MVT> LT = getTLI()->getTypeLegalizationCost(Tp); in getNumberOfParts()
|
D | TargetLoweringBase.cpp | 1400 TargetLoweringBase::getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function in TargetLoweringBase
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 198 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getCastInstrCost() 422 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() 464 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost() 490 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost() 505 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost() 577 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 185 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost() 414 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost() 426 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Tp); in getShuffleCost() 526 std::pair<unsigned, MVT> LTSrc = TLI->getTypeLegalizationCost(Src); in getCastInstrCost() 527 std::pair<unsigned, MVT> LTDest = TLI->getTypeLegalizationCost(Dst); in getCastInstrCost() 685 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getCmpSelInstrCost() 745 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Val); in getVectorInstrCost() 809 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost() 840 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(ValTy); in getReductionCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 384 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Val); in getVectorInstrCost() 407 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Ty); in getArithmeticInstrCost() 475 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 385 std::pair<unsigned, MVT> LT = TLI->getTypeLegalizationCost(Src); in getMemoryOpCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 920 std::pair<unsigned, MVT> getTypeLegalizationCost(Type *Ty) const;
|