Home
last modified time | relevance | path

Searched defs:Semantics (Results 1 – 19 of 19) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h151 enum Semantics { enum
593 const fltSemantics *Semantics; variable
709 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
786 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
853 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
855 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
860 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
862 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h602 const fltSemantics *Semantics; variable
671 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage()
748 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout()
816 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat()
818 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat()
820 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat()
822 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
/external/llvm/docs/
DStackMaps.rst310 .. _stackmap-format:
DStatepoints.rst551 .. _statepoint-stackmap-format:
DLangRef.rst5794 .. _binaryops:
9056 .. _int_va_copy:
9150 .. _int_gcread:
9186 .. _int_gcwrite:
9353 .. _int_read_register:
9354 .. _int_write_register:
9419 Semantics: argument
9451 Semantics: argument
9456 .. _int_get_dynamic_area_offset:
10890 .. _int_overflow:
[all …]
/external/clang/docs/
DAutomaticReferenceCounting.rst826 Semantics section in Ownership qualification
886 .. _arc.ownership.restrictions:
/external/crosvm/sandbox/
Dbindings.rs234 pub enum Semantics { enum
405 semantics: Semantics, in sbox_add_rule()
/external/angle/third_party/vulkan-deps/glslang/src/gtests/
DTestFixture.h71 enum class Semantics { enum
/external/deqp-deps/glslang/gtests/
DTestFixture.h71 enum class Semantics { enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp809 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
820 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getQNaN() local
831 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getSNaN() local
842 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
891 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/external/crosvm/sandbox/src/
Dlib.rs635 semantics: Semantics, in add_rule()
/external/llvm/lib/IR/
DConstants.cpp656 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local
667 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local
716 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DZ3Solver.cpp773 const llvm::fltSemantics &Semantics = in toAPFloat() local
DAPFloat.cpp4490 APFloat::Storage::Storage(IEEEFloat F, const fltSemantics &Semantics) { in Storage()
4518 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp3107 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue()
3151 const fltSemantics &Semantics) { in parseDirectiveRealValue()
4770 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp192 SmallVector<Expr *, 4> Semantics; member in __anon065c08c30111::PseudoOpBuilder
/external/clang/include/clang/AST/
DStmt.h157 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
DExpr.h1256 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2742 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()