Home
last modified time | relevance | path

Searched refs:SETUNE (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td282 def COND_UNE : PatFrag<(ops), (OtherVT SETUNE)>;
290 def COND_UNE_NE : PatFrags<(ops), [(OtherVT SETUNE), (OtherVT SETNE)]>;
306 def COND_NE : PatFrags<(ops), [(OtherVT SETNE), (OtherVT SETUNE)]>;
H A DSIWholeQuadMode.cpp818 case ISD::SETUNE: in lowerKillF32()
H A DR600ISelLowering.cpp951 case ISD::SETUNE: in LowerSELECT_CC()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1357 SETUNE, // 1 1 1 0 True if unordered or not equal enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAnalysis.cpp206 case FCmpInst::FCMP_UNE: return ISD::SETUNE; in getFCmpCondCode()
215 case ISD::SETONE: case ISD::SETUNE: return ISD::SETNE; in getFCmpCodeWithoutNaN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp85 case ISD::SETUNE: in fpCondCode2Fcc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrFloat.td81 defm NE : ComparisonFP<SETUNE, "ne ", 0x5c, 0x62>;
H A DWebAssemblyInstrSIMD.td661 defm NE : SIMDConditionFP<"ne", SETUNE, 66>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp52 case ISD::SETUNE: in ISDCCtoARCCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp452 case ISD::SETUNE: return "setune"; in getOperationName()
H A DTargetLowering.cpp327 case ISD::SETUNE: in softenSetCCOperands()
4192 case ISD::SETUNE: NewCond = IsNegInf ? ISD::SETUGT : ISD::SETULT; break; in SimplifySetCC()
8827 if (TLI.isCondCodeLegal(ISD::SETUNE, OpVT)) { in LegalizeSetCCCondCode()
8828 CC1 = ISD::SETUNE; in LegalizeSetCCCondCode()
8829 CC2 = ISD::SETUNE; in LegalizeSetCCCondCode()
8866 case ISD::SETUNE: in LegalizeSetCCCondCode()
H A DSelectionDAG.cpp519 if (IsInteger && Op == ISD::SETUNE) // e.g. SETUGT | SETULT in getSetCCOrOperation()
2231 case ISD::SETUNE: in FoldSetCC()
2323 case ISD::SETUNE: return getBoolConstant(R!=APFloat::cmpEqual, dl, VT, in FoldSetCC()
H A DLegalizeFloatTypes.cpp1830 ISD::SETUNE, OutputChain, IsSignaling); in FloatExpandSetCCOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVSDPatterns.td649 defm : VPatFPSetCCSDNode_VV_VF_FV<SETUNE, "PseudoVMFNE", "PseudoVMFNE">;
H A DRISCVInstrInfoVVLPatterns.td922 defm : VPatFPSetCCVL_VV_VF_FV<SETUNE, "PseudoVMFNE", "PseudoVMFNE">;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td731 def SETUNE : CondCode<"FCMP_UNE">;
1340 (setcc node:$lhs, node:$rhs, SETUNE)>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp851 case ISD::SETUNE: in IntCondCCodeToICC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4118 case ISD::SETUNE: in getPredicateForSetCC()
4159 case ISD::SETUNE: in getCRIdxForSetCC()
4196 case ISD::SETUNE: CC = ISD::SETOEQ; Negate = true; break; in getVCmpInst()
4240 case ISD::SETUNE: CC = ISD::SETUEQ; Negate = true; break; in getVCmpInst()
H A DPPCInstrInfo.td4084 defm : CRNotPat<(i1 (SetCC Ty:$s1, Ty:$s2, SETUNE)),
4156 defm : CRNotPat<(i1 (any_fsetccs f32:$s1, f32:$s2, SETUNE)),
4183 defm : CRNotPat<(i1 (any_fsetccs f64:$s1, f64:$s2, SETUNE)),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1586 case ISD::SETUNE: in TranslateM68kCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp569 case ISD::SETUNE: in getPTXCmpMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMSAInstrInfo.td152 def vfsetune_v4f32 : vfsetcc_type<v4i32, v4f32, SETUNE>;
153 def vfsetune_v2f64 : vfsetcc_type<v2i64, v2f64, SETUNE>;
H A DMipsSEISelLowering.cpp1863 Op->getOperand(2), ISD::SETUNE); in lowerINTRINSIC_WO_CHAIN()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1388 case ISD::SETUNE: return SPCC::FCC_NE; in FPCondCCodeToFCC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1976 case ISD::SETUNE: CondCode = ARMCC::NE; break; in FPCCToARMCC()
4971 if (CC == ISD::SETUNE || CC == ISD::SETNE) { in checkVSELConstraints()
5404 else if (CC == ISD::SETUNE) in OptimizeVFPBrcond()
5534 CC == ISD::SETNE || CC == ISD::SETUNE)) { in LowerBR_CC()
6484 case ISD::SETUNE: in LowerVSETCC()

12