Home
last modified time | relevance | path

Searched refs:BRCOND (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/test/CodeGen/X86/
D2010-03-05-ConstantFoldCFG.ll3 ; When BRCOND is constant-folded to BR, make sure that PHI nodes don't get
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-03-05-ConstantFoldCFG.ll3 ; When BRCOND is constant-folded to BR, make sure that PHI nodes don't get
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.h45 BRCOND, enumerator
DSystemZISelLowering.cpp87 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in SystemZTargetLowering()
699 return DAG.getNode(SystemZISD::BRCOND, dl, Op.getValueType(), in LowerBR_CC()
792 case SystemZISD::BRCOND: return "SystemZISD::BRCOND"; in getTargetNodeName()
/external/llvm/lib/Target/AVR/
DAVRISelLowering.h50 BRCOND, enumerator
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h488 BRCOND, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h574 BRCOND, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelDAGToDAG.cpp76 case ISD::BRCOND: in Select()
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp130 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()
DAMDGPUISelDAGToDAG.cpp42 assert(N->getOpcode() == ISD::BRCOND); in isCBranchSCC()
473 case ISD::BRCOND: in Select()
DR600ISelLowering.cpp115 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in R600TargetLowering()
636 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp115 setOperationAction(ISD::BRCOND, VT, Custom); in InitAMDILLowering()
215 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in InitAMDILLowering()
DAMDGPUISelLowering.cpp93 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h47 BRCOND, // Conditional branch. enumerator
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h42 BRCOND, // Conditional branch instruction; "b.cond". enumerator
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h116 BRCOND, enumerator
/external/llvm/lib/Target/ARM/
DARMISelLowering.h46 BRCOND, // Conditional branch. enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp282 case ISD::BRCOND: return "brcond"; in getOperationName()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h119 BRCOND, enumerator
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp69 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp114 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1101 case ISD::BRCOND: return visitBRCOND(N); in visit()
3693 if (Use->getOpcode() == ISD::BRCOND) in visitSRL()
3698 if (Use->getOpcode() == ISD::BRCOND) in visitSRL()
5757 SDValue NewBRCond = DAG.getNode(ISD::BRCOND, N->getDebugLoc(), in visitBRCOND()
5801 return DAG.getNode(ISD::BRCOND, N->getDebugLoc(), in visitBRCOND()
5827 return DAG.getNode(ISD::BRCOND, N->getDebugLoc(), in visitBRCOND()
DSelectionDAGBuilder.cpp1594 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSwitchCase()
1662 SDValue BrCond = DAG.getNode(ISD::BRCOND, getCurDebugLoc(), in visitJumpTableHeader()
1724 SDValue BrRange = DAG.getNode(ISD::BRCOND, getCurDebugLoc(), in visitBitTestHeader()
1778 SDValue BrAnd = DAG.getNode(ISD::BRCOND, getCurDebugLoc(), in visitBitTestCase()
1931 SDValue BrCond = DAG.getNode(ISD::BRCOND, DL, MVT::Other, in handleSmallSwitchRange()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp134 setOperationAction(ISD::BRCOND, MVT::Other, Custom); in MipsTargetLowering()
667 case ISD::BRCOND: return LowerBRCOND(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp107 setOperationAction(ISD::BRCOND, MVT::Other, Expand); in MSP430TargetLowering()

123