Searched refs:selectAddr (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelDAGToDAG.cpp | 98 bool Mips16DAGToDAGISel::selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base, in selectAddr() function in Mips16DAGToDAGISel 169 return selectAddr(false, Addr, Base, Offset); in selectAddr16() 174 return selectAddr(true, Addr, Base, Offset); in selectAddr16SP()
|
| H A D | Mips16ISelDAGToDAG.h | 32 bool selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 220 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base, 2644 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() function in X86DAGToDAGISel 2899 return selectAddr(N.getNode(), in tryFoldLoad() 2913 return selectAddr(N.getNode(), in tryFoldBroadcast() 3285 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), Base, Scale, Index, Disp, in foldLoadStoreIntoMemOperand() 6163 if (!selectAddr(Node, Addr, Base, Scale, Index, Disp, Segment)) in Select() 6207 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
|
| H A D | X86InstrInfo.td | 837 def addr : ComplexPattern<iPTR, 5, "selectAddr", [], [SDNPWantParent]>;
|