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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 489 // BR_CC - Conditional branch. The behavior is like that of SELECT_CC, in
493 BR_CC,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 58 BR_CC,
MSP430ISelLowering.cpp 109 setOperationAction(ISD::BR_CC, MVT::i8, Custom);
110 setOperationAction(ISD::BR_CC, MVT::i16, Custom);
190 case ISD::BR_CC: return LowerBR_CC(Op, DAG);
753 return DAG.getNode(MSP430ISD::BR_CC, dl, Op.getValueType(),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 738 // Sparc doesn't have BRCOND either, it has BR_CC.
742 setOperationAction(ISD::BR_CC, MVT::i32, Custom);
743 setOperationAction(ISD::BR_CC, MVT::f32, Custom);
744 setOperationAction(ISD::BR_CC, MVT::f64, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 251 case ISD::BR_CC: return "br_cc";
LegalizeDAG.cpp 749 case ISD::BR_CC: {
752 unsigned CompareOperand = Node->getOpcode() == ISD::BR_CC ? 2 : 0;
    [all...]
LegalizeFloatTypes.cpp 585 case ISD::BR_CC: Res = SoftenFloatOp_BR_CC(N); break;
611 /// shared among BR_CC, SELECT_CC, and SETCC handlers.
    [all...]
LegalizeIntegerTypes.cpp 764 case ISD::BR_CC: Res = PromoteIntOp_BR_CC(N, OpNo); break;
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PTX/
PTXISelLowering.cpp 77 // br_cc => brcond
79 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 162 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 414 setTargetDAGCombine(ISD::BR_CC);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 86 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 162 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 176 setOperationAction(ISD::BR_CC, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 367 setOperationAction(ISD::BR_CC , MVT::Other, Expand);
    [all...]

Completed in 145 milliseconds