Home
last modified time | relevance | path

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

12345

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp71 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
108 setOperationAction(ISD::BR_CC, MVT::i32, in BPFTargetLowering()
192 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.h29 BR_CC, enumerator
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp70 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in BPFTargetLowering()
107 setOperationAction(ISD::BR_CC, MVT::i32, in BPFTargetLowering()
223 case ISD::BR_CC: in LowerOperation()
542 return DAG.getNode(BPFISD::BR_CC, DL, Op.getValueType(), Chain, LHS, RHS, in LowerBR_CC()
574 case BPFISD::BR_CC: in getTargetNodeName()
DBPFISelLowering.h29 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.h50 BR_CC, enumerator
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()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.h50 BR_CC, enumerator
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()
/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-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h60 BR_CC, enumerator
DMSP430ISelLowering.cpp90 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in MSP430TargetLowering()
91 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in MSP430TargetLowering()
349 case ISD::BR_CC: return LowerBR_CC(Op, DAG); in LowerOperation()
1140 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(), in LowerBR_CC()
1383 case MSP430ISD::BR_CC: return "MSP430ISD::BR_CC"; in getTargetNodeName()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h60 BR_CC, enumerator
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h708 BR_CC, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h885 BR_CC, enumerator
/external/llvm-project/llvm/lib/Target/AVR/
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()
696 case ISD::BR_CC: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp96 setOperationAction(ISD::BR_CC, MVT::i8, Custom); in AVRTargetLowering()
97 setOperationAction(ISD::BR_CC, MVT::i16, Custom); in AVRTargetLowering()
98 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in AVRTargetLowering()
99 setOperationAction(ISD::BR_CC, MVT::i64, Custom); in AVRTargetLowering()
697 case ISD::BR_CC: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp117 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering()
755 case ISD::BR_CC: in LowerOperation()
/external/llvm-project/llvm/lib/Target/ARC/
DARCISelLowering.cpp116 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering()
756 case ISD::BR_CC: in LowerOperation()

12345