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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 484 // BRCOND - Conditional branch. The first operand is the chain, the
488 BRCOND,
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 42 /// BRCOND - Conditional branch. Operand 0 is chain operand, operand 1 is
45 BRCOND,
SystemZISelLowering.cpp 87 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
699 return DAG.getNode(SystemZISD::BRCOND, dl, Op.getValueType(),
792 case SystemZISD::BRCOND: return "SystemZISD::BRCOND";
    [all...]
  /external/llvm/lib/Target/PTX/
PTXISelDAGToDAG.cpp 76 case ISD::BRCOND:
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BRCOND, // Conditional branch.
ARMISelLowering.cpp 695 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 116 BRCOND,
    [all...]
X86ISelLowering.cpp 368 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 759 case ISD::BRCOND: Res = PromoteIntOp_BRCOND(N, OpNo); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 114 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 739 // Sparc doesn't have BRCOND either, it has BR_CC.
740 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 121 // which is used implicitly by brcond and select operations.
134 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
667 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 171 // PowerPC does not have BRCOND which requires SetCC
172 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]

Completed in 711 milliseconds