Home
last modified time | relevance | path

Searched refs:SETOGE (Results 1 – 25 of 45) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h717 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h855 SETOGE, // 0 0 1 1 True if ordered and greater than or equal enumerator
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DREADME.txt69 SETOGE unimplemented
/external/llvm/lib/CodeGen/
DAnalysis.cpp167 case FCmpInst::FCMP_OGE: return ISD::SETOGE; in getFCmpCondCode()
191 case ISD::SETOGE: case ISD::SETUGE: return ISD::SETGE; in getFCmpCodeWithoutNaN()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp157 case FCmpInst::FCMP_OGE: FOC = ISD::SETGE; FPC = ISD::SETOGE; break; in getFCmpCondCode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td60 defm GE : ComparisonFP<SETOGE, "ge ">;
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelDAGToDAG.cpp319 case ISD::SETGE: case ISD::SETOGE: case ISD::SETUGE: in Select()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp549 case ISD::SETOGE: in getPredicateForSetCC()
598 case ISD::SETOGE: in getCRIdxForSetCC()
DPPCISelLowering.cpp246 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in PPCTargetLowering()
247 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in PPCTargetLowering()
3596 case ISD::SETOGE: in LowerSELECT_CC()
3621 case ISD::SETOGE: in LowerSELECT_CC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrFPU.td175 def : Pat<(setcc (f32 GPR:$L), (f32 GPR:$R), SETOGE),
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp333 case ISD::SETOGE: return "setoge"; in getOperationName()
DTargetLowering.cpp174 case ISD::SETOGE: in softenSetCCOperands()
1959 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
1960 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGE); in SimplifySetCC()
1962 isCondCodeLegal(ISD::SETOGE, N0.getSimpleValueType())) in SimplifySetCC()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2094 case ISD::SETOGE: in getPredicateForSetCC()
2139 case ISD::SETOGE: in getCRIdxForSetCC()
2162 case ISD::SETOLE: CC = ISD::SETOGE; Swap = true; break; in getVCmpInst()
2173 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
2193 case ISD::SETOGE: in getVCmpInst()
DPPCInstrQPX.td992 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETOGE),
1039 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETOGE),
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td492 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
774 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp656 case ISD::SETOGE: in EmitCmp()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td101 [{return N->get() == ISD::SETOGE || N->get() == ISD::SETGE;}]
DAMDGPUISelLowering.cpp1011 case ISD::SETOGE: in CombineFMinMaxLegacy()
1307 SDValue cv = DAG.getSetCC(DL, SetCCVT, fr, fb, ISD::SETOGE); in LowerDIVREM24()
1748 SDValue Cmp = DAG.getSetCC(SL, SetCCVT, AbsDiff, Half, ISD::SETOGE); in LowerFROUND32()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td592 def SETOGE : CondCode; def SETOLT : CondCode; def SETOLE : CondCode;
977 (setcc node:$lhs, node:$rhs, SETOGE)>;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2378 isCondCodeLegal(ISD::SETOGE, N0.getValueType())) in SimplifySetCC()
2379 return DAG.getSetCC(dl, VT, N0, N1, ISD::SETOGE); in SimplifySetCC()
2381 isCondCodeLegal(ISD::SETOGE, N0.getValueType())) in SimplifySetCC()
DLegalizeFloatTypes.cpp632 case ISD::SETOGE: in SoftenSetCCOperands()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp191 setCondCodeAction(ISD::SETOGE, MVT::f32, Expand); in MipsSETargetLowering()
196 setCondCodeAction(ISD::SETOGE, MVT::f64, Expand); in MipsSETargetLowering()
323 setCondCodeAction(ISD::SETOGE, Ty, Expand); in addMSAFloatType()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrInfo.td591 defm SETPGEf32 : PTX_SETP_FP<RegF32, "f32", f32imm, SETUGE, SETOGE, "ge">;
600 defm SETPGEf64 : PTX_SETP_FP<RegF64, "f64", f64imm, SETUGE, SETOGE, "ge">;
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp841 case ISD::SETOGE: in IntCondCCodeToICC()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp677 case ISD::SETOGE: return SPCC::FCC_GE; in FPCondCCodeToFCC()

12