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/PTX/
PTXISelDAGToDAG.cpp 69 case ISD::BRCOND:
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 42 /// BRCOND - Conditional branch. Operand 0 is chain operand, operand 1 is
45 BRCOND,
SystemZISelLowering.cpp 86 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
698 return DAG.getNode(SystemZISD::BRCOND, dl, Op.getValueType(),
791 case SystemZISD::BRCOND: return "SystemZISD::BRCOND";
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BRCOND, // Conditional branch.
ARMISelLowering.cpp 691 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 116 BRCOND,
    [all...]
X86ISelLowering.cpp 406 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 712 case ISD::BRCOND: Res = PromoteIntOp_BRCOND(N, OpNo); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 113 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 99 // which is used implicitly by brcond and select operations.
111 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
520 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 130 milliseconds