Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp421 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()
985 bool NeedsExtraction; in splitGEP() local
986 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
988 if (!NeedsExtraction) in splitGEP()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp1294 bool NeedsExtraction = false; in generateReadImageInst() local
1298 NeedsExtraction = true; in generateReadImageInst()
1306 .addDef(NeedsExtraction ? TempRegister : Call->ReturnRegister) in generateReadImageInst()
1313 if (NeedsExtraction) in generateReadImageInst()