Home
last modified time | relevance | path

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

123

/external/llvm/lib/Target/BPF/
DBPFISelLowering.h30 BR_CC, enumerator
DBPFISelLowering.cpp66 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
137 case ISD::BR_CC: in LowerOperation()
446 return DAG.getNode(BPFISD::BR_CC, DL, Op.getValueType(), Chain, LHS, RHS, in LowerBR_CC()
478 case BPFISD::BR_CC: in getTargetNodeName()
DBPFInstrInfo.td40 def BPFbrcc : SDNode<"BPFISD::BR_CC", SDT_BPFBrCC,
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp88 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SystemZTargetLowering()
89 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in SystemZTargetLowering()
90 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SystemZTargetLowering()
91 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SystemZTargetLowering()
166 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h494 BR_CC, enumerator
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.h51 BR_CC, enumerator
DLanaiISelLowering.cpp70 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in LanaiTargetLowering()
166 case ISD::BR_CC: in LowerOperation()
868 return DAG.getNode(LanaiISD::BR_CC, DL, Op.getValueType(), Chain, Dest, in LowerBR_CC()
1113 case LanaiISD::BR_CC: in getTargetNodeName()
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h580 BR_CC, enumerator
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h58 BR_CC, enumerator
DMSP430ISelLowering.cpp105 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
106 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in MSP430TargetLowering()
189 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
881 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(), in LowerBR_CC()
1125 case MSP430ISD::BR_CC: return "MSP430ISD::BR_CC"; in getTargetNodeName()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.h58 BR_CC, enumerator
DMSP430ISelLowering.cpp112 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
113 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in MSP430TargetLowering()
189 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
760 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(), in LowerBR_CC()
983 case MSP430ISD::BR_CC: return "MSP430ISD::BR_CC"; in getTargetNodeName()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp743 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SparcTargetLowering()
744 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SparcTargetLowering()
745 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SparcTargetLowering()
1156 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp73 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in PTXTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp983 case ISD::BR_CC: { in LegalizeOp()
987 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0; in LegalizeOp()
3528 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, in ExpandNode()
3537 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1, in ExpandNode()
3660 case ISD::BR_CC: { in ExpandNode()
3679 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, in ExpandNode()
3684 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, in ExpandNode()
4004 if (Node->getOpcode() == ISD::BR_CC) in PromoteNode()
4165 case ISD::BR_CC: { in PromoteNode()
4174 Results.push_back(DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), in PromoteNode()
DSelectionDAGDumper.cpp283 case ISD::BR_CC: return "br_cc"; in getOperationName()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp152 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in NVPTXTargetLowering()
153 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in NVPTXTargetLowering()
154 setOperationAction(ISD::BR_CC, MVT::i1, Expand); in NVPTXTargetLowering()
155 setOperationAction(ISD::BR_CC, MVT::i8, Expand); in NVPTXTargetLowering()
156 setOperationAction(ISD::BR_CC, MVT::i16, Expand); in NVPTXTargetLowering()
157 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in NVPTXTargetLowering()
158 setOperationAction(ISD::BR_CC, MVT::i64, Expand); in NVPTXTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp824 case ISD::BR_CC: { in LegalizeOp()
827 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0; in LegalizeOp()
914 case ISD::BR_CC: in LegalizeOp()
3738 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, in ExpandNode()
3747 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1, in ExpandNode()
3792 case ISD::BR_CC: { in ExpandNode()
3805 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, Tmp2, in ExpandNode()
DLegalizeFloatTypes.cpp585 case ISD::BR_CC: Res = SoftenFloatOp_BR_CC(N); break; in SoftenFloatOperand()
1265 case ISD::BR_CC: Res = ExpandFloatOp_BR_CC(N); break; in ExpandFloatOperand()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp65 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in BlackfinTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1599 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in SparcTargetLowering()
1600 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in SparcTargetLowering()
1601 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in SparcTargetLowering()
1602 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in SparcTargetLowering()
1621 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in SparcTargetLowering()
3050 case ISD::BR_CC: return LowerBR_CC(Op, DAG, *this, in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp131 setOperationAction(ISD::BR_CC, MVT::i1, Expand); in SITargetLowering()
132 setOperationAction(ISD::BR_CC, MVT::i32, Expand); in SITargetLowering()
133 setOperationAction(ISD::BR_CC, MVT::i64, Expand); in SITargetLowering()
134 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in SITargetLowering()
135 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in SITargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp120 for (auto Op : {ISD::BR_CC, ISD::SELECT_CC}) in WebAssemblyTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp113 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AArch64TargetLowering()
114 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AArch64TargetLowering()
115 setOperationAction(ISD::BR_CC, MVT::f32, Custom); in AArch64TargetLowering()
116 setOperationAction(ISD::BR_CC, MVT::f64, Custom); in AArch64TargetLowering()
160 setOperationAction(ISD::BR_CC, MVT::f128, Custom); in AArch64TargetLowering()
263 setOperationAction(ISD::BR_CC, MVT::f16, Promote); in AArch64TargetLowering()
333 setOperationAction(ISD::BR_CC, MVT::v4f16, Expand); in AArch64TargetLowering()
366 setOperationAction(ISD::BR_CC, MVT::v8f16, Expand); in AArch64TargetLowering()
544 setOperationAction(ISD::BR_CC, MVT::v1f64, Expand); in AArch64TargetLowering()
2319 case ISD::BR_CC: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1057 case ISD::BR_CC: { in Select()

123