| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | ISDOpcodes.h | 1055 SETONE, // 0 1 1 0 True if ordered and operands are unequal enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 209 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/ |
| HD | SIInsertSkips.cpp | 215 case ISD::SETONE: in kill()
|
| HD | AMDGPUInstructions.td | 245 def COND_ONE : PatFrags<(ops), [(OtherVT SETONE), (OtherVT SETNE)]>;
|
| HD | R600ISelLowering.cpp | 132 setCondCodeAction(ISD::SETONE, MVT::f32, Expand); in R600TargetLowering() 1040 case ISD::SETONE: in LowerSELECT_CC()
|
| HD | AMDGPUISelLowering.cpp | 1268 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/ |
| HD | SelectionDAGDumper.cpp | 413 case ISD::SETONE: return "setone"; in getOperationName()
|
| HD | TargetLowering.cpp | 355 case ISD::SETONE: in softenSetCCOperands() 3801 if (Cond == ISD::SETONE && in SimplifySetCC() 3814 if (Cond == ISD::SETONE && in SimplifySetCC()
|
| HD | SelectionDAG.cpp | 2023 case ISD::SETONE: in FoldSetCC() 2088 case ISD::SETONE: return getBoolConstant(R==APFloat::cmpGreaterThan || in FoldSetCC()
|
| HD | LegalizeDAG.cpp | 1689 case ISD::SETONE: in LegalizeSetCCCondCode()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCInstrQPX.td | 995 def : Pat<(setcc v4f64:$FRA, v4f64:$FRB, SETONE), 1042 def : Pat<(setcc v4f32:$FRA, v4f32:$FRB, SETONE),
|
| HD | PPCISelDAGToDAG.cpp | 3859 case ISD::SETONE: in getPredicateForSetCC() 3914 case ISD::SETONE: in getCRIdxForSetCC()
|
| HD | PPCISelLowering.cpp | 525 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/ |
| HD | TargetSelectionDAG.td | 689 def SETONE : CondCode<"FCMP_ONE">; 1294 (setcc node:$lhs, node:$rhs, SETONE)>;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiISelLowering.cpp | 850 case ISD::SETONE: in IntCondCCodeToICC()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyISelLowering.cpp | 89 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXISelDAGToDAG.cpp | 553 case ISD::SETONE: in getPTXCmpMode()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVISelLowering.cpp | 159 ISD::SETOGT, ISD::SETOGE, ISD::SETONE, ISD::SETUEQ, ISD::SETUGT, in RISCVTargetLowering()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsMSAInstrInfo.td | 136 def vfsetone_v4f32 : vfsetcc_type<v4i32, v4f32, SETONE>; 137 def vfsetone_v2f64 : vfsetcc_type<v2i64, v2f64, SETONE>;
|
| HD | MipsSEISelLowering.cpp | 1840 Op->getOperand(2), ISD::SETONE); in lowerINTRINSIC_WO_CHAIN()
|
| HD | MipsISelLowering.cpp | 624 case ISD::SETONE: return Mips::FCOND_ONE; in condCodeToFCC()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcISelLowering.cpp | 1403 case ISD::SETONE: return SPCC::FCC_LG; in FPCondCCodeToFCC()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.cpp | 1573 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/ |
| HD | SystemZISelLowering.cpp | 2816 case ISD::SETONE: { in lowerVectorSETCC()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.cpp | 1863 case ISD::SETONE: CondCode = ARMCC::MI; CondCode2 = ARMCC::GT; break; in FPCCToARMCC() 6292 case ISD::SETONE: { in LowerVSETCC()
|