Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp319 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
747 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
756 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
768 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
774 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
780 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
791 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
797 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
805 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
818 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp640 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getCastInstrCost()
910 getTypeLegalizationCost(ValTy->getScalarType()); in getVectorInstrCost()
935 InstructionCost Cost = getTypeLegalizationCost(ValTy).first; in getCmpSelInstrCost()
1339 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
1479 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getMemoryOpCost()
1742 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getArithmeticReductionCost()
1859 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getMinMaxReductionCost()
1899 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VT); in getIntrinsicInstrCost()
1919 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VT); in getIntrinsicInstrCost()
1930 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VT); in getIntrinsicInstrCost()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp333 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(U->getType()); in getInstructionCost()
565 std::pair<InstructionCost, MVT> LT1 = getTypeLegalizationCost(Ty1); in vectorCostAdjustmentFactor()
576 std::pair<InstructionCost, MVT> LT2 = getTypeLegalizationCost(Ty2); in vectorCostAdjustmentFactor()
618 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getShuffleCost()
770 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getMemoryOpCost()
862 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(VecTy); in getInterleavedMemoryOpCost()
1052 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(SrcVTy); in getVPMemoryOpCost()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp516 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
531 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
544 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
552 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
560 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
614 auto LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
735 auto TyL = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
3034 auto LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
3085 auto LT = getTypeLegalizationCost(Src); in getMaskedMemoryOpCost()
3110 auto LT = getTypeLegalizationCost(DataTy); in getGatherScatterOpCost()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp536 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
717 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(RetTy); in getIntrinsicInstrCost()
796 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticReductionCost()
811 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getMinMaxReductionCost()
1336 GCNTTIImpl::getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function in GCNTTIImpl
1337 std::pair<InstructionCost, MVT> Cost = BaseT::getTypeLegalizationCost(Ty); in getTypeLegalizationCost()
H A DAMDGPUTargetTransformInfo.h101 std::pair<InstructionCost, MVT> getTypeLegalizationCost(Type *Ty) const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h848 std::pair<InstructionCost, MVT> getTypeLegalizationCost(Type *Ty) const { in getTypeLegalizationCost() function
901 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty);
1049 std::pair<InstructionCost, MVT> SrcLT = getTypeLegalizationCost(Src);
1050 std::pair<InstructionCost, MVT> DstLT = getTypeLegalizationCost(Dst);
1232 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy);
1326 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src);
1406 MVT VecTyLT = getTypeLegalizationCost(VecTy).second;
1706 return getTypeLegalizationCost(RetTy).first; in getIntrinsicInstrCost()
2241 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(RetTy); in getTypeBasedIntrinsicInstrCost()
2340 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Tp); in getNumberOfParts()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp242 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()
1479 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(BaseTp); in getShuffleCost()
1637 getTypeLegalizationCost( in getShuffleCost()
3081 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(ValTy); in getCmpSelInstrCost()
4401 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Val); in getVectorInstrCost()
4504 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getScalarizationOverhead()
4715 MVT LegalSrcVecTy = getTypeLegalizationCost(SrcVecTy).second; in getReplicationShuffleCost()
4718 MVT LegalDstVecTy = getTypeLegalizationCost(DstVecTy).second; in getReplicationShuffleCost()
4793 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Src); in getMemoryOpCost()
6194 MVT LegalVT = getTypeLegalizationCost(VecTy).second; in getInterleavedMemoryOpCostAVX512()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp403 std::pair<InstructionCost, MVT> LT = getTypeLegalizationCost(Ty); in getArithmeticInstrCost()