/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Coroutines.rst | 617 Semantics: argument 645 Semantics: argument 651 .. _coro.promise: 777 Semantics: argument 788 .. _coro.free: 928 Semantics: argument 935 .. _coro.id: 978 .. _coro.end: 1069 .. _coro.suspend: 1070 .. _suspend points: [all …]
|
D | StackMaps.rst | 310 .. _stackmap-format:
|
D | Statepoints.rst | 587 .. _statepoint-stackmap-format:
|
D | LangRef.rst | 4720 Semantics subsubsection 4814 .. _tbaa_node_representation: 6769 .. _binaryops: 10070 .. _int_va_copy: 10164 .. _int_gcread: 10200 .. _int_gcwrite: 10393 .. _int_read_register: 10394 .. _int_write_register: 10459 Semantics: argument 10491 Semantics: argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 576 const fltSemantics *Semantics; variable 692 Storage(const fltSemantics &Semantics, ArgTypes &&... Args) { in Storage() 769 template <typename T> static bool usesLayout(const fltSemantics &Semantics) { in usesLayout() 836 APFloat(const fltSemantics &Semantics) : U(Semantics) {} in APFloat() 838 APFloat(const fltSemantics &Semantics, integerPart I) : U(Semantics, I) {} in APFloat() 840 APFloat(const fltSemantics &Semantics, uninitializedTag) in APFloat() 842 APFloat(const fltSemantics &Semantics, const APInt &I) : U(Semantics, I) {} in APFloat()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 602 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/ |
D | StackMaps.rst | 310 .. _stackmap-format:
|
D | Statepoints.rst | 551 .. _statepoint-stackmap-format:
|
D | LangRef.rst | 5794 .. _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/ |
D | AutomaticReferenceCounting.rst | 826 Semantics section in Ownership qualification 886 .. _arc.ownership.restrictions:
|
/external/deqp-deps/glslang/gtests/ |
D | TestFixture.h | 71 enum class Semantics { enum
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 656 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-7.0/llvm/lib/IR/ |
D | Constants.cpp | 726 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNaN() local 737 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getNegativeZero() local 786 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType()); in getInfinity() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3042 bool AsmParser::parseRealValue(const fltSemantics &Semantics, APInt &Res) { in parseRealValue() 3085 const fltSemantics &Semantics) { in parseDirectiveRealValue() 4598 bool AsmParser::parseDirectiveRealDCB(StringRef IDVal, const fltSemantics &Semantics) { in parseDirectiveRealDCB()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 192 SmallVector<Expr *, 4> Semantics; member in __anonfe1523870111::PseudoOpBuilder
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 4413 APFloat::Storage::Storage(IEEEFloat F, const fltSemantics &Semantics) { in Storage() 4439 APFloat::APFloat(const fltSemantics &Semantics, StringRef S) in APFloat()
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 1755 bool AsmParser::ParseDirectiveRealValue(const fltSemantics &Semantics) { in ParseDirectiveRealValue()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 571 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty); in getInfinity() local
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2742 bool AsmParser::parseDirectiveRealValue(const fltSemantics &Semantics) { in parseDirectiveRealValue()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 157 unsigned Semantics : 3; // Provides semantics for APFloat construction in LLVM_ALIGNAS() local
|
D | Expr.h | 1256 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue()
|