Searched refs:NSZ (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/device-tree/src/arm/synaptics/ |
H A D | berlin2-sony-nsz-gs7.dts | 3 * Device Tree file for Sony NSZ-GS7 13 model = "Sony NSZ-GS7";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | syna.txt | 26 model = "Sony NSZ-GS7";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 1176 bool NSZ = false); 1184 bool AllowRHSConstant = false, bool NSZ = false);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2654 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 D | SPIRVModuleAnalysis.cpp | 1276 Flags |= SPIRV::FPFastMathMode::NSZ; in getFastMathFlags()
|
H A D | SPIRVSymbolicOperands.td | 1015 defm NSZ : FPFastMathModeOperand<0x4, [Kernel]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 16960 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()
|