Home
last modified time | relevance | path

Searched refs:SelectNodeTo (Results 1 – 14 of 14) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h909 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT);
910 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT, SDValue Op1);
911 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
913 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
915 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT,
917 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, EVT VT2);
918 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
920 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
922 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1,
924 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1,
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp397 return CurDAG->SelectNodeTo(SN, Opc, N->getValueType(0), TFI, in getFrameIndex()
2226 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2233 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, AD, Op, in SelectSETCC()
2238 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2245 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2256 return CurDAG->SelectNodeTo(N, PPC::ADDZE, MVT::i32, in SelectSETCC()
2266 return CurDAG->SelectNodeTo(N, PPC::SUBFE, MVT::i32, SDValue(AD, 0), in SelectSETCC()
2275 return CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in SelectSETCC()
2281 return CurDAG->SelectNodeTo(N, PPC::XORI, MVT::i32, Op, in SelectSETCC()
2303 return CurDAG->SelectNodeTo(N, PPCSubTarget->hasVSX() ? PPC::XXLNOR : in SelectSETCC()
[all …]
H A DREADME_ALTIVEC.txt175 SelectNodeTo'd a VSPLTISB instruction node before the and/xor is selected
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp175 return CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS, in Select()
187 return CurDAG->SelectNodeTo(N, SP::RDY, MVT::i32, SDValue(Mul, 1)); in Select()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp270 return CurDAG->SelectNodeTo(N, XCore::BRFU_lu6, MVT::Other, in SelectBRIND()
273 return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in SelectBRIND()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp371 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in SelectIndexedBinOp()
409 return CurDAG->SelectNodeTo(Node, MSP430::ADD16ri, MVT::i16, in Select()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5389 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG
5392 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo()
5395 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG
5399 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
5402 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG
5407 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
5410 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG
5415 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
5418 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG
5421 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo()
[all …]
H A DSelectionDAGISel.cpp1900 return CurDAG->SelectNodeTo(N, TargetOpcode::IMPLICIT_DEF,N->getValueType(0)); in Select_UNDEF()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp326 return CurDAG->SelectNodeTo(N, AMDGPU::COPY_TO_REGCLASS, EltVT, in Select()
366 return CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, N->getVTList(), in Select()
786 return CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, MVT::i64, Args); in SelectADD_SUB_I64()
806 return CurDAG->SelectNodeTo(N, Opc, VT, MVT::i1, Ops); in SelectDIV_SCALE()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2307 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in SelectV6T2BitfieldExtractOp()
2317 return CurDAG->SelectNodeTo(N, ARM::MOVsi, MVT::i32, Ops); in SelectV6T2BitfieldExtractOp()
2324 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in SelectV6T2BitfieldExtractOp()
2347 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in SelectV6T2BitfieldExtractOp()
2366 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in SelectV6T2BitfieldExtractOp()
2405 return CurDAG->SelectNodeTo(N, Opcode, VT, ADDSrc0); in SelectABSOp()
2499 return CurDAG->SelectNodeTo(N, ARM::tADDframe, MVT::i32, TFI, in Select()
2507 return CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in Select()
2535 return CurDAG->SelectNodeTo(N, ARM::t2ADDrs, MVT::i32, Ops); in Select()
2538 return CurDAG->SelectNodeTo(N, ARM::ADDrsi, MVT::i32, Ops); in Select()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp288 SDNode *Result = CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS, in selectNode()
H A DMipsSEISelDAGToDAG.cpp268 return CurDAG->SelectNodeTo(Node, MOp, VT, MVT::Glue, LHS, in selectAddESubE()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1616 return CurDAG->SelectNodeTo(N, Opc, VT, Ops); in SelectBitfieldExtractOp()
2004 return CurDAG->SelectNodeTo(N, Opc, VT, Ops); in SelectBitfieldInsertOp()
2218 return CurDAG->SelectNodeTo(Node, AArch64::ADDXri, MVT::i64, Ops); in Select()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp2228 return CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()