Home
last modified time | relevance | path

Searched refs:selectAddr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp98 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 DMips16ISelDAGToDAG.h32 bool selectAddr(bool SPAllowed, SDValue Addr, SDValue &Base,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp220 bool selectAddr(SDNode *Parent, SDValue N, SDValue &Base,
2523 bool X86DAGToDAGISel::selectAddr(SDNode *Parent, SDValue N, SDValue &Base, in selectAddr() function in X86DAGToDAGISel
2779 return selectAddr(N.getNode(), in tryFoldLoad()
2793 return selectAddr(N.getNode(), in tryFoldBroadcast()
3174 if (!selectAddr(LoadNode, LoadNode->getBasePtr(), Base, Scale, Index, Disp, in foldLoadStoreIntoMemOperand()
5939 if (!selectAddr(Node, Addr, Base, Scale, Index, Disp, Segment)) in Select()
5982 if (!selectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
H A DX86InstrInfo.td841 def addr : ComplexPattern<iPTR, 5, "selectAddr", [], [SDNPWantParent]>;