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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 175 case FCmpInst::FCMP_UGT: return ISD::SETUGT;
191 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
211 case ICmpInst::ICMP_UGT: return ISD::SETUGT;
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 197 case ISD::SETUGT:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 340 case ISD::SETUGT: return "setugt";
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 287 case ISD::SETUGT:
310 if (isInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT
333 case ISD::SETUO : Result = ISD::SETFALSE; break; // SETUGT & SETULT
337 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
SelectionDAGBuilder.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp 349 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
350 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 584 case ISD::SETUGT:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 132 ISD::SETULT, ISD::SETULE, ISD::SETUGT, ISD::SETUGE})
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 137 setOperationAction(ISD::SETUGT, VT, Expand);
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 194 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
199 setCondCodeAction(ISD::SETUGT, MVT::f64, Expand);
290 setCondCodeAction(ISD::SETUGT, Ty, Expand);
326 setCondCodeAction(ISD::SETUGT, Ty, Expand);
    [all...]
MipsISelLowering.cpp 523 case ISD::SETUGT: return Mips::FCOND_UGT;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.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/AMDGPU/
R600ISelLowering.cpp 55 setCondCodeAction(ISD::SETUGT, MVT::f32, Expand);
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]

Completed in 2726 milliseconds