| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1169 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT); 1170 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, SDValue Op1); 1171 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1173 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1175 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT, 1177 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, EVT VT2); 1178 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1180 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, 1182 SDNode *SelectNodeTo(SDNode *N, unsigned TargetOpc, EVT VT1, 1184 SDNode *SelectNodeTo(SDNode *N, unsigned MachineOpc, EVT VT1, [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 551 CurDAG->SelectNodeTo(SN, Opc, N->getValueType(0), TFI, in selectFrameIndex() 4034 CurDAG->SelectNodeTo(N, PPC::ADDZE, MVT::i32, in trySETCC() 4094 CurDAG->SelectNodeTo(N, VCmpInst, ResVT, LHS, RHS); in trySETCC() 4125 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in trySETCC() 4541 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in Select() 4552 CurDAG->SelectNodeTo(N, PPC::RLWINM, MVT::i32, Ops); in Select() 4797 CurDAG->SelectNodeTo( in Select() 4972 CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select() 5015 CurDAG->SelectNodeTo(N, PPC::BCC, MVT::Other, Ops); in Select() 5026 CurDAG->SelectNodeTo(N, Reg, MVT::Other, Chain); in Select() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreISelDAGToDAG.cpp | 275 CurDAG->SelectNodeTo(N, XCore::BRFU_lu6, MVT::Other, in tryBRIND() 279 CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other, nextAddr, Glue); in tryBRIND()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 421 CurDAG->SelectNodeTo(N, AMDGPU::COPY_TO_REGCLASS, EltVT, N->getOperand(0), in SelectBuildVector() 461 CurDAG->SelectNodeTo(N, AMDGPU::REG_SEQUENCE, N->getVTList(), RegSeqArgs); in SelectBuildVector() 518 CurDAG->SelectNodeTo(N, AMDGPU::S_MOV_B32, VT, in Select() 773 CurDAG->SelectNodeTo(N, Opc, N->getVTList(), in SelectUADDO_USUBO() 788 CurDAG->SelectNodeTo(N, AMDGPU::V_FMA_F32, N->getVTList(), Ops); in SelectFMA_W_CHAIN() 801 CurDAG->SelectNodeTo(N, AMDGPU::V_MUL_F32_e64, N->getVTList(), Ops); in SelectFMUL_W_CHAIN() 816 CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectDIV_SCALE() 829 CurDAG->SelectNodeTo(N, Opc, N->getVTList(), Ops); in SelectMAD_64_32() 1617 CurDAG->SelectNodeTo(N, AMDGPU::SI_BR_UNDEF, MVT::Other, in SelectBRCOND() 1648 CurDAG->SelectNodeTo(N, BrOp, MVT::Other, in SelectBRCOND() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 368 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp() 399 CurDAG->SelectNodeTo(Node, MSP430::ADDframe, MVT::i16, TFI, in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 154 CurDAG->SelectNodeTo(Node, RISCV::SRLIW, XLenVT, Op0.getOperand(0), in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 2327 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2338 CurDAG->SelectNodeTo(N, ARM::MOVsi, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2347 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2372 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2394 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2415 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in tryV6T2BitfieldExtractOp() 2455 CurDAG->SelectNodeTo(N, Opcode, VT, ADDSrc0); in tryABSOp() 2655 CurDAG->SelectNodeTo(N, ARM::tADDframe, MVT::i32, TFI, in Select() 2664 CurDAG->SelectNodeTo(N, Opc, MVT::i32, Ops); in Select() 2698 CurDAG->SelectNodeTo(N, ARM::ADDrsi, MVT::i32, Ops); in Select() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelDAGToDAG.cpp | 324 CurDAG->SelectNodeTo(Node, Opc, VT, TFI, Imm); in selectFrameIndex()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcISelDAGToDAG.cpp | 365 CurDAG->SelectNodeTo(N, Opcode, MVT::i32, DivLHS, DivRHS, TopPart); in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 1740 CurDAG->SelectNodeTo(N, AArch64::SBFMXri, VT, Ops); in tryBitfieldExtractOpFromSExt() 1809 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryBitfieldExtractOp() 2225 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryBitfieldInsertOpFromOrAndImm() 2336 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryBitfieldInsertOpFromOr() 2382 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryBitfieldInsertOpFromOr() 2398 CurDAG->SelectNodeTo(N, TargetOpcode::IMPLICIT_DEF, N->getValueType(0)); in tryBitfieldInsertOp() 2434 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryBitfieldInsertInZeroOp() 2539 CurDAG->SelectNodeTo(N, Opc, VT, Ops); in tryShiftAmountMod() 2898 CurDAG->SelectNodeTo(Node, AArch64::ADDXri, MVT::i64, Ops); in Select()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 7469 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG 7472 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 7475 SDNode *SelectionDAG::SelectNodeTo(SDNode *N, unsigned MachineOpc, in SelectNodeTo() function in SelectionDAG 7479 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 7487 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 7495 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 7501 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 7507 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() 7513 return SelectNodeTo(N, MachineOpc, VTs, None); in SelectNodeTo() 7520 return SelectNodeTo(N, MachineOpc, VTs, Ops); in SelectNodeTo() [all …]
|
| H A D | SelectionDAGISel.cpp | 2458 CurDAG->SelectNodeTo(N, TargetOpcode::IMPLICIT_DEF, N->getValueType(0)); in Select_UNDEF()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRISelDAGToDAG.cpp | 318 CurDAG->SelectNodeTo(N, AVR::FRMIDX, in select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSEISelDAGToDAG.cpp | 270 CurDAG->SelectNodeTo(Node, Mips::ADDWC, VT, MVT::Glue, Ops); in selectAddE() 317 CurDAG->SelectNodeTo(Node, Mips::ADDWC, VT, MVT::Glue, Operands); in selectAddE()
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFISelDAGToDAG.cpp | 240 CurDAG->SelectNodeTo(Node, Opc, VT, TFI); in Select()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelDAGToDAG.cpp | 3502 CurDAG->SelectNodeTo(Node, AddOp, NVT, SDValue(New, 0), in Select() 3505 CurDAG->SelectNodeTo(Node, ShlOp, NVT, SDValue(New, 0), in Select()
|