Searched refs:SelectAddressRegRegOnly (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 273 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
|
D | PPCISelDAGToDAG.cpp | 129 return PPCLowering.SelectAddressRegRegOnly(N, Base, Index, *CurDAG); in SelectAddrIdxOnly()
|
D | PPCISelLowering.cpp | 938 bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base, in SelectAddressRegRegOnly() function in PPCTargetLowering
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 539 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
|
D | PPCISelDAGToDAG.cpp | 163 return PPCLowering->SelectAddressRegRegOnly(N, Base, Index, *CurDAG); in SelectAddrIdxOnly()
|
D | PPCISelLowering.cpp | 1945 bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base, in SelectAddressRegRegOnly() function in PPCTargetLowering 2000 } else if (SelectAddressRegRegOnly(Ptr, Offset, Base, DAG)) { in getPreIndexedAddressParts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 647 bool SelectAddressRegRegOnly(SDValue N, SDValue &Base, SDValue &Index,
|
D | PPCISelDAGToDAG.cpp | 250 return PPCLowering->SelectAddressRegRegOnly(N, Base, Index, *CurDAG); in SelectAddrIdxOnly()
|
D | PPCISelLowering.cpp | 2378 bool PPCTargetLowering::SelectAddressRegRegOnly(SDValue N, SDValue &Base, in SelectAddressRegRegOnly() function in PPCTargetLowering 2438 } else if (SelectAddressRegRegOnly(Ptr, Offset, Base, DAG)) { in getPreIndexedAddressParts()
|