Home
last modified time | relevance | path

Searched refs:SETONE (Results 1 – 25 of 84) sorted by relevance

1234

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h858 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1055 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1271 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/external/llvm/lib/CodeGen/
DAnalysis.cpp170 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
187 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp209 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
226 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/llvm-project/llvm/lib/CodeGen/
DAnalysis.cpp210 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
227 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelDAGToDAG.cpp65 case ISD::SETONE: in fpCondCode2Fcc()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp298 case ISD::SETONE: in kill()
DAMDGPUInstructions.td247 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
DR600ISelLowering.cpp132 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
1045 case ISD::SETONE: in LowerSELECT_CC()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertSkips.cpp215 case ISD::SETONE: in kill()
DAMDGPUInstructions.td245 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
DR600ISelLowering.cpp132 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
1040 case ISD::SETONE: in LowerSELECT_CC()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp336 case ISD::SETONE: return "setone"; in getOperationName()
DTargetLowering.cpp207 case ISD::SETONE: in softenSetCCOperands()
1954 if (Cond == ISD::SETONE && in SimplifySetCC()
1967 if (Cond == ISD::SETONE && in SimplifySetCC()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp77 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp413 case ISD::SETONE: return "setone"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp434 case ISD::SETONE: return "setone"; in getOperationName()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td91 [{return N->get() == ISD::SETONE || N->get() == ISD::SETNE;}]
DAMDGPUISelLowering.cpp966 case ISD::SETONE: in CombineFMinMaxLegacy()
1620 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL()
1841 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
DR600ISelLowering.cpp95 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
1207 case ISD::SETONE: in LowerSELECT_CC()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td593 def SETONE : CondCode; def SETO : CondCode; def SETUO : CondCode;
983 (setcc node:$lhs, node:$rhs, SETONE)>;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td995 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE),
1042 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
/external/llvm/lib/Target/PowerPC/
DPPCInstrQPX.td998 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE),
1045 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td689 def SETONE : CondCode<"FCMP_ONE">;
1285 (setcc node:$lhs, node:$rhs, SETONE)>;

1234