| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 869 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, 888 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList); 889 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, SDValue N); 890 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, SDValue N1, 892 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, SDValue N1, 894 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, SDValue N1, 896 SDValue getNode(unsigned Opcode, const SDLoc &DL, SDVTList VTList, SDValue N1, 1010 SDVTList VTList, ArrayRef<SDValue> Ops, 1018 unsigned Opcode, const SDLoc &dl, SDVTList VTList, 1026 SDValue getMemIntrinsicNode(unsigned Opcode, const SDLoc &dl, SDVTList VTList, [all …]
|
| H A D | TargetRegisterInfo.h | 226 vt_iterator VTList; member 341 return getRegClassInfo(RC).VTList; in legalclasstypes_begin()
|
| H A D | SelectionDAGISel.h | 314 SDNode *MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1977 SDVTList VTList = DAG.getVTList(NVT, MVT::Glue); in ExpandIntRes_ADDSUB() local 1979 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB() 1981 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB() 1983 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUB() 1985 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUB() 1998 SDVTList VTList = DAG.getVTList(NVT, OvfVT); in ExpandIntRes_ADDSUB() local 2076 Lo = DAG.getNode(ISD::ADDC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC() 2078 Hi = DAG.getNode(ISD::ADDE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC() 2080 Lo = DAG.getNode(ISD::SUBC, dl, VTList, LoOps); in ExpandIntRes_ADDSUBC() 2082 Hi = DAG.getNode(ISD::SUBE, dl, VTList, HiOps); in ExpandIntRes_ADDSUBC() [all …]
|
| H A D | SelectionDAG.cpp | 448 ID.AddPointer(VTList.VTs); in AddNodeIDValueTypes() 472 AddNodeIDValueTypes(ID, VTList); in AddNodeIDNode() 6370 AddNodeIDNode(ID, Opcode, VTList, Ops); in getAtomic() 6534 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getMemIntrinsicNode() 7155 if (VTList.NumVTs == 1) in getNode() 7183 if (VTList.VTs[VTList.NumVTs-1] != MVT::Glue) { in getNode() 7211 return getNode(Opcode, DL, VTList, Ops); in getNode() 7217 return getNode(Opcode, DL, VTList, Ops); in getNode() 7223 return getNode(Opcode, DL, VTList, Ops); in getNode() 7229 return getNode(Opcode, DL, VTList, Ops); in getNode() [all …]
|
| H A D | SelectionDAGISel.cpp | 2599 MorphNode(SDNode *Node, unsigned TargetOpc, SDVTList VTList, in MorphNode() argument 2620 SDNode *Res = CurDAG->MorphNodeTo(Node, ~TargetOpc, VTList, Ops); in MorphNode() 3566 SDVTList VTList; in SelectCodeCommon() local 3568 VTList = CurDAG->getVTList(VTs[0]); in SelectCodeCommon() 3570 VTList = CurDAG->getVTList(VTs[0], VTs[1]); in SelectCodeCommon() 3572 VTList = CurDAG->getVTList(VTs); in SelectCodeCommon() 3617 VTList, Ops); in SelectCodeCommon() 3636 Res = cast<MachineSDNode>(MorphNode(NodeToMatch, TargetOpc, VTList, in SelectCodeCommon()
|
| H A D | ScheduleDAGSDNodes.cpp | 147 SDVTList VTList = DAG->getVTList(VTs); in CloneNodeWithValues() local 155 DAG->MorphNodeTo(N, N->getOpcode(), VTList, Ops); in CloneNodeWithValues()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.cpp | 727 SDVTList VTList = CurDAG->getVTList(MVT::i32, MVT::Glue); in SelectADD_SUB_I64() local 735 AddLo = CurDAG->getMachineNode(Opc, DL, VTList, Args); in SelectADD_SUB_I64() 738 AddLo = CurDAG->getMachineNode(CarryOpc, DL, VTList, Args); in SelectADD_SUB_I64() 745 SDNode *AddHi = CurDAG->getMachineNode(CarryOpc, DL, VTList, AddHiArgs); in SelectADD_SUB_I64()
|
| H A D | SIISelLowering.cpp | 3731 SDVTList VTList = DAG.getVTList(EquivLoadVT, MVT::Other); in adjustLoadValueType() local 3736 VTList, Ops, M->getMemoryVT(), in adjustLoadValueType() 5087 SDVTList VTList = DAG.getVTList({LoadVT, MVT::Glue}); in lowerSBuffer() local 5107 Loads.push_back(DAG.getMemIntrinsicNode(AMDGPUISD::BUFFER_LOAD, DL, VTList, in lowerSBuffer() 6654 SDVTList VTList = DAG.getVTList(VT, MVT::Other, MVT::Glue); in getFPBinOp() local 6662 return DAG.getNode(Opcode, SL, VTList, GlueChain.getValue(1), A, B, in getFPBinOp() 6675 SDVTList VTList = DAG.getVTList(VT, MVT::Other, MVT::Glue); in getFPTernOp() local 6683 return DAG.getNode(Opcode, SL, VTList, GlueChain.getValue(1), A, B, C, in getFPTernOp() 8488 SDVTList VTList = DAG.getVTList(MVT::i32, MVT::i1); in performAddCombine() local 8491 return DAG.getNode(Opc, SL, VTList, Args); in performAddCombine()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 2438 SDVTList VTList = DAG.getVTList(VT, VT); in lowerShiftRightParts() local 2441 DL, VTList, Cond, ShiftRightHi, in lowerShiftRightParts() 2460 SDVTList VTList = DAG.getVTList(VT, MVT::Other); in createLoadLR() local 2467 return DAG.getMemIntrinsicNode(Opc, DL, VTList, Ops, MemVT, in createLoadLR() 2541 SDVTList VTList = DAG.getVTList(MVT::Other); in createStoreLR() local 2548 return DAG.getMemIntrinsicNode(Opc, DL, VTList, Ops, MemVT, in createStoreLR()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.h | 201 TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList);
|
| H A D | CodeGenDAGPatterns.cpp | 70 TypeSetByHwMode::TypeSetByHwMode(ArrayRef<ValueTypeByHwMode> VTList) { in TypeSetByHwMode() argument 71 for (const ValueTypeByHwMode &VVT : VTList) in TypeSetByHwMode()
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3488 SDVTList VTList = DAG.getVTList(WideVT, MVT::Other); in lowerATOMIC_LOAD_OP() local 3491 SDValue AtomicOp = DAG.getMemIntrinsicNode(Opcode, DL, VTList, Ops, in lowerATOMIC_LOAD_OP() 3591 SDVTList VTList = DAG.getVTList(WideVT, MVT::i32, MVT::Other); in lowerATOMIC_CMP_SWAP() local 3595 VTList, Ops, NarrowVT, MMO); in lowerATOMIC_CMP_SWAP()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4636 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in OptimizeVFPBrcond() local 4638 return DAG.getNode(ARMISD::BCC_i64, dl, VTList, Ops); in OptimizeVFPBrcond() 4754 SDVTList VTList = DAG.getVTList(MVT::Other, MVT::Glue); in LowerBR_CC() local 4756 SDValue Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops); in LowerBR_CC() 4760 Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops); in LowerBR_CC()
|