Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1055 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDAnalysis.cpp209 case FCmpInst::FCMP_ONE: return ISD::SETONE; in getFCmpCondCode()
226 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIInsertSkips.cpp215 case ISD::SETONE: in kill()
HDAMDGPUInstructions.td245 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
HDR600ISelLowering.cpp132 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering()
1040 case ISD::SETONE: in LowerSELECT_CC()
HDAMDGPUISelLowering.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp413 case ISD::SETONE: return "setone"; in getOperationName()
HDTargetLowering.cpp355 case ISD::SETONE: in softenSetCCOperands()
3801 if (Cond == ISD::SETONE && in SimplifySetCC()
3814 if (Cond == ISD::SETONE && in SimplifySetCC()
HDSelectionDAG.cpp2023 case ISD::SETONE: in FoldSetCC()
2088 case ISD::SETONE: return getBoolConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
HDLegalizeDAG.cpp1689 case ISD::SETONE: in LegalizeSetCCCondCode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrQPX.td995 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE),
1042 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
HDPPCISelDAGToDAG.cpp3859 case ISD::SETONE: in getPredicateForSetCC()
3914 case ISD::SETONE: in getCRIdxForSetCC()
HDPPCISelLowering.cpp525 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in PPCTargetLowering()
526 setCondCodeAction(ISD::SETONE, MVT::f64, Expand); in PPCTargetLowering()
782 setCondCodeAction(ISD::SETONE, MVT::v4f32, Expand); in PPCTargetLowering()
831 setCondCodeAction(ISD::SETONE, MVT::v2f64, Expand); in PPCTargetLowering()
944 setCondCodeAction(ISD::SETONE, MVT::f128, Expand); in PPCTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td689 def SETONE : CondCode<"FCMP_ONE">;
1294 (setcc node:$lhs, node:$rhs, SETONE)>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelLowering.cpp850 case ISD::SETONE: in IntCondCCodeToICC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.cpp89 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXISelDAGToDAG.cpp553 case ISD::SETONE: in getPTXCmpMode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp159 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td136 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>;
137 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
HDMipsSEISelLowering.cpp1840 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
HDMipsISelLowering.cpp624 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp1403 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.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()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp2816 case ISD::SETONE: { in lowerVectorSETCC()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp1863 case ISD::SETONE: CondCode = ARMCC::MI; CondCode2 = ARMCC::GT; break; in FPCCToARMCC()
6292 case ISD::SETONE: { in LowerVSETCC()

12