Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp245 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getSpliceCost()
259 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
289 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
825 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
834 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
844 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
850 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
860 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
868 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
874 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp166 getTypeLegalizationCost(ICA.getReturnType()); in getIntrinsicInstrCost()
279 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
299 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
322 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(SrcTy); in getCastInstrCost()
323 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(DstTy); in getCastInstrCost()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp638 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getCastInstrCost()
908 getTypeLegalizationCost(ValTy->getScalarType()); in getVectorInstrCost()
933 InstructionCost Cost = getTypeLegalizationCost(ValTy).first; in getCmpSelInstrCost()
1010 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
1036 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
1231 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
1252 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
1276 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
1292 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
1300 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp335 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(U->getType()); in getInstructionCost()
567 std::pair<InstructionCost, MVT> LT1 = getTypeLegalizationCost(Ty1); in vectorCostAdjustmentFactor()
578 std::pair<InstructionCost, MVT> LT2 = getTypeLegalizationCost(Ty2); in vectorCostAdjustmentFactor()
620 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
766 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getMemoryOpCost()
857 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VecTy); in getInterleavedMemoryOpCost()
1047 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(SrcVTy); in getVPMemoryOpCost()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp335 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
350 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
363 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
370 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
394 const auto LegalisationCost = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
411 return getTypeLegalizationCost(RetTy).first * 12; in getIntrinsicInstrCost()
424 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
481 auto LT = getTypeLegalizationCost(ICA.getArgTypes()[0]); in getIntrinsicInstrCost()
1757 auto DstTyL = getTypeLegalizationCost(DstTy); in isWideningInstruction()
1765 auto SrcTyL = getTypeLegalizationCost(SrcTy); in isWideningInstruction()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.cpp522 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
694 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
773 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticReductionCost()
788 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getMinMaxReductionCost()
1230 GCNTTIImpl::getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function in GCNTTIImpl
1231 std::pair<InstructionCost, MVT> Cost = BaseT::getTypeLegalizationCost(Ty); in getTypeLegalizationCost()
DAMDGPUTargetTransformInfo.h98 std::pair<InstructionCost, MVT> getTypeLegalizationCost(Type *Ty) const;
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h813 std::pair<InstructionCost, MVT> getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function
866 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty);
1003 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(Src);
1004 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst);
1186 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy);
1280 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src);
1360 MVT VecTyLT = getTypeLegalizationCost(VecTy).second;
1658 return getTypeLegalizationCost(RetTy).first; in getIntrinsicInstrCost()
2110 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(RetTy); in getTypeBasedIntrinsicInstrCost()
2209 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getNumberOfParts()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp241 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
1445 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(BaseTp); in getShuffleCost()
1465 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost()
1512 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost()
2938 std::pair<InstructionCost, MVT> LTSrc = getTypeLegalizationCost(Src); in getCastInstrCost()
2939 std::pair<InstructionCost, MVT> LTDest = getTypeLegalizationCost(Dst); in getCastInstrCost()
3039 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
4052 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(OpTy); in getIntrinsicInstrCost()
4310 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Val); in getVectorInstrCost()
4416 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getScalarizationOverhead()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp429 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()