Home
last modified time | relevance | path

Searched refs:NSZ (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/synaptics/
H A Dberlin2-sony-nsz-gs7.dts3 * Device Tree file for Sony NSZ-GS7
13 model = "Sony NSZ-GS7";
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsyna.txt26 model = "Sony NSZ-GS7";
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1176 bool NSZ = false);
1184 bool AllowRHSConstant = false, bool NSZ = false);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2654 bool AllowRHSConstant, bool NSZ) { in getBinOpIdentity() argument
2669 return ConstantFP::getZero(Ty, !NSZ); in getBinOpIdentity()
2716 bool AllowRHSConstant, bool NSZ) { in getIdentity() argument
2718 return getBinOpIdentity(I->getOpcode(), Ty, AllowRHSConstant, NSZ); in getIdentity()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVModuleAnalysis.cpp1276 Flags |= SPIRV::FPFastMathMode::NSZ; in getFastMathFlags()
H A DSPIRVSymbolicOperands.td1015 defm NSZ : FPFastMathModeOperand<0x4, [Kernel]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16960 auto isIdentitySplat = [&](SDValue Op, bool NSZ) { in PerformFAddVSelectCombine() argument
16965 if (VT == MVT::v4f32 && (ImmVal == 1664 || (ImmVal == 0 && NSZ))) in PerformFAddVSelectCombine()
16967 if (VT == MVT::v8f16 && (ImmVal == 2688 || (ImmVal == 0 && NSZ))) in PerformFAddVSelectCombine()
16979 bool NSZ = FaddFlags.hasNoSignedZeros(); in PerformFAddVSelectCombine() local
16980 if (!isIdentitySplat(Op1.getOperand(2), NSZ)) in PerformFAddVSelectCombine()