Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11860 bool InputsAreConsecutiveLoads = true; in combineBVOfConsecutiveLoads() local
11895 InputsAreConsecutiveLoads = false; in combineBVOfConsecutiveLoads()
11900 if (!InputsAreConsecutiveLoads && !InputsAreReverseConsecutive) in combineBVOfConsecutiveLoads()
11904 assert(!(InputsAreConsecutiveLoads && InputsAreReverseConsecutive) && in combineBVOfConsecutiveLoads()
11915 if (InputsAreConsecutiveLoads) { in combineBVOfConsecutiveLoads()