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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 156 case FCmpInst::FCMP_OGE: return ISD::SETOGE;
180 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 132 setOperationAction(ISD::SETOGE, VT, Expand);
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 132 setOperationAction(ISD::SETOGE, VT, Expand);
556 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
558 cv = DAG.getSetCC(DL, INTTY, fr, fb, ISD::SETOGE);
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 300 case ISD::SETOGE: return "setoge";
TargetLowering.cpp 138 case ISD::SETOGE:
    [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 595 case ISD::SETOGE:
640 case ISD::SETOGE:
712 case ISD::SETOGE:
    [all...]
PPCISelLowering.cpp 345 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
346 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 191 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand);
196 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand);
320 setCondCodeAction(ISD::SETOGE, Ty, Expand);
    [all...]
MipsISelLowering.cpp 478 case ISD::SETOGE: return Mips::FCOND_OGE;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 465 milliseconds