Home
last modified time | relevance | path

Searched refs:NeedsExtraction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp368 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
737 bool &NeedsExtraction) { in accumulateByteOffset() argument
738 NeedsExtraction = false; in accumulateByteOffset()
747 NeedsExtraction = true; in accumulateByteOffset()
759 NeedsExtraction = true; in accumulateByteOffset()
897 bool NeedsExtraction; in splitGEP() local
898 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
900 if (!NeedsExtraction) in splitGEP()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp400 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
783 bool &NeedsExtraction) { in accumulateByteOffset() argument
784 NeedsExtraction = false; in accumulateByteOffset()
793 NeedsExtraction = true; in accumulateByteOffset()
805 NeedsExtraction = true; in accumulateByteOffset()
943 bool NeedsExtraction; in splitGEP() local
944 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
946 if (!NeedsExtraction) in splitGEP()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp414 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
814 bool &NeedsExtraction) { in accumulateByteOffset() argument
815 NeedsExtraction = false; in accumulateByteOffset()
828 NeedsExtraction = true; in accumulateByteOffset()
840 NeedsExtraction = true; in accumulateByteOffset()
978 bool NeedsExtraction; in splitGEP() local
979 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
981 if (!NeedsExtraction) in splitGEP()
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2006 bool NeedsExtraction = false; in findBestDAGFor() local
2017 NeedsExtraction = true; in findBestDAGFor()
2021 if (NeedsExtraction) { in findBestDAGFor()
2037 NeedsExtraction = false; in findBestDAGFor()
2048 NeedsExtraction = true; in findBestDAGFor()
2052 if (NeedsExtraction) { in findBestDAGFor()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1269 bool NeedsExtraction = false; in generateReadImageInst() local
1273 NeedsExtraction = true; in generateReadImageInst()
1280 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()
1287 if (NeedsExtraction) in generateReadImageInst()