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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 561 /// BRCOND - Conditional branch. The first operand is the chain, the
565 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/Target/AMDGPU/
SIISelLowering.cpp 133 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
    [all...]
R600ISelLowering.cpp 72 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
611 case ISD::BRCOND: return LowerBRCOND(Op, DAG);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 42 BRCOND, // Conditional branch instruction; "b.cond".
AArch64ISelLowering.cpp 118 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 47 BRCOND, // Conditional branch.
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 281 case ISD::BRCOND: return "brcond";
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 106 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 123 BRCOND,
    [all...]
X86ISelLowering.cpp 295 setOperationAction(ISD::BRCOND , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 107 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 267 // which is used implicitly by brcond and select operations.
284 setOperationAction(ISD::BRCOND, MVT::Other, Custom);
    [all...]
MipsSEISelLowering.cpp 188 setOperationAction(ISD::BRCOND, MVT::Other, Legal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 245 // PowerPC does not have BRCOND which requires SetCC
247 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 153 // Expand BRCOND into a BR_CC (see above).
154 setOperationAction(ISD::BRCOND, MVT::Other, Expand);
    [all...]

Completed in 1007 milliseconds