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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 163 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
179 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
199 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 174 case ISD::SETUGT:
    [all...]
SelectionDAGDumper.cpp 308 case ISD::SETUGT: return "setugt";
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 293 case ISD::SETUGT:
316 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
339 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
343 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 614 case ISD::SETUGT: return PPC::PRED_GT;
646 case ISD::SETUGT: return 1;
688 case ISD::SETUGT:
    [all...]
PPCISelLowering.cpp 341 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
342 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
529 setCondCodeAction(ISD::SETUGT, MVT::v4f32, Expand);
564 setCondCodeAction(ISD::SETUGT, MVT::v2f64, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 194 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
199 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
287 setCondCodeAction(ISD::SETUGT, Ty, Expand);
323 setCondCodeAction(ISD::SETUGT, Ty, Expand);
    [all...]
MipsISelLowering.cpp 481 case ISD::SETUGT: return Mips::FCOND_UGT;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 137 setOperationAction(ISD::SETUGT, VT, Expand);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 137 setOperationAction(ISD::SETUGT, VT, Expand);
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 61 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
68 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
R600ISelLowering.cpp 54 setCondCodeAction(ISD::SETUGT, 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/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 500 milliseconds