Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6686 bool isGA1 = TLI->isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLoad() local
6688 if (isGA1 && isGA2 && GV1 == GV2) in isConsecutiveLoad()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8948 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLSLoc() local
8950 if (isGA1 && isGA2 && GV1 == GV2) in isConsecutiveLSLoc()