Searched defs:BRCOND (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h40 BRCOND, // Conditional branch instruction; "b.cond". enumerator in enum:llvm::AArch64ISD::__anon25945
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h47 BRCOND, // Conditional branch. enumerator in enum:llvm::ARMISD::NodeType
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h522 /// BRCOND - Conditional branch. The first operand is the chain, the
526 BRCOND, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp139 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
605 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
765 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND, argument
768 SDLoc DL(BRCOND);
770 SDNode *Intr = BRCOND.getOperand(1).getNode();
771 SDValue Target = BRCOND.getOperand(2);
784 BR = findUser(BRCOND, ISD::BR);
797 Ops.push_back(BRCOND.getOperand(0));
811 BRCOND.getOperand(2)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h128 BRCOND, enumerator in enum:llvm::X86ISD::NodeType

Completed in 977 milliseconds