Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DAMDGPUISelLowering.cpp1268 case ISD::SETONE: in combineFMinMaxLegacy()
2056 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFCEIL()
2283 SDValue NeTrunc = DAG.getSetCC(SL, SetCCVT, Src, Trunc, ISD::SETONE); in LowerFFLOOR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp413 case ISD::SETONE: return "setone"; in getOperationName()
DTargetLowering.cpp355 case ISD::SETONE: in softenSetCCOperands()
3801 if (Cond == ISD::SETONE && in SimplifySetCC()
3814 if (Cond == ISD::SETONE && in SimplifySetCC()
DSelectionDAG.cpp2023 case ISD::SETONE: in FoldSetCC()
2088 case ISD::SETONE: return getBoolConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
DLegalizeDAG.cpp1689 case ISD::SETONE: in LegalizeSetCCCondCode()
/third_party/skia/third_party/externals/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),
DPPCISelDAGToDAG.cpp3859 case ISD::SETONE: in getPredicateForSetCC()
3914 case ISD::SETONE: in getCRIdxForSetCC()
DPPCISelLowering.cpp508 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
509 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
764 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
813 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
926 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td689 def SETONE : CondCode<"FCMP_ONE">;
1285 (setcc node:$lhs, node:$rhs, SETONE)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp850 case ISD::SETONE: in IntCondCCodeToICC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp89 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp159 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp553 case ISD::SETONE: in getPTXCmpMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMSAInstrInfo.td136 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>;
137 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
DMipsSEISelLowering.cpp1840 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
DMipsISelLowering.cpp624 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1403 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1573 case ISD::SETONE: in changeFPCCToAArch64CC()
1620 case ISD::SETONE: in changeFPCCToANDAArch64CC()
5467 else if ((CC == ISD::SETNE || CC == ISD::SETONE || CC == ISD::SETUNE) && in LowerSELECT_CC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc17301 /* 32299*/ OPC_CheckChild2CondCode, ISD::SETONE,
17308 …// Src: (setcc:{ *:[i32] } f32:{ *:[f32] }:$lhs, f32:{ *:[f32] }:$rhs, SETONE:{ *:[Other] }) - Com…
17341 /* 32395*/ OPC_CheckChild2CondCode, ISD::SETONE,
17348 …// Src: (setcc:{ *:[i32] } f32:{ *:[f32] }:$lhs, f32:{ *:[f32] }:$rhs, SETONE:{ *:[Other] }) - Com…
17554 /* 32812*/ OPC_CheckChild2CondCode, ISD::SETONE,
17561 …// Src: (setcc:{ *:[i32] } f64:{ *:[f64] }:$lhs, f64:{ *:[f64] }:$rhs, SETONE:{ *:[Other] }) - Com…
17594 /* 32908*/ OPC_CheckChild2CondCode, ISD::SETONE,
17601 …// Src: (setcc:{ *:[i32] } f64:{ *:[f64] }:$lhs, f64:{ *:[f64] }:$rhs, SETONE:{ *:[Other] }) - Com…
17980 /* 33668*/ OPC_CheckChild2CondCode, ISD::SETONE,
17984 …:[v4i32] } MSA128WOpnd:{ *:[v4f32] }:$ws, MSA128WOpnd:{ *:[v4f32] }:$wt, SETONE:{ *:[Other] }) - C…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2816 case ISD::SETONE: { in lowerVectorSETCC()

12