Home
last modified time | relevance | path

Searched refs:BR_CC (Results 1 – 25 of 39) sorted by relevance

12

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp70 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
125 setOperationAction(ISD::BR_CC, MVT::i32, in BPFTargetLowering()
283 case ISD::BR_CC: in LowerOperation()
602 return DAG.getNode(BPFISD::BR_CC, DL, Op.getValueType(), Chain, LHS, RHS, in LowerBR_CC()
634 case BPFISD::BR_CC: in getTargetNodeName()
H A DBPFISelLowering.h29 BR_CC, enumerator
H A DBPFInstrInfo.td44 def BPFbrcc : SDNode<"BPFISD::BR_CC", SDT_BPFBrCC,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h50 BR_CC, enumerator
H A DLanaiISelLowering.cpp85 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in LanaiTargetLowering()
180 case ISD::BR_CC: in LowerOperation()
879 return DAG.getNode(LanaiISD::BR_CC, DL, Op.getValueType(), Chain, Dest, in LowerBR_CC()
1110 case LanaiISD::BR_CC: in getTargetNodeName()
H A DLanaiInstrInfo.td52 def LanaiBrCC : SDNode<"LanaiISD::BR_CC", SDT_LanaiBrCC,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h60 BR_CC, enumerator
H A DMSP430ISelLowering.cpp89 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
90 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in MSP430TargetLowering()
348 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
1137 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(), in LowerBR_CC()
1378 case MSP430ISD::BR_CC: return "MSP430ISD::BR_CC"; in getTargetNodeName()
H A DMSP430InstrInfo.td63 def MSP430brcc : SDNode<"MSP430ISD::BR_CC", SDT_MSP430BrCC,
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h953 BR_CC, enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp97 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in AVRTargetLowering()
98 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in AVRTargetLowering()
99 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AVRTargetLowering()
100 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AVRTargetLowering()
800 case ISD::BR_CC: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp116 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering()
756 case ISD::BR_CC: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1037 case ISD::BR_CC: { in LegalizeOp()
1042 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : in LegalizeOp()
3550 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, in ExpandNode()
3564 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1, in ExpandNode()
3705 case ISD::BR_CC: { in ExpandNode()
3724 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, in ExpandNode()
3729 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, in ExpandNode()
4387 if (Node->getOpcode() == ISD::BR_CC || in PromoteNode()
4658 case ISD::BR_CC: { in PromoteNode()
4667 Results.push_back(DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), in PromoteNode()
H A DSelectionDAGDumper.cpp376 case ISD::BR_CC: return "br_cc"; in getOperationName()
H A DLegalizeFloatTypes.cpp814 case ISD::BR_CC: Res = SoftenFloatOp_BR_CC(N); break; in SoftenFloatOperand()
1767 case ISD::BR_CC: Res = ExpandFloatOp_BR_CC(N); break; in ExpandFloatOperand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h39 BR_CC, enumerator
H A DRISCVISelLowering.cpp173 setOperationAction(ISD::BR_CC, XLenVT, Expand); in RISCVTargetLowering()
317 setOperationAction(ISD::BR_CC, MVT::f16, Expand); in RISCVTargetLowering()
329 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in RISCVTargetLowering()
346 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in RISCVTargetLowering()
2729 return DAG.getNode(RISCVISD::BR_CC, DL, Op.getValueType(), Op.getOperand(0), in lowerBRCOND()
2733 return DAG.getNode(RISCVISD::BR_CC, DL, Op.getValueType(), Op.getOperand(0), in lowerBRCOND()
5795 case RISCVISD::BR_CC: { in PerformDAGCombine()
5819 return DAG.getNode(RISCVISD::BR_CC, DL, N->getValueType(0), in PerformDAGCombine()
5827 return DAG.getNode(RISCVISD::BR_CC, SDLoc(N), N->getValueType(0), in PerformDAGCombine()
5840 return DAG.getNode(RISCVISD::BR_CC, DL, N->getValueType(0), in PerformDAGCombine()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1547 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SparcTargetLowering()
1548 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SparcTargetLowering()
1549 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SparcTargetLowering()
1550 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in SparcTargetLowering()
1571 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in SparcTargetLowering()
3034 case ISD::BR_CC: return LowerBR_CC(Op, DAG, *this, in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1613 setOperationAction(ISD::BR_CC, VT, Expand); in HexagonTargetLowering()
1617 setOperationAction(ISD::BR_CC, VT, Expand); in HexagonTargetLowering()
1620 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in HexagonTargetLowering()
1644 ISD::BR_CC, ISD::SELECT_CC, ISD::ConstantPool, in HexagonTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp122 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in R600TargetLowering()
123 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in R600TargetLowering()
H A DSIISelLowering.cpp222 setOperationAction(ISD::BR_CC, MVT::i1, Expand); in SITargetLowering()
223 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in SITargetLowering()
224 setOperationAction(ISD::BR_CC, MVT::i64, Expand); in SITargetLowering()
225 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in SITargetLowering()
226 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in SITargetLowering()
523 setOperationAction(ISD::BR_CC, MVT::i16, Expand); in SITargetLowering()
561 setOperationAction(ISD::BR_CC, MVT::f16, Expand); in SITargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp400 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in MipsTargetLowering()
401 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in MipsTargetLowering()
402 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in MipsTargetLowering()
403 setOperationAction(ISD::BR_CC, MVT::i64, Expand); in MipsTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp382 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AArch64TargetLowering()
383 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AArch64TargetLowering()
384 setOperationAction(ISD::BR_CC, MVT::f16, Custom); in AArch64TargetLowering()
385 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in AArch64TargetLowering()
386 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in AArch64TargetLowering()
436 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in AArch64TargetLowering()
611 setOperationAction(ISD::BR_CC, MVT::f16, Promote); in AArch64TargetLowering()
648 setOperationAction(ISD::BR_CC, MVT::v4f16, Expand); in AArch64TargetLowering()
676 setOperationAction(ISD::BR_CC, MVT::v8f16, Expand); in AArch64TargetLowering()
978 setOperationAction(ISD::BR_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp253 for (auto Op : {ISD::BR_CC, ISD::SELECT_CC}) in WebAssemblyTargetLowering()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp91 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in XCoreTargetLowering()

12