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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 236 ISD::SETGE);
242 ISD::SETGE);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 236 ISD::SETGE);
242 ISD::SETGE);
  /external/llvm/lib/CodeGen/
Analysis.cpp 180 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE;
194 case ICmpInst::ICMP_SGE: return ISD::SETGE;
TargetLoweringBase.cpp 648 CCs[RTLIB::OGE_F32] = ISD::SETGE;
649 CCs[RTLIB::OGE_F64] = ISD::SETGE;
650 CCs[RTLIB::OGE_F128] = ISD::SETGE;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 316 case ISD::SETGE: return "setge";
TargetLowering.cpp 137 case ISD::SETGE:
    [all...]
LegalizeIntegerTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAG.cpp 290 case ISD::SETGE: return 1;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 609 case ISD::SETGE: return PPC::PRED_GE;
633 case ISD::SETGE: Invert = true; return 0; // !Bit #0 = SETUGE
675 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 284 setCondCodeAction(ISD::SETGE, Ty, Expand);
324 setCondCodeAction(ISD::SETGE, Ty, Expand);
    [all...]
MipsISelLowering.cpp 477 case ISD::SETGE:
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 620 #define SETGE(a) CHOICE(setge a, setge a, setge a)
    [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/X86/
X86ISelLowering.cpp     [all...]

Completed in 1718 milliseconds

1 2