Searched refs:SelectAddr (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp52 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset);
57 bool BPFDAGToDAGISel::SelectAddr(SDValue Addr, SDValue &Base, SDValue &Offset) { function in class:BPFDAGToDAGISel
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp119 bool SelectAddr(SDValue Addr, SDValue &Base, SDValue &Disp);
241 /// SelectAddr - returns true if it is able pattern match an addressing mode.
244 bool MSP430DAGToDAGISel::SelectAddr(SDValue N, function in class:MSP430DAGToDAGISel
289 if (!SelectAddr(Op, Op0, Op1))
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp204 bool SelectAddr(SDNode *Parent, SDValue N, SDValue &Base,
1319 /// SelectAddr - returns true if it is able pattern match an addressing mode.
1326 bool X86DAGToDAGISel::SelectAddr(SDNode *Parent, SDValue N, SDValue &Base, function in class:X86DAGToDAGISel
1383 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment))
1401 if (!SelectAddr(LD, LD->getBasePtr(), Base, Scale, Index, Disp, Segment))
1475 /// SelectLEAAddr - it calls SelectAddr and determines if the maximal addressing
1572 return SelectAddr(N.getNode(),
1782 if (!SelectAddr(Node, Ptr, Base, Scale, Index, Disp, Segment))
2787 if (!SelectAddr(LoadNode, LoadNode->getBasePtr(),
2830 if (!SelectAddr(nullpt
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp171 bool SelectAddr(SDValue N, SDValue &Base) { function in class:__anon10814::PPCDAGToDAGISel

Completed in 2236 milliseconds