Home
last modified time | relevance | path

Searched refs:getVectorInstrCost (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp111 InstructionCost R600TTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in R600TTIImpl
122 return BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, in getVectorInstrCost()
134 return BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, Op1); in getVectorInstrCost()
H A DR600TargetTransformInfo.h64 using BaseT::getVectorInstrCost;
65 InstructionCost getVectorInstrCost(unsigned Opcode, Type *ValTy,
H A DAMDGPUTargetTransformInfo.h170 using BaseT::getVectorInstrCost;
171 InstructionCost getVectorInstrCost(unsigned Opcode, Type *ValTy,
H A DAMDGPUTargetTransformInfo.cpp883 InstructionCost GCNTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in GCNTTIImpl
895 return BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, in getVectorInstrCost()
907 return BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, Op1); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h81 using BaseT::getVectorInstrCost;
82 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DWebAssemblyTargetTransformInfo.cpp185 InstructionCost WebAssemblyTTIImpl::getVectorInstrCost( in getVectorInstrCost() function in WebAssemblyTTIImpl
188 InstructionCost Cost = BasicTTIImplBase::getVectorInstrCost( in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h120 using BaseT::getVectorInstrCost;
121 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DSystemZTargetTransformInfo.cpp1184 InstructionCost SystemZTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in SystemZTTIImpl
1211 return BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.h155 using BaseT::getVectorInstrCost;
156 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DHexagonTargetTransformInfo.cpp319 InstructionCost HexagonTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in HexagonTTIImpl
332 return Cost + getVectorInstrCost(Instruction::ExtractElement, Val, CostKind, in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h97 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, in getBroadcastShuffleOverhead()
101 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, in getBroadcastShuffleOverhead()
121 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, in getPermuteShuffleOverhead()
123 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, in getPermuteShuffleOverhead()
149 thisT()->getVectorInstrCost(Instruction::ExtractElement, VTy, in getExtractSubvectorOverhead()
151 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, SubVTy, in getExtractSubvectorOverhead()
176 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, SubVTy, in getInsertSubvectorOverhead()
179 thisT()->getVectorInstrCost(Instruction::InsertElement, VTy, CostKind, in getInsertSubvectorOverhead()
893 Cost += thisT()->getVectorInstrCost(Instruction::InsertElement, Ty,
897 Cost += thisT()->getVectorInstrCost(Instruction::ExtractElement, Ty,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.h130 using BaseT::getVectorInstrCost;
131 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DPPCTargetTransformInfo.cpp676 InstructionCost PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in PPCTTIImpl
690 BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
853 Cost += getVectorInstrCost(Instruction::ExtractElement, Src, CostKind, I, in getMemoryOpCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h204 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
213 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
219 InstructionCost getVectorInstrCost(const Instruction &I, Type *Val,
H A DAArch64TargetTransformInfo.cpp3673 InstructionCost Cost = getVectorInstrCost(Instruction::ExtractElement, VecTy, in getExtractWithExtendCost()
3895 InstructionCost AArch64TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in AArch64TTIImpl
3909 InstructionCost AArch64TTIImpl::getVectorInstrCost( in getVectorInstrCost() function in AArch64TTIImpl
3917 InstructionCost AArch64TTIImpl::getVectorInstrCost(const Instruction &I, in getVectorInstrCost() function in AArch64TTIImpl
4068 auto ExtractCost = 2 * getVectorInstrCost(Instruction::ExtractElement, Ty, in getArithmeticInstrCost()
4070 auto InsertCost = getVectorInstrCost(Instruction::InsertElement, Ty, in getArithmeticInstrCost()
4166 Cost += getVectorInstrCost(Instruction::ExtractElement, Ty, CostKind, in getArithmeticInstrCost()
4168 Cost += getVectorInstrCost(Instruction::InsertElement, Ty, CostKind, -1, in getArithmeticInstrCost()
4200 getVectorInstrCost(Instruction::ExtractElement, Ty, CostKind, -1, in getArithmeticInstrCost()
4203 getVectorInstrCost(Instruction::InsertElement, Ty, CostKind, -1, in getArithmeticInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp396 TTI.getVectorInstrCost(*Ext0, VecTy, CostKind, Index0); in getShuffleExtract()
398 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Index1); in getShuffleExtract()
465 TTI.getVectorInstrCost(*Ext0, VecTy, CostKind, Ext0Index); in isExtractExtractCheap()
467 TTI.getVectorInstrCost(*Ext1, VecTy, CostKind, Ext1Index); in isExtractExtractCheap()
711 TTI.getVectorInstrCost(I, VecTy, CostKind, Index); in foldInsExtFNeg()
717 OldCost += TTI.getVectorInstrCost(*Extract, VecTy, CostKind, Index); in foldInsExtFNeg()
781 TTI.getVectorInstrCost(Instruction::InsertElement, ResultTy, CostKind, in foldInsExtBinop()
784 TTI.getVectorInstrCost(Instruction::InsertElement, ResultTy, CostKind, in foldInsExtBinop()
1011 TTI.getVectorInstrCost(Instruction::InsertElement, VecTy, CostKind, 0) + in scalarizeVPIntrinsic()
1206 ScalarOpCost + TTI.getVectorInstrCost(Instruction::InsertElement, VecTy, in scalarizeOpOrCmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h254 using BaseT::getVectorInstrCost;
255 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DARMTargetTransformInfo.cpp902 InstructionCost ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in ARMTTIImpl
924 BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, Op1), in getVectorInstrCost()
938 return BaseT::getVectorInstrCost(Opcode, ValTy, CostKind, Index, Op0, Op1); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h166 using BaseT::getVectorInstrCost;
167 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DX86TargetTransformInfo.cpp4786 InstructionCost X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in X86TTIImpl
4931 return BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1) + in getVectorInstrCost()
4968 Cost += getVectorInstrCost(Instruction::InsertElement, Ty, CostKind, I, in getScalarizationOverhead()
5754 return ReductionCost + getVectorInstrCost(Instruction::ExtractElement, Ty, in getArithmeticReductionCost()
5933 return MinMaxCost + getVectorInstrCost(Instruction::ExtractElement, Ty, in getMinMaxReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1096 InstructionCost TargetTransformInfo::getVectorInstrCost( in getVectorInstrCost() function in TargetTransformInfo
1103 TTIImpl->getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
1108 InstructionCost TargetTransformInfo::getVectorInstrCost( in getVectorInstrCost() function in TargetTransformInfo
1115 InstructionCost Cost = TTIImpl->getVectorInstrCost( in getVectorInstrCost()
1122 TargetTransformInfo::getVectorInstrCost(const Instruction &I, Type *Val, in getVectorInstrCost() function in TargetTransformInfo
1128 InstructionCost Cost = TTIImpl->getVectorInstrCost(I, Val, CostKind, Index); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h237 using BaseT::getVectorInstrCost;
238 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
H A DRISCVTargetTransformInfo.cpp2205 InstructionCost RISCVTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in RISCVTTIImpl
2214 return BaseT::getVectorInstrCost(Opcode, Val, CostKind, Index, Op0, Op1); in getVectorInstrCost()
2255 = getVectorInstrCost(Opcode, WideTy, CostKind, Index, nullptr, nullptr); in getVectorInstrCost()
2262 = getVectorInstrCost(Opcode, WideTy, CostKind, Index, nullptr, nullptr); in getVectorInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h781 virtual InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function
792 virtual InstructionCost getVectorInstrCost( in getVectorInstrCost() function
799 virtual InstructionCost getVectorInstrCost(const Instruction &I, Type *Val, in getVectorInstrCost() function
1526 return TargetTTI->getVectorInstrCost(*IE, Ty, CostKind, Idx); in getInstructionCost()
1658 return TargetTTI->getVectorInstrCost(*EEI, DstTy, CostKind, Idx); in getInstructionCost()
H A DTargetTransformInfo.h1485 LLVM_ABI InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val,
1500 LLVM_ABI InstructionCost getVectorInstrCost(
1511 LLVM_ABI InstructionCost getVectorInstrCost(const Instruction &I, Type *Val,

12