Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp114 static cl::opt<unsigned> DispFormPrepMinThreshold("ppc-dispprep-min-threshold", variable
422 if (RemainderOffsetInfo[MaxCountRemainder].second < DispFormPrepMinThreshold) in prepareBaseForDispFormChain()
716 if (Bucket.Elements.size() < DispFormPrepMinThreshold) in dispFormPrep()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp116 static cl::opt<unsigned> DispFormPrepMinThreshold("ppc-dispprep-min-threshold", variable
417 if (RemainderOffsetInfo[MaxCountRemainder].second < DispFormPrepMinThreshold) in prepareBaseForDispFormChain()
707 if (Bucket.Elements.size() < DispFormPrepMinThreshold) in dispFormPrep()