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/ |
D | InferAddressSpaces.cpp | 293 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/ |
D | AMDGPUTargetTransformInfo.h | 197 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes,
|
D | AMDGPUTargetTransformInfo.cpp | 652 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/ |
D | TargetTransformInfo.h | 380 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()
|
D | TargetTransformInfoImpl.h | 163 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 228 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/ |
D | BasicTTIImpl.h | 219 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() argument
|