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

1 2

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 236 ISD::SETGE);
242 ISD::SETGE);
  /external/llvm/lib/CodeGen/
Analysis.cpp 192 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
206 case ICmpInst::ICMP_SGE: return ISD::SETGE;
TargetLoweringBase.cpp 704 CCs[RTLIB::OGE_F32] = ISD::SETGE;
705 CCs[RTLIB::OGE_F64] = ISD::SETGE;
706 CCs[RTLIB::OGE_F128] = ISD::SETGE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 144 case ISD::SETGE:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
SelectionDAGDumper.cpp 348 case ISD::SETGE: return "setge";
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 284 case ISD::SETGE: return 1;
    [all...]
LegalizeFloatTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 590 case ISD::SETGE:
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 287 setCondCodeAction(ISD::SETGE, Ty, Expand);
327 setCondCodeAction(ISD::SETGE, Ty, Expand);
    [all...]
MipsISelLowering.cpp 519 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 620 #define SETGE(a) CHOICE(setge a, setge a, setge a)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]

Completed in 1363 milliseconds

1 2