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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 167 case FCmpInst::FCMP_OGT: return ISD::SETOGT;
191 case ISD::SETOGT: case ISD::SETUGT: return ISD::SETGT;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 331 case ISD::SETOGT: return "setogt";
TargetLowering.cpp 160 case ISD::SETOGT:
173 // SETONE = SETOLT | SETOGT
    [all...]
SelectionDAG.cpp 337 case ISD::SETOGT: Result = ISD::SETUGT ; break; // SETUGT & SETNE
    [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 133 setOperationAction(ISD::SETOGT, VT, Expand);
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 192 setCondCodeAction(ISD::SETOGT, MVT::f32, Expand);
197 setCondCodeAction(ISD::SETOGT, MVT::f64, Expand);
324 setCondCodeAction(ISD::SETOGT, Ty, Expand);
    [all...]
MipsISelLowering.cpp 516 case ISD::SETOGT: return Mips::FCOND_OGT;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 307 milliseconds