Searched defs:getVectorInstrCost (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUTargetTransformInfo.cpp | 95 int AMDGPUTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in AMDGPUTTIImpl
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 243 int ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() function in ARMTTIImpl
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 294 int PPCTTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() function in PPCTTIImpl
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 294 int AArch64TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in AArch64TTIImpl
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 914 int X86TTIImpl::getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() function in X86TTIImpl
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 474 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 259 int TargetTransformInfo::getVectorInstrCost(unsigned Opcode, Type *Val, in getVectorInstrCost() function in TargetTransformInfo
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 293 unsigned getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) { in getVectorInstrCost() function
|
D | TargetTransformInfo.h | 783 int getVectorInstrCost(unsigned Opcode, Type *Val, unsigned Index) override { in getVectorInstrCost() function
|