Home
last modified time | relevance | path

Searched defs:getVectorInstrCost (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600TargetTransformInfo.cpp111 InstructionCost R600TTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in R600TTIImpl
H A DAMDGPUTargetTransformInfo.cpp883 InstructionCost GCNTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp185 InstructionCost WebAssemblyTTIImpl::getVectorInstrCost( in getVectorInstrCost() function in WebAssemblyTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp319 InstructionCost HexagonTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in HexagonTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1415 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function
1426 InstructionCost getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function
1435 InstructionCost getVectorInstrCost(const Instruction &I, Type *Val, in getVectorInstrCost() function
/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
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1096 InstructionCost TargetTransformInfo::getVectorInstrCost( in getVectorInstrCost() function in TargetTransformInfo
1108 InstructionCost TargetTransformInfo::getVectorInstrCost( in getVectorInstrCost() function in TargetTransformInfo
1122 TargetTransformInfo::getVectorInstrCost(const Instruction &I, Type *Val, in getVectorInstrCost() function in TargetTransformInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp676 InstructionCost PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in PPCTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1184 InstructionCost SystemZTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in SystemZTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3895 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
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp902 InstructionCost ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2205 InstructionCost RISCVTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp4786 InstructionCost X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5777 static InstructionCost getVectorInstrCost( in getVectorInstrCost() function