Home
last modified time | relevance | path

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

12

/external/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,
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp209 unsigned HexagonTTIImpl::getGatherScatterOpCost( in getGatherScatterOpCost() function in HexagonTTIImpl
212 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
DHexagonTargetTransformInfo.h126 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h535 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
713 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
931 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function
934 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
DTargetTransformInfoImpl.h333 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h79 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
DX86TargetTransformInfo.cpp1540 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp341 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo
344 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/external/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
/external/llvm-project/llvm/lib/Target/ARM/
DARMTargetTransformInfo.h238 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
DARMTargetTransformInfo.cpp1361 unsigned ARMTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in ARMTTIImpl
1368 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/external/llvm-project/llvm/lib/Target/X86/
DX86TargetTransformInfo.h149 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
DX86TargetTransformInfo.cpp4206 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
4217 return BaseT::getGatherScatterOpCost(Opcode, SrcVTy, Ptr, VariableMask, in getGatherScatterOpCost()
/external/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
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfo.h1129 int getGatherScatterOpCost(
1556 virtual int getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
2013 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, const Value *Ptr,
2017 return Impl.getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask,
DTargetTransformInfoImpl.h507 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h688 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost()
698 static_cast<T *>(this)->getGatherScatterOpCost(Instruction::Load, in getIntrinsicInstrCost()
/external/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h994 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy,
1245 return thisT()->getGatherScatterOpCost(Instruction::Store, in getIntrinsicInstrCost()
1254 return thisT()->getGatherScatterOpCost(Instruction::Load, RetTy, Args[0], in getIntrinsicInstrCost()
/external/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()
/external/llvm-project/llvm/lib/Analysis/
DTargetTransformInfo.cpp863 int TargetTransformInfo::getGatherScatterOpCost( in getGatherScatterOpCost() function in TargetTransformInfo
866 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1110 return ConcreteTTI->getGatherScatterOpCost(
1118 return ConcreteTTI->getGatherScatterOpCost(Instruction::Load, RetTy,
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6024 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getInstructionCost()

12