Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetTransformInfo.cpp211 unsigned HexagonTTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in HexagonTTIImpl
213 return BaseT::getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
HDHexagonTargetTransformInfo.h122 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86TargetTransformInfo.h140 int getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr,
HDX86TargetTransformInfo.cpp3292 int X86TTIImpl::getGatherScatterOpCost(unsigned Opcode, Type *SrcVTy, in getGatherScatterOpCost() function in X86TTIImpl
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.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()
HDTargetTransformInfoImpl.h476 unsigned getGatherScatterOpCost(unsigned Opcode, Type *DataTy, Value *Ptr, in getGatherScatterOpCost() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp671 int TargetTransformInfo::getGatherScatterOpCost(unsigned Opcode, Type *DataTy, in getGatherScatterOpCost() function in TargetTransformInfo
674 int Cost = TTIImpl->getGatherScatterOpCost(Opcode, DataTy, Ptr, VariableMask, in getGatherScatterOpCost()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h1110 return ConcreteTTI->getGatherScatterOpCost(
1118 return ConcreteTTI->getGatherScatterOpCost(Instruction::Load, RetTy,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5886 TTI.getGatherScatterOpCost(I->getOpcode(), VectorTy, Ptr, in getGatherScatterCost()