HomeSort by relevance Sort by last modified time
    Searched refs:BRCOND (Results 1 - 25 of 25) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 522 /// BRCOND - Conditional branch. The first operand is the chain, the
526 BRCOND,
    [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 139 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
605 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
765 SDValue SITargetLowering::LowerBRCOND(SDValue BRCOND,
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)
    [all...]
R600ISelLowering.cpp 71 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
589 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 93 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
AMDILISelLowering.cpp 115 setOperationAction(ISD::BRCOND, VT, Custom);
215 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 40 BRCOND, // Conditional branch instruction; "b.cond".
AArch64ISelLowering.cpp 128 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
650 case AArch64ISD::BRCOND: return "AArch64ISD::BRCOND";
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 93 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
AMDILISelLowering.cpp 115 setOperationAction(ISD::BRCOND, VT, Custom);
215 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 261 case ISD::BRCOND: return "brcond";
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BRCOND, // Conditional branch.
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 128 BRCOND,
    [all...]
X86ISelLowering.cpp 450 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 108 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 236 // which is used implicitly by brcond and select operations.
253 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
784 case ISD::BRCOND: return lowerBRCOND(Op, DAG);
    [all...]
MipsSEISelLowering.cpp 188 setOperationAction(ISD::BRCOND, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 140 // Expand BRCOND into a BR_CC (see above).
141 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 246 // PowerPC does not have BRCOND which requires SetCC
248 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
645 setTargetDAGCombine(ISD::BRCOND);
    [all...]

Completed in 737 milliseconds