Home
last modified time | relevance | path

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

/external/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() function in GCNTTIImpl
/external/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() function
1469 return Impl.collectFlatAddressOperands(OpIndexes, IID); in collectFlatAddressOperands()
DTargetTransformInfoImpl.h163 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp227 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/
DInferAddressSpaces.cpp294 if (TTI->collectFlatAddressOperands(OpIndexes, IID)) { in collectRewritableIntrinsicOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h219 bool collectFlatAddressOperands(SmallVectorImpl<int> &OpIndexes, in collectFlatAddressOperands() function