Home
last modified time | relevance | path

Searched refs:OpIndexes (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h210 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
HDAMDGPUTargetTransformInfo.cpp1016 bool GCNTTIImpl::collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
1026 OpIndexes.push_back(0); in collectFlatAddressOperands()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDInferAddressSpaces.cpp434 SmallVector<int, 2> OpIndexes; in collectRewritableIntrinsicOperands()
435 if (TTI->collectFlatAddressOperands(OpIndexes, IID)) { in collectRewritableIntrinsicOperands()
436 for (int Idx : OpIndexes) { in collectRewritableIntrinsicOperands()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h479 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
1848 virtual bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
2277 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
2279 return Impl.collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
HDTargetTransformInfoImpl.h120 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp313 SmallVectorImpl<int> &OpIndexes, Intrinsic::ID IID) const { in collectFlatAddressOperands() argument
314 return TTIImpl->collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h300 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument