/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 272 bool translateICmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateICmp() 277 bool translateFCmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateFCmp() 353 bool translateAdd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAdd() 356 bool translateSub(const User &U, MachineIRBuilder &MIRBuilder) { in translateSub() 359 bool translateAnd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAnd() 362 bool translateMul(const User &U, MachineIRBuilder &MIRBuilder) { in translateMul() 365 bool translateOr(const User &U, MachineIRBuilder &MIRBuilder) { in translateOr() 368 bool translateXor(const User &U, MachineIRBuilder &MIRBuilder) { in translateXor() 372 bool translateUDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateUDiv() 375 bool translateSDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateSDiv() [all …]
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 281 bool translateICmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateICmp() 286 bool translateFCmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateFCmp() 398 bool translateAdd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAdd() 401 bool translateSub(const User &U, MachineIRBuilder &MIRBuilder) { in translateSub() 404 bool translateAnd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAnd() 407 bool translateMul(const User &U, MachineIRBuilder &MIRBuilder) { in translateMul() 410 bool translateOr(const User &U, MachineIRBuilder &MIRBuilder) { in translateOr() 413 bool translateXor(const User &U, MachineIRBuilder &MIRBuilder) { in translateXor() 417 bool translateUDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateUDiv() 420 bool translateSDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateSDiv() [all …]
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer_deleter.pass.cpp | 61 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 72 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 81 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 88 using U = std::unique_ptr<VT, D&>; in test_sfinae() typedef 96 using U = std::unique_ptr<VT, const D&>; in test_sfinae() typedef 111 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef 118 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef 125 using U = std::unique_ptr<VT, D&>; in test_noexcept() typedef 130 using U = std::unique_ptr<VT, const D&>; in test_noexcept() typedef 141 using U = std::unique_ptr<A[], D>; in test_sfinae_runtime() typedef [all …]
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 177 def is_BASE(U, UISC, UGC): argument 185 def is_BASE_IND(U, UISC, UGC): argument 191 def is_BASE_NUM(U, UISC, UGC): argument 193 def is_BASE_OTHER(U, UISC, UGC): argument 197 def is_CGJ(U, UISC, UGC): argument 199 def is_CONS_FINAL(U, UISC, UGC): argument 202 def is_CONS_FINAL_MOD(U, UISC, UGC): argument 205 def is_CONS_MED(U, UISC, UGC): argument 209 def is_CONS_MOD(U, UISC, UGC): argument 211 def is_CONS_SUB(U, UISC, UGC): argument [all …]
|
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer_deleter.pass.cpp | 60 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 71 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 80 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef 87 using U = std::unique_ptr<VT, D&>; in test_sfinae() typedef 95 using U = std::unique_ptr<VT, const D&>; in test_sfinae() typedef 110 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef 117 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef 124 using U = std::unique_ptr<VT, D&>; in test_noexcept() typedef 129 using U = std::unique_ptr<VT, const D&>; in test_noexcept() typedef 140 using U = std::unique_ptr<A[], D>; in test_sfinae_runtime() typedef [all …]
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | gfni-builtins.c | 52 __m512i test_mm512_mask_gf2p8affineinv_epi64_epi8(__m512i S, __mmask64 U, __m512i A, __m512i B) { in test_mm512_mask_gf2p8affineinv_epi64_epi8() 59 __m512i test_mm512_maskz_gf2p8affineinv_epi64_epi8(__mmask64 U, __m512i A, __m512i B) { in test_mm512_maskz_gf2p8affineinv_epi64_epi8() 66 __m256i test_mm256_mask_gf2p8affineinv_epi64_epi8(__m256i S, __mmask32 U, __m256i A, __m256i B) { in test_mm256_mask_gf2p8affineinv_epi64_epi8() 73 __m256i test_mm256_maskz_gf2p8affineinv_epi64_epi8(__mmask32 U, __m256i A, __m256i B) { in test_mm256_maskz_gf2p8affineinv_epi64_epi8() 80 __m128i test_mm_mask_gf2p8affineinv_epi64_epi8(__m128i S, __mmask16 U, __m128i A, __m128i B) { in test_mm_mask_gf2p8affineinv_epi64_epi8() 87 __m128i test_mm_maskz_gf2p8affineinv_epi64_epi8(__mmask16 U, __m128i A, __m128i B) { in test_mm_maskz_gf2p8affineinv_epi64_epi8() 100 __m512i test_mm512_mask_gf2p8affine_epi64_epi8(__m512i S, __mmask64 U, __m512i A, __m512i B) { in test_mm512_mask_gf2p8affine_epi64_epi8() 107 __m512i test_mm512_maskz_gf2p8affine_epi64_epi8(__mmask64 U, __m512i A, __m512i B) { in test_mm512_maskz_gf2p8affine_epi64_epi8() 114 __m256i test_mm256_mask_gf2p8affine_epi64_epi8(__m256i S, __mmask32 U, __m256i A, __m256i B) { in test_mm256_mask_gf2p8affine_epi64_epi8() 121 __m256i test_mm256_maskz_gf2p8affine_epi64_epi8(__mmask32 U, __m256i A, __m256i B) { in test_mm256_maskz_gf2p8affine_epi64_epi8() [all …]
|
D | avx512vlbf16-builtins.c | 14 __m128bh test_mm_maskz_cvtne2ps2bf16(__m128 A, __m128 B, __mmask8 U) { in test_mm_maskz_cvtne2ps2bf16() 22 __m128bh test_mm_mask_cvtne2ps2bf16(__m128bh C, __mmask8 U, __m128 A, __m128 B) { in test_mm_mask_cvtne2ps2bf16() 37 __m256bh test_mm256_maskz_cvtne2ps2bf16(__m256 A, __m256 B, __mmask16 U) { in test_mm256_maskz_cvtne2ps2bf16() 45 __m256bh test_mm256_mask_cvtne2ps2bf16(__m256bh C, __mmask16 U, __m256 A, __m256 B) { in test_mm256_mask_cvtne2ps2bf16() 60 __m512bh test_mm512_maskz_cvtne2ps2bf16(__m512 A, __m512 B, __mmask32 U) { in test_mm512_maskz_cvtne2ps2bf16() 68 __m512bh test_mm512_mask_cvtne2ps2bf16(__m512bh C, __mmask32 U, __m512 A, __m512 B) { in test_mm512_mask_cvtne2ps2bf16() 83 __m128bh test_mm_mask_cvtneps2bf16(__m128bh C, __mmask8 U, __m128 A) { in test_mm_mask_cvtneps2bf16() 90 __m128bh test_mm_maskz_cvtneps2bf16(__m128 A, __mmask8 U) { in test_mm_maskz_cvtneps2bf16() 104 __m128bh test_mm256_mask_cvtneps2bf16(__m128bh C, __mmask8 U, __m256 A) { in test_mm256_mask_cvtneps2bf16() 112 __m128bh test_mm256_maskz_cvtneps2bf16(__m256 A, __mmask8 U) { in test_mm256_maskz_cvtneps2bf16() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | cxx11-unrestricted-union.cpp | 10 union U { union 23 U::U() {} in U() function in U 24 U::U(const U&) {} in U() argument 25 U::U(U&&) {} in U() function in U 26 U &U::operator=(const U&) { return *this; } in operator =() 27 U &U::operator=(U &&) { return *this; } in operator =() argument
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | cxx11-unrestricted-union.cpp | 10 union U { union 23 U::U() {} in U() function in U 24 U::U(const U&) {} in U() argument 25 U::U(U&&) {} in U() function in U 26 U &U::operator=(const U&) { return *this; } in operator =() 27 U &U::operator=(U &&) { return *this; } in operator =() argument
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2008-01-24-StructAlignAndBitFields.c | 3 struct U { char a; short b; int c:25; char d; } u; argument
|
/external/clang/test/CodeGen/ |
D | 2008-01-24-StructAlignAndBitFields.c | 3 struct U { char a; short b; int c:25; char d; } u; struct
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | WorkList.cpp | 44 void enqueue(const WorkListUnit& U) override { in enqueue() 50 const WorkListUnit& U = Stack.back(); in dequeue() local 64 void enqueue(const WorkListUnit& U) override { in enqueue() 69 WorkListUnit U = Queue.front(); in dequeue() local 100 void enqueue(const WorkListUnit& U) override { in enqueue() 110 const WorkListUnit& U = Stack.back(); in dequeue() local 118 WorkListUnit U = Queue.front(); in dequeue() local 149 void enqueue(const WorkListUnit &U) override { in enqueue() 175 WorkListUnit &U = StackUnexplored.back(); in dequeue() local 179 WorkListUnit &U = StackOthers.back(); in dequeue() local [all …]
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_pair_values.pass.cpp | 72 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 78 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 84 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 90 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 101 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 107 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 113 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 119 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_pair_rvalue.pass.cpp | 73 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 78 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 83 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 88 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 98 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 103 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 108 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 113 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_pair_const_lvalue_pair.pass.cpp | 74 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 79 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 84 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 89 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 99 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 104 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 109 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 114 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_piecewise_pair.pass.cpp | 62 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 68 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 74 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 80 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 91 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 97 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 103 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 109 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
|
/external/llvm-project/clang/test/SemaCUDA/ |
D | global-initializers-host.cu | 21 struct U { struct 22 __host__ U() {} in U() function 23 __device__ U(int) {} in U() argument
|
/external/llvm-project/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_pair_values.pass.cpp | 70 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 76 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 82 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 88 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 99 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 105 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 111 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 117 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_pair_const_lvalue_pair.pass.cpp | 72 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 77 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 82 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 87 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 97 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 102 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 107 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 112 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_pair_rvalue.pass.cpp | 71 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 76 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 81 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 86 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 96 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 101 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 106 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef 111 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
|
D | construct_piecewise_pair.pass.cpp | 60 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 66 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 72 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 78 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef 89 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 95 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 101 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef 107 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | associated_min_max.inl | 16 vecType<T, P> const & x, vecType<U, P> const & a, 29 T x, const vecType<U, P>& a, 66 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 99 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin 175 vecType<T, P> const & x, vecType<U, P> const & a, 189 T x, vecType<U, P> const & a, 228 GLM_FUNC_QUALIFIER vecType<U, P> associatedMax 245 T x, vecType<U, P> const & a, 291 GLM_FUNC_QUALIFIER vecType<U, P> associatedMax [all …]
|
/external/clang/test/SemaCXX/ |
D | access.cpp | 41 template<typename T1, typename T2> struct U { }; struct 52 struct U<T1, float> { struct 55 … U() : v_(A::x) { } // expected-error {{'x' is a private member of 'PR15209::alias_templates::A'}} in U() function 59 struct U<T1, int> { struct 61 … U() : v_(A::y) { } // expected-error {{'y' is a private member of 'PR15209::alias_templates::A'}} in U() function 64 …template struct U<int, int>; // expected-note {{in instantiation of member function 'PR15209::alia… argument
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | FileWriter.cpp | 27 void FileWriter::writeULEB(uint64_t U) { in writeULEB() 34 void FileWriter::writeU8(uint8_t U) { in writeU8() 38 void FileWriter::writeU16(uint16_t U) { in writeU16() 43 void FileWriter::writeU32(uint32_t U) { in writeU32() 48 void FileWriter::writeU64(uint64_t U) { in writeU64() 53 void FileWriter::fixup32(uint32_t U, uint64_t Offset) { in fixup32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
D | FileWriter.cpp | 27 void FileWriter::writeULEB(uint64_t U) { in writeULEB() 34 void FileWriter::writeU8(uint8_t U) { in writeU8() 38 void FileWriter::writeU16(uint16_t U) { in writeU16() 43 void FileWriter::writeU32(uint32_t U) { in writeU32() 48 void FileWriter::writeU64(uint64_t U) { in writeU64() 53 void FileWriter::fixup32(uint32_t U, uint64_t Offset) { in fixup32()
|