Home
last modified time | relevance | path

Searched refs:getGatherScatterOpCost (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp211 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in HexagonTTIImpl
213 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
DHexagonTargetTransformInfo.h122 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.h140 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
DX86TargetTransformInfo.cpp3292 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h963 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
1336 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
1754 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function
1757 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
DTargetTransformInfoImpl.h476 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp671 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo
674 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1110 return ConcreteTTI->getGatherScatterOpCost(
1118 return ConcreteTTI->getGatherScatterOpCost(Instruction::Load, RetTy,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5886 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getGatherScatterCost()