Searched refs:getBaseWithConstantOffset (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9520 static void getBaseWithConstantOffset(SDValue Loc, SDValue &Base, in getBaseWithConstantOffset() function 9528 getBaseWithConstantOffset(Loc.getOperand(0), Base, Offset, DAG); in getBaseWithConstantOffset() 9553 getBaseWithConstantOffset(Loc, Base1, Offset1, DAG); in isConsecutiveLSLoc() 9554 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10882 static void getBaseWithConstantOffset(SDValue Loc, SDValue &Base, in getBaseWithConstantOffset() function 10890 getBaseWithConstantOffset(Loc.getOperand(0), Base, Offset, DAG); in getBaseWithConstantOffset() 10915 getBaseWithConstantOffset(Loc, Base1, Offset1, DAG); in isConsecutiveLSLoc() 10916 getBaseWithConstantOffset(BaseLoc, Base2, Offset2, DAG); in isConsecutiveLSLoc()
|