Searched refs:collectFlatAddressOperands (Results 1 – 7 of 7) sorted by relevance
/external/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() function in GCNTTIImpl
|
/external/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() function 1469 return Impl.collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
|
D | TargetTransformInfoImpl.h | 163 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 227 bool TargetTransformInfo::collectFlatAddressOperands( in collectFlatAddressOperands() function in TargetTransformInfo 229 return TTIImpl->collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InferAddressSpaces.cpp | 294 if (TTI->collectFlatAddressOperands(OpIndexes, IID)) { in collectRewritableIntrinsicOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 219 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() function
|