/external/llvm/test/CodeGen/X86/ |
D | 2010-03-05-ConstantFoldCFG.ll | 3 ; When BRCOND is constant-folded to BR, make sure that PHI nodes don't get
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-03-05-ConstantFoldCFG.ll | 3 ; When BRCOND is constant-folded to BR, make sure that PHI nodes don't get
|
/external/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 50 BRCOND, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 574 BRCOND, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 52 BRCOND, enumerator
|
D | AVRISelLowering.cpp | 100 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in AVRTargetLowering() 263 NODE(BRCOND); in getTargetNodeName() 630 return DAG.getNode(AVRISD::BRCOND, dl, MVT::Other, Chain, Dest, TargetCC, in LowerBR_CC()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.h | 52 BRCOND, enumerator
|
D | AVRISelLowering.cpp | 101 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in AVRTargetLowering() 256 NODE(BRCOND); in getTargetNodeName() 629 return DAG.getNode(AVRISD::BRCOND, dl, MVT::Other, Chain, Dest, TargetCC, in LowerBR_CC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 702 BRCOND, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 879 BRCOND, enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 130 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in SITargetLowering() 1232 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation() 1360 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, in LowerBRCOND() argument 1363 SDLoc DL(BRCOND); in LowerBRCOND() 1365 SDNode *Intr = BRCOND.getOperand(1).getNode(); in LowerBRCOND() 1366 SDValue Target = BRCOND.getOperand(2); in LowerBRCOND() 1377 BR = findUser(BRCOND, ISD::BR); in LowerBRCOND() 1383 return BRCOND; in LowerBRCOND() 1396 Ops.push_back(BRCOND.getOperand(0)); in LowerBRCOND() 1409 BRCOND.getOperand(2) in LowerBRCOND()
|
D | AMDGPUISelDAGToDAG.cpp | 42 assert(N->getOpcode() == ISD::BRCOND); in isCBranchSCC() 473 case ISD::BRCOND: in Select()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 42 BRCOND, // Conditional branch instruction; "b.cond". enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 46 BRCOND, // Conditional branch. enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 282 case ISD::BRCOND: return "brcond"; in getOperationName()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 119 BRCOND, enumerator
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 69 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 71 BRCOND, // Conditional branch. enumerator
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 72 BRCOND, // Conditional branch. enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 42 BRCOND, // Conditional branch instruction; "b.cond". enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 74 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 358 case ISD::BRCOND: return "brcond"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 73 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 118 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in ARCTargetLowering()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 62 BRCOND, // Conditional branch instruction; "b.cond". enumerator
|