/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 72 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()
|
D | BPFISelLowering.h | 30 BR_CC, enumerator
|
/external/llvm/lib/Target/BPF/ |
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()
|
D | BPFISelLowering.h | 30 BR_CC, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 88 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/ |
D | ISDOpcodes.h | 494 BR_CC, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 51 BR_CC, enumerator
|
D | LanaiISelLowering.cpp | 86 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/ |
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/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 112 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()
|
D | MSP430ISelLowering.h | 58 BR_CC, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 58 BR_CC, enumerator
|
D | MSP430ISelLowering.cpp | 86 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/ |
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-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 613 BR_CC, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 95 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/ |
D | SparcISelLowering.cpp | 743 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/ |
D | ARCISelLowering.cpp | 118 setOperationAction(ISD::BR_CC, MVT::i32, Custom); in ARCTargetLowering() 756 case ISD::BR_CC: in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXISelLowering.cpp | 73 setOperationAction(ISD::BR_CC, MVT::Other, Expand); in PTXTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 983 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/ |
D | LegalizeDAG.cpp | 1013 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/ |
D | RISCVISelLowering.cpp | 68 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()
|