Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp293 SmallVector<int, 2> OpIndexes; in collectRewritableIntrinsicOperands()
294 if (TTI->collectFlatAddressOperands(OpIndexes, IID)) { in collectRewritableIntrinsicOperands()
295 for (int Idx : OpIndexes) { in collectRewritableIntrinsicOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUTargetTransformInfo.h197 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
DAMDGPUTargetTransformInfo.cpp652 bool GCNTTIImpl::collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
662 OpIndexes.push_back(0); in collectFlatAddressOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h380 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
1204 virtual bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
1467 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
1469 return Impl.collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
DTargetTransformInfoImpl.h163 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp228 SmallVectorImpl<int> &OpIndexes, Intrinsic::ID IID) const { in collectFlatAddressOperands() argument
229 return TTIImpl->collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h219 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument