Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp424 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
827 bool &NeedsExtraction) { in accumulateByteOffset() argument
828 NeedsExtraction = false; in accumulateByteOffset()
841 NeedsExtraction = true; in accumulateByteOffset()
853 NeedsExtraction = true; in accumulateByteOffset()
1028 bool NeedsExtraction; in splitGEP() local
1029 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
1033 if (!NeedsExtraction) { in splitGEP()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1752 bool NeedsExtraction = false; in generateReadImageInst() local
1756 NeedsExtraction = true; in generateReadImageInst()
1764 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()
1771 if (NeedsExtraction) in generateReadImageInst()