/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.h | 30 BR_CC, enumerator
|
D | BPFISelLowering.cpp | 66 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/ |
D | BPFISelLowering.cpp | 71 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()
|
D | BPFISelLowering.h | 29 BR_CC, enumerator
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 70 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()
|
D | BPFISelLowering.h | 29 BR_CC, enumerator
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 51 BR_CC, enumerator
|
D | LanaiISelLowering.cpp | 70 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/ |
D | LanaiISelLowering.h | 50 BR_CC, enumerator
|
D | LanaiISelLowering.cpp | 85 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/ |
D | LanaiISelLowering.h | 50 BR_CC, enumerator
|
D | LanaiISelLowering.cpp | 85 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/ |
D | MSP430ISelLowering.h | 58 BR_CC, enumerator
|
D | MSP430ISelLowering.cpp | 105 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/ |
D | ISDOpcodes.h | 580 BR_CC, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 60 BR_CC, enumerator
|
D | MSP430ISelLowering.cpp | 90 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/ |
D | MSP430ISelLowering.h | 60 BR_CC, enumerator
|
D | MSP430ISelLowering.cpp | 89 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/ |
D | ISDOpcodes.h | 708 BR_CC, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 885 BR_CC, enumerator
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 97 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/ |
D | AVRISelLowering.cpp | 96 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/ |
D | ARCISelLowering.cpp | 117 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering() 755 case ISD::BR_CC: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 116 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering() 756 case ISD::BR_CC: in LowerOperation()
|