Home
last modified time | relevance | path

Searched refs:SETO (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1056 SETO, // 0 1 1 1 True if ordered (no nans) enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInsertSkips.cpp219 case ISD::SETO: in kill()
H A DR600ISelLowering.cpp126 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in R600TargetLowering()
H A DSIISelLowering.cpp8329 if (LCC == ISD::SETO) { in performAndCombine()
8367 if ((LCC == ISD::SETO || LCC == ISD::SETUO) && Mask && in performAndCombine()
8371 unsigned NewMask = LCC == ISD::SETO ? in performAndCombine()
H A DAMDGPUISelLowering.cpp1278 case ISD::SETO: in combineFMinMaxLegacy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAnalysis.cpp210 case FCmpInst::FCMP_ORD: return ISD::SETO; in getFCmpCondCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp415 case ISD::SETO: return "seto"; in getOperationName()
H A DLegalizeDAG.cpp1676 case ISD::SETO:
1678 && "If SETO is expanded, SETOEQ must be legal!");
1700 CC2 = ((unsigned)CCCode & 0x8U) ? ISD::SETUO : ISD::SETO;
1719 if (CCCode != ISD::SETO && CCCode != ISD::SETUO) {
H A DTargetLowering.cpp347 case ISD::SETO: in softenSetCCOperands()
3769 // have SETO(x,x) instead of SETO(x, 0.0) because this avoids having to in SimplifySetCC()
3771 if (Cond == ISD::SETO || Cond == ISD::SETUO) in SimplifySetCC()
3834 // Otherwise, we can't fold it. However, we can simplify it to SETUO/SETO in SimplifySetCC()
3836 ISD::CondCode NewCond = UOF == 0 ? ISD::SETO : ISD::SETUO; in SimplifySetCC()
H A DSelectionDAG.cpp2024 case ISD::SETO:
2112 case ISD::SETO: return getBoolConstant(R!=APFloat::cmpUnordered, dl, VT,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp858 case ISD::SETO: in IntCondCCodeToICC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp89 for (auto CC : {ISD::SETO, ISD::SETUO, ISD::SETUEQ, ISD::SETONE, in WebAssemblyTargetLowering()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h637 #define SETO(a) CHOICE(seto a, seto a, seto a) macro
1350 #define SETO(a) seto a macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1970 case ISD::SETO##X: return SystemZ::CCMASK_CMP_##X; \ in CCMaskForCondCode()
1984 case ISD::SETO: return SystemZ::CCMASK_CMP_O; in CCMaskForCondCode()
2799 case ISD::SETO: {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp3882 case ISD::SETO: return PPC::PRED_NU; in getPredicateForSetCC()
3910 case ISD::SETO: Invert = true; return 3; // !Bit #3 = SETO in getCRIdxForSetCC()
H A DPPCISelLowering.cpp493 setCondCodeAction(ISD::SETO, MVT::f32, Expand); in PPCTargetLowering()
494 setCondCodeAction(ISD::SETO, MVT::f64, Expand); in PPCTargetLowering()
763 setCondCodeAction(ISD::SETO, MVT::v4f32, Expand); in PPCTargetLowering()
812 setCondCodeAction(ISD::SETO, MVT::v2f64, Expand); in PPCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1844 Op->getOperand(2), ISD::SETO); in lowerINTRINSIC_WO_CHAIN()
H A DMipsISelLowering.cpp622 case ISD::SETO: return Mips::FCOND_OR; in condCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp555 case ISD::SETO: in getPTXCmpMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1402 case ISD::SETO: return SPCC::FCC_O; in FPCondCCodeToFCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1577 case ISD::SETO: in changeFPCCToAArch64CC()
1654 case ISD::SETO: in changeVectorFPCCToAArch64CC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1863 case ISD::SETO: CondCode = ARMCC::VC; break; in FPCCToARMCC()
4683 if (CC == ISD::SETO) { in checkVSELConstraints()
6303 case ISD::SETO: { in LowerVSETCC()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4921 case ISD::SETO: return X86::COND_NP;
21186 case ISD::SETO: SSECC = 7; break;
21203 case ISD::SETO:
21390 // 1. Get ordered masks from a quiet ISD::SETO
[all...]

Completed in 201 milliseconds