| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 151 enum Semantics { enum 682 const fltSemantics *Semantics; variable 799 if (usesLayout<IEEEFloat>(Semantics)) { in Storage() 803 if (usesLayout<DoubleAPFloat>(Semantics)) { in Storage() 879 return &Semantics == &PPCDoubleDouble(); in usesLayout() 881 return &Semantics != &PPCDoubleDouble(); in usesLayout() 935 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() argument 936 APFloat(const fltSemantics &Semantics, StringRef S); 937 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() argument 943 : U(Semantics, uninitialized) {} in APFloat() [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
| H A D | tst.TestTransStability2.ksh.out | 6 Data Semantics: Unstable 11 Data Semantics: Private
|
| H A D | tst.TestTransStability1.ksh.out | 6 Data Semantics: Unstable 11 Data Semantics: Stable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 215 APFloatBase::Semantics 4563 : Semantics(&S), in DoubleAPFloat() 4569 : Semantics(&S), in DoubleAPFloat() 4582 : Semantics(&S), in DoubleAPFloat() 4591 : Semantics(&S), in DoubleAPFloat() 4599 : Semantics(RHS.Semantics), in DoubleAPFloat() 4607 : Semantics(RHS.Semantics), Floats(std::move(RHS.Floats)) { in DoubleAPFloat() 4608 RHS.Semantics = &semBogus; in DoubleAPFloat() 4613 if (Semantics == RHS.Semantics && RHS.Floats) { in operator =() 5177 : APFloat(Semantics) { in APFloat() [all …]
|
| H A D | Z3Solver.cpp | 791 const llvm::fltSemantics &Semantics = in toAPFloat() local 798 if (useSemantics && !areEquivalent(Float.getSemantics(), Semantics)) { in toAPFloat() 803 Float = llvm::APFloat(Semantics, Int); in toAPFloat()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APNumericStorage.h | 61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() argument 62 return llvm::APFloat(Semantics, getIntValue()); in getValue()
|
| H A D | Expr.h | 1645 llvm::APFloatBase::Semantics getRawSemantics() const { in getRawSemantics() 1646 return static_cast<llvm::APFloatBase::Semantics>( in getRawSemantics() 1647 FloatingLiteralBits.Semantics); in getRawSemantics() 1652 void setRawSemantics(llvm::APFloatBase::Semantics Sem) { in setRawSemantics() 1653 FloatingLiteralBits.Semantics = Sem; in setRawSemantics() 1659 static_cast<llvm::APFloatBase::Semantics>( in getSemantics() 1660 FloatingLiteralBits.Semantics)); in getSemantics() 1665 FloatingLiteralBits.Semantics = llvm::APFloatBase::SemanticsToEnum(Sem); in setSemantics()
|
| H A D | PropertiesBase.td | 281 static_cast<llvm::APFloatBase::Semantics>(semantics)); 323 static_cast<llvm::APFloatBase::Semantics>(semantics));
|
| H A D | Stmt.h | 465 LLVM_PREFERRED_TYPE(llvm::APFloat::Semantics) in alignas() 466 unsigned Semantics : 4; // Provides semantics for APFloat construction in alignas()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PthreadLockChecker.cpp | 197 LockingSemantics Semantics, CheckerKind CheckKind) const; 213 LockingSemantics Semantics, CheckerKind CheckKind) const; 399 enum LockingSemantics Semantics, in AcquireLockAux() argument 431 switch (Semantics) { in AcquireLockAux() 446 } else if (Semantics == PthreadSemantics) { in AcquireLockAux() 459 assert((Semantics == XNUSemantics) && "Unknown locking semantics"); in AcquireLockAux() 538 enum LockingSemantics Semantics, in DestroyLockAux() argument 556 if (Semantics == PthreadSemantics) { in DestroyLockAux()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 190 SmallVector<Expr *, 4> Semantics; member in __anon99ff7d920111::PseudoOpBuilder 200 Semantics.push_back(semantic); in addSemanticExpr() 206 ResultIndex = Semantics.size(); in addResultSemanticExpr() 207 Semantics.push_back(resultExpr); in addResultSemanticExpr() 209 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantics.back())) in addResultSemanticExpr() 229 ResultIndex = Semantics.size() - 1; in setResultToLastSemantic() 231 if (auto *OVE = dyn_cast<OpaqueValueExpr>(Semantics.back())) in setResultToLastSemantic() 399 assert(index < Semantics.size() && in captureValueAsResult() 401 if (e == Semantics[index]) break; in captureValueAsResult() 412 Semantics, ResultIndex); in complete() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 447 Semantics = in buildMemSemanticsReg() 451 if (Order == Semantics) { in buildMemSemanticsReg() 456 return buildConstantIntReg(Semantics, MIRBuilder, GR); in buildMemSemanticsReg() 494 int Semantics = in buildAtomicLoadInst() local 497 MemSemanticsReg = buildConstantIntReg(Semantics, MIRBuilder, GR); in buildAtomicLoadInst() 517 int Semantics = in buildAtomicStoreInst() local 650 unsigned Semantics = SPIRV::MemorySemantics::None; in buildAtomicRMWInst() local 655 Semantics, MIRBuilder, GR); in buildAtomicRMWInst() 678 Semantics, MIRBuilder, GR); in buildAtomicFlagInst() 681 (Semantics != SPIRV::MemorySemantics::Acquire && in buildAtomicFlagInst() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 3834 APFloat Value(Semantics); in parseRealValue() 3838 Value = APFloat::getInf(Semantics); in parseRealValue() 3842 Value = APFloat::getZero(Semantics); in parseRealValue() 3906 if (parseRealValue(Semantics, AsInt)) in parseRealInstList() 3927 if (parseRealInstList(Semantics, ValuesAsInt)) in emitRealValues() 3969 if (emitRealValues(Semantics)) in parseDirectiveRealValue() 3988 if (emitRealValues(Semantics, &Count)) in parseDirectiveNamedRealValue() 4072 const fltSemantics *Semantics; in parseFieldInitializer() local 4075 Semantics = &APFloat::IEEEsingle(); in parseFieldInitializer() 4078 Semantics = &APFloat::IEEEdouble(); in parseFieldInitializer() [all …]
|
| H A D | AsmParser.cpp | 281 bool parseRealValue(const fltSemantics &Semantics, APInt &Res); 3251 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() argument 3268 APFloat Value(Semantics); in parseRealValue() 3273 Value = APFloat::getInf(Semantics); in parseRealValue() 3275 Value = APFloat::getNaN(Semantics, false, ~0); in parseRealValue() 3296 const fltSemantics &Semantics) { in parseDirectiveRealValue() argument 3299 if (checkForValidSection() || parseRealValue(Semantics, AsInt)) in parseDirectiveRealValue() 4923 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB() argument 4938 if (parseRealValue(Semantics, AsInt) || parseEOL()) in parseDirectiveRealDCB()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 969 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getNaN() local 970 APFloat NaN = APFloat::getNaN(Semantics, Negative, Payload); in getNaN() 980 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getQNaN() local 981 APFloat NaN = APFloat::getQNaN(Semantics, Negative, Payload); in getQNaN() 991 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getSNaN() local 992 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload); in getSNaN() 1002 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getZero() local 1003 APFloat NegZero = APFloat::getZero(Semantics, Negative); in getZero() 1028 const fltSemantics &Semantics = Ty->getScalarType()->getFltSemantics(); in getInfinity() local 1029 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative)); in getInfinity()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandVectorPredication.cpp | 388 const fltSemantics &Semantics = EltTy->getFltSemantics(); in getNeutralReductionElement() local 393 APFloat::getLargest(Semantics, Negative)); in getNeutralReductionElement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 34 * https://github.com/WebAssembly/design/blob/main/Semantics.md
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 148 // Semantics: 159 // Semantics:
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11592 const fltSemantics &Semantics = SelectionDAG::EVTToAPFloatSemantics(VT); in isNeutralConstant() local 11594 ? APFloat::getQNaN(Semantics) in isNeutralConstant() 11596 ? APFloat::getInf(Semantics) in isNeutralConstant() 11597 : APFloat::getLargest(Semantics); in isNeutralConstant() 12849 const fltSemantics &Semantics = EVTToAPFloatSemantics(VT); in getNeutralElement() local 12850 APFloat NeutralAF = !Flags.hasNoNaNs() ? APFloat::getQNaN(Semantics) : in getNeutralElement() 12851 !Flags.hasNoInfs() ? APFloat::getInf(Semantics) : in getNeutralElement() 12852 APFloat::getLargest(Semantics); in getNeutralElement() 12861 const fltSemantics &Semantics = EVTToAPFloatSemantics(VT); in getNeutralElement() local 12862 APFloat NeutralAF = !Flags.hasNoInfs() ? APFloat::getInf(Semantics) in getNeutralElement() [all …]
|
| H A D | TargetLowering.cpp | 8334 const fltSemantics &Semantics, in isFCmpEqualZero() argument 8346 MF.getDenormalMode(Semantics).Input == DenormalMode::IEEE) in isFCmpEqualZero() 8349 MF.getDenormalMode(Semantics).inputsAreZero()) in isFCmpEqualZero() 8386 const llvm::fltSemantics &Semantics = FloatTy->getFltSemantics(); in expandIS_FPCLASS() local 8397 isFCmpEqualZero(Test, Semantics, DAG.getMachineFunction()); in expandIS_FPCLASS() 8423 DAG.getConstantFP(APFloat::getInf(Semantics), DL, OperandVT); in expandIS_FPCLASS() 8440 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in expandIS_FPCLASS() 8445 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in expandIS_FPCLASS() 8549 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in expandIS_FPCLASS()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCasts.cpp | 370 const fltSemantics &Semantics = InputTy->getFltSemantics(); in canEvaluateTruncated() local 372 APFloatBase::semanticsIntSizeInBits(Semantics, in canEvaluateTruncated()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 2555 const fltSemantics &Semantics = SelectionDAG::EVTToAPFloatSemantics(VT); in getIsLtSmallestNormal() local 2557 DAG.getConstantFP(APFloat::getSmallestNormalized(Semantics), SL, VT); in getIsLtSmallestNormal() 2572 const fltSemantics &Semantics = SelectionDAG::EVTToAPFloatSemantics(VT); in getIsFinite() local 2573 SDValue Inf = DAG.getConstantFP(APFloat::getInf(Semantics), SL, VT); in getIsFinite() 2591 const fltSemantics &Semantics = APFloat::IEEEsingle(); in getScaledLogInput() local 2593 DAG.getConstantFP(APFloat::getSmallestNormalized(Semantics), SL, VT); in getScaledLogInput()
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 637 Processing, and Its Formal Semantics . . 460--467 (or 461--467??) 1163 Peter Henderson Derived Semantics for Some Programming 1467 Semantics . . . . . . . . . . . . . . . 468--474 2468 R. D. Tennent The Denotational Semantics of
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 7800 const fltSemantics &Semantics = getFltSemanticForLLT(SrcTy.getScalarType()); in lowerISFPCLASS() local 7810 APInt Inf = APFloat::getInf(Semantics).bitcastToAPInt(); // Exp and int bit. in lowerISFPCLASS() 7812 APInt AllOneMantissa = APFloat::getLargest(Semantics).bitcastToAPInt() & ~Inf; in lowerISFPCLASS() 7901 APInt NegInf = APFloat::getInf(Semantics, true).bitcastToAPInt(); in lowerISFPCLASS()
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | Caps.uwin | 200 #%Semantics are also intended to match those of the specification.
|