Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp72 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
109 setOperationAction(ISD::BR_CC, MVT::i32, Promote); in BPFTargetLowering()
191 case ISD::BR_CC: in LowerOperation()
509 return DAG.getNode(BPFISD::BR_CC, DL, Op.getValueType(), Chain, LHS, RHS, in LowerBR_CC()
541 case BPFISD::BR_CC: in getTargetNodeName()
DBPFISelLowering.h30 BR_CC, enumerator
/external/llvm/lib/Target/BPF/
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()
DBPFISelLowering.h30 BR_CC, enumerator
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.h51 BR_CC, enumerator
DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in LanaiTargetLowering()
181 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()
/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/swiftshader/third_party/LLVM/lib/Target/MSP430/
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()
DMSP430ISelLowering.h58 BR_CC, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h58 BR_CC, enumerator
DMSP430ISelLowering.cpp86 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
87 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in MSP430TargetLowering()
338 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
1105 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(), in LowerBR_CC()
1347 case MSP430ISD::BR_CC: return "MSP430ISD::BR_CC"; in getTargetNodeName()
/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/llvm/include/llvm/CodeGen/
DISDOpcodes.h580 BR_CC, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h613 BR_CC, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp95 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in AVRTargetLowering()
96 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in AVRTargetLowering()
97 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AVRTargetLowering()
98 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AVRTargetLowering()
689 case ISD::BR_CC: in LowerOperation()
/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-7.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp118 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering()
756 case ISD::BR_CC: 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1013 case ISD::BR_CC: { in LegalizeOp()
1016 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0; in LegalizeOp()
3707 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, in ExpandNode()
3721 Tmp1 = DAG.getNode(ISD::BR_CC, dl, MVT::Other, Tmp1, in ExpandNode()
3844 case ISD::BR_CC: { in ExpandNode()
3863 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, in ExpandNode()
3868 Tmp1 = DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), Tmp1, Tmp4, in ExpandNode()
4294 if (Node->getOpcode() == ISD::BR_CC) in PromoteNode()
4493 case ISD::BR_CC: { in PromoteNode()
4502 Results.push_back(DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), in PromoteNode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp68 setOperationAction(ISD::BR_CC, XLenVT, Expand); in RISCVTargetLowering()
121 setOperationAction(ISD::BR_CC, MVT::f32, Expand); in RISCVTargetLowering()
131 setOperationAction(ISD::BR_CC, MVT::f64, Expand); in RISCVTargetLowering()

1234