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/ |
D | HexagonTargetTransformInfo.cpp | 211 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in HexagonTTIImpl 213 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
|
D | HexagonTargetTransformInfo.h | 122 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 140 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
|
D | X86TargetTransformInfo.cpp | 3292 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/ |
D | TargetTransformInfo.h | 963 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()
|
D | TargetTransformInfoImpl.h | 476 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/ |
D | TargetTransformInfo.cpp | 671 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/ |
D | BasicTTIImpl.h | 1110 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/ |
D | LoopVectorize.cpp | 5886 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getGatherScatterCost()
|