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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 164 case FCmpInst::FCMP_UGE: return ISD::SETUGE;
180 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
195 case ICmpInst::ICMP_UGE: return ISD::SETUGE;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 178 case ISD::SETUGE:
    [all...]
SelectionDAGDumper.cpp 309 case ISD::SETUGE: return "setuge";
LegalizeIntegerTypes.cpp     [all...]
SelectionDAG.cpp 294 case ISD::SETUGE: return 2;
341 case ISD::SETUEQ: Result = ISD::SETEQ ; break; // SETUGE & SETULE
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 608 case ISD::SETUGE:
632 case ISD::SETUGE:
633 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
689 case ISD::SETUGE:
    [all...]
PPCISelLowering.cpp 530 setCondCodeAction(ISD::SETUGE, MVT::v4f32, Expand);
565 setCondCodeAction(ISD::SETUGE, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 193 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand);
198 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand);
286 setCondCodeAction(ISD::SETUGE, Ty, Expand);
322 setCondCodeAction(ISD::SETUGE, Ty, Expand);
    [all...]
MipsISelLowering.cpp 482 case ISD::SETUGE: return Mips::FCOND_UGE;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 136 setOperationAction(ISD::SETUGE, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 136 setOperationAction(ISD::SETUGE, VT, Expand);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 60 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand);
67 setCondCodeAction(ISD::SETUGE, MVT::f64, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 53 setCondCodeAction(ISD::SETUGE, MVT::f32, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]

Completed in 354 milliseconds