Searched refs:selectAddr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Mips/ |
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()
|
D | Mips16ISelDAGToDAG.h | 33 bool selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 210 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base, 1465 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() function in X86DAGToDAGISel 1524 if (!selectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in selectScalarSSELoad() 1542 if (!selectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in selectScalarSSELoad() 1719 return selectAddr(N.getNode(), in tryFoldLoad() 2670 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), in Select() 2710 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
|
D | X86InstrInfo.td | 740 def addr : ComplexPattern<iPTR, 5, "selectAddr", [], [SDNPWantParent]>;
|