Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6515 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLoad() local
6517 if (isGA1 && isGA2 && GV1 == GV2) in isConsecutiveLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp7010 bool isGA1 = TLI->isGAPlusOffset(Loc.getNode(), GV1, Offset1); in areNonVolatileConsecutiveLoads() local
7012 if (isGA1 && isGA2 && GV1 == GV2) in areNonVolatileConsecutiveLoads()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9563 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1); in isConsecutiveLSLoc() local
9565 if (isGA1 && isGA2 && GV1 == GV2) in isConsecutiveLSLoc()