Searched refs:SelectNodeTo (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp729 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
736 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op,
741 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
748 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
759 return CurDAG->SelectNodeTo(N, PPC::ADDZE, MVT::i32,
769 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0),
778 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops, 4);
784 return CurDAG->SelectNodeTo(N, PPC::XORI, MVT::i32, Op,
805 return CurDAG->SelectNodeTo(N, VCmpInst, VecVT, LHS, RHS);
810 return CurDAG->SelectNodeTo(
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp176 return CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS,
188 return CurDAG->SelectNodeTo(N, SP::RDY, MVT::i32, SDValue(Mul, 1));
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h837 /// SelectNodeTo - These are used for target selectors to *mutate* the
841 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT);
842 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT, SDValue Op1);
843 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
845 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
847 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
849 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
850 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
852 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
854 SDNode *SelectNodeTo(SDNod
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp246 return CurDAG->SelectNodeTo(N, XCore::BRFU_lu6, MVT::Other,
249 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue);
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp370 CurDAG->SelectNodeTo(Op, Opc,
410 return CurDAG->SelectNodeTo(Node, MSP430::ADD16ri, MVT::i16,
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp261 return CurDAG->SelectNodeTo(N, AMDGPU::COPY_TO_REGCLASS,
287 return CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, N->getVTList(),
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp283 SDNode *Result = CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS,
H A DMipsSEISelDAGToDAG.cpp247 return CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS,
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5186 /// SelectNodeTo - These are wrappers around MorphNodeTo that accept a
5189 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5192 return SelectNodeTo(N, MachineOpc, VTs, 0, 0);
5195 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5199 return SelectNodeTo(N, MachineOpc, VTs, Ops, 1);
5202 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5207 return SelectNodeTo(N, MachineOpc, VTs, Ops, 2);
5210 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5215 return SelectNodeTo(N, MachineOpc, VTs, Ops, 3);
5218 SDNode *SelectionDAG::SelectNodeTo(SDNod function in class:SelectionDAG
5225 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5232 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5238 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5245 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5252 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5260 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5268 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5277 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
5286 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, function in class:SelectionDAG
[all...]
H A DSelectionDAGISel.cpp1812 return CurDAG->SelectNodeTo(N, TargetOpcode::IMPLICIT_DEF,N->getValueType(0));
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2327 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5);
2337 return CurDAG->SelectNodeTo(N, ARM::MOVsi, MVT::i32, Ops, 5);
2344 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5);
2367 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5);
2406 return CurDAG->SelectNodeTo(N, Opcode, VT, ADDSrc0);
2450 return CurDAG->SelectNodeTo(Node, Op, VTs, &Ops[0], Ops.size());
2534 return CurDAG->SelectNodeTo(N, ARM::tADDrSPi, MVT::i32, Ops, 4);
2541 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops, 5);
2568 return CurDAG->SelectNodeTo(N, ARM::t2ADDrs, MVT::i32, Ops, 6);
2571 return CurDAG->SelectNodeTo(
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp427 return CurDAG->SelectNodeTo(Node, Op,
1113 return CurDAG->SelectNodeTo(Node, AArch64::ADDxxi_lsl0_s, PtrTy,
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2236 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0),

Completed in 491 milliseconds