Home
last modified time | relevance | path

Searched refs:SelectAddr (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
57 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { in SelectAddr() function in BPFDAGToDAGISel
DBPFInstrInfo.td57 def ADDRri : ComplexPattern<i64, 2, "SelectAddr", [frameindex], []>;
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
244 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, in SelectAddr() function in MSP430DAGToDAGISel
289 if (!SelectAddr(Op, Op0, Op1)) in SelectInlineAsmMemoryOperand()
DMSP430InstrInfo.td98 def addr : ComplexPattern<iPTR, 2, "SelectAddr", [], []>;
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp204 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base,
1326 bool X86DAGToDAGISel::SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, in SelectAddr() function in X86DAGToDAGISel
1383 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad()
1401 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment)) in SelectScalarSSELoad()
1572 return SelectAddr(N.getNode(), in TryFoldLoad()
1782 if (!SelectAddr(Node, Ptr, Base, Scale, Index, Disp, Segment)) in SelectAtomicLoadArith()
2787 if (!SelectAddr(LoadNode, LoadNode->getBasePtr(), in Select()
2830 if (!SelectAddr(nullptr, Op, Op0, Op1, Op2, Op3, Op4)) in SelectInlineAsmMemoryOperand()
DX86InstrInfo.td693 def addr : ComplexPattern<iPTR, 5, "SelectAddr", [], [SDNPWantParent]>;
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td1067 // e.g. X86 addressing mode - def addr : ComplexPattern<4, "SelectAddr", [add]>;
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp171 bool SelectAddr(SDValue N, SDValue &Base) { in SelectAddr() function in __anon7bd595e20111::PPCDAGToDAGISel
DPPCInstrInfo.td708 def addr : ComplexPattern<iPTR, 1, "SelectAddr",[], []>;