HomeSort by relevance Sort by last modified time
    Searched full:setgt (Results 26 - 50 of 54) sorted by null

12 3

  /external/llvm/include/llvm/Target/
TargetSelectionDAG.td 510 def SETEQ : CondCode; def SETGT : CondCode; def SETGE : CondCode;
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 657 CCs[RTLIB::OGT_F32] = ISD::SETGT;
658 CCs[RTLIB::OGT_F64] = ISD::SETGT;
659 CCs[RTLIB::OGT_F128] = ISD::SETGT;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDSPInstrInfo.td     [all...]
MipsInstrInfo.td     [all...]
MipsSEISelLowering.cpp 285 setCondCodeAction(ISD::SETGT, Ty, Expand);
325 setCondCodeAction(ISD::SETGT, Ty, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfoV4.td     [all...]
HexagonISelDAGToDAG.cpp     [all...]
HexagonInstrInfo.td 497 defm CMPGT : CMP32_rr_ri_s10<"cmp.gt", "CMPGT", setgt>, ImmRegRel;
559 defm CMPGT64 : CMP64_rr<"cmp.gt", setgt>;
618 (i32 (select (i1 (setgt (i32 IntRegs:$src2),
633 (i64 (select (i1 (setgt (i64 DoubleRegs:$src2),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600Instructions.td 279 0x09, "SETGT",
417 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETGT))]
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
R600Instructions.td 279 0x09, "SETGT",
417 (selectcc (i32 R600_Reg32:$src0), R600_Reg32:$src1, -1, 0, SETGT))]
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 289 case ISD::SETGT:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/R600/
R600Instructions.td 689 0x09, "SETGT",
783 [(set i32:$dst, (selectcc i32:$src0, i32:$src1, -1, 0, SETGT))]
    [all...]
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXVector.td     [all...]
NVPTXInstrInfo.td     [all...]
  /external/llvm/test/CodeGen/Mips/
cmov.ll 159 ; (select (setgt a, N), t, f)
  /external/llvm/test/Transforms/InstCombine/
cast.ll 121 ; %X = setlt sbyte %c, 0 ; setgt %A, 127
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 2088 milliseconds

12 3