Home
last modified time | relevance | path

Searched refs:AS (Results 1 – 25 of 5751) sorted by relevance

12345678910>>...231

/external/llvm-project/lldb/unittests/Utility/
DArchSpecTest.cpp22 ArchSpec AS; in TEST() local
23 EXPECT_TRUE(ParseMachCPUDashSubtypeTriple("12-10", AS)); in TEST()
24 EXPECT_EQ(12u, AS.GetMachOCPUType()); in TEST()
25 EXPECT_EQ(10u, AS.GetMachOCPUSubType()); in TEST()
27 AS = ArchSpec(); in TEST()
28 EXPECT_TRUE(ParseMachCPUDashSubtypeTriple("12-15", AS)); in TEST()
29 EXPECT_EQ(12u, AS.GetMachOCPUType()); in TEST()
30 EXPECT_EQ(15u, AS.GetMachOCPUSubType()); in TEST()
32 AS = ArchSpec(); in TEST()
33 EXPECT_TRUE(ParseMachCPUDashSubtypeTriple("12.15", AS)); in TEST()
[all …]
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp31 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() argument
32 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
36 Access |= AS.Access; in mergeSetIn()
37 Alias |= AS.Alias; in mergeSetIn()
38 Volatile |= AS.Volatile; in mergeSetIn()
46 PointerRec *R = AS.getSomePointer(); in mergeSetIn()
55 bool ASHadUnknownInsts = !AS.UnknownInsts.empty(); in mergeSetIn()
58 std::swap(UnknownInsts, AS.UnknownInsts); in mergeSetIn()
62 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()); in mergeSetIn()
63 AS.UnknownInsts.clear(); in mergeSetIn()
[all …]
/external/llvm-project/libclc/generic/lib/shared/
Dvload.cl66 #define VEC_LOAD1(val, AS) val = __clc_vload_half_float_helper##AS (&mem[offset++]);
68 #define VEC_LOAD1(val, AS) val = __builtin_load_halff(&mem[offset++]);
71 #define VEC_LOAD2(val, AS) \
72 VEC_LOAD1(val.lo, AS) \
73 VEC_LOAD1(val.hi, AS)
74 #define VEC_LOAD3(val, AS) \
75 VEC_LOAD1(val.s0, AS) \
76 VEC_LOAD1(val.s1, AS) \
77 VEC_LOAD1(val.s2, AS)
78 #define VEC_LOAD4(val, AS) \
[all …]
Dvstore.cl59 #define DECLARE_HELPER(STYPE, AS, builtin) void __clc_vstore_half_##STYPE##_helper##AS(STYPE, AS ha…
61 #define DECLARE_HELPER(STYPE, AS, __builtin) \
62 _CLC_DEF void __clc_vstore_half_##STYPE##_helper##AS(STYPE s, AS half *d) \
78 #define VEC_STORE1(STYPE, AS, val, ROUNDF) __clc_vstore_half_##STYPE##_helper##AS (ROUNDF(val), &me…
80 #define VEC_STORE2(STYPE, AS, val, ROUNDF) \
81 VEC_STORE1(STYPE, AS, val.lo, ROUNDF) \
82 VEC_STORE1(STYPE, AS, val.hi, ROUNDF)
83 #define VEC_STORE3(STYPE, AS, val, ROUNDF) \
84 VEC_STORE1(STYPE, AS, val.s0, ROUNDF) \
85 VEC_STORE1(STYPE, AS, val.s1, ROUNDF) \
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp53 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() argument
54 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
59 Access |= AS.Access; in mergeSetIn()
60 Alias |= AS.Alias; in mergeSetIn()
68 PointerRec *R = AS.getSomePointer(); in mergeSetIn()
80 if (AS.Alias == SetMustAlias) in mergeSetIn()
81 AST.TotalMayAliasSetSize += AS.size(); in mergeSetIn()
84 bool ASHadUnknownInsts = !AS.UnknownInsts.empty(); in mergeSetIn()
87 std::swap(UnknownInsts, AS.UnknownInsts); in mergeSetIn()
91 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()); in mergeSetIn()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp48 void AliasSet::mergeSetIn(AliasSet &AS, AliasSetTracker &AST) { in mergeSetIn() argument
49 assert(!AS.Forward && "Alias set is already forwarding!"); in mergeSetIn()
54 Access |= AS.Access; in mergeSetIn()
55 Alias |= AS.Alias; in mergeSetIn()
63 PointerRec *R = AS.getSomePointer(); in mergeSetIn()
75 if (AS.Alias == SetMustAlias) in mergeSetIn()
76 AST.TotalMayAliasSetSize += AS.size(); in mergeSetIn()
79 bool ASHadUnknownInsts = !AS.UnknownInsts.empty(); in mergeSetIn()
82 std::swap(UnknownInsts, AS.UnknownInsts); in mergeSetIn()
86 UnknownInsts.insert(UnknownInsts.end(), AS.UnknownInsts.begin(), AS.UnknownInsts.end()); in mergeSetIn()
[all …]
/external/deqp/external/vulkancts/data/vulkan/amber/draw/output_location/array/
Dr32-sfloat-highp.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr32-sfloat-mediump.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr32g32b32a32-sfloat-highp-output-vec3.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr8g8-uint-highp.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr8g8-uint-mediump-output-uint.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db10g11r11-ufloat-pack32-mediump-output-float.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db10g11r11-ufloat-pack32-mediump-output-vec2.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr16g16-sfloat-mediump-output-float.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db10g11r11-ufloat-pack32-mediump.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db8g8r8a8-unorm-highp-output-vec3.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db8g8r8a8-unorm-mediump-output-vec3.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr32g32b32a32-sfloat-mediump-output-vec2.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr32g32b32a32-sfloat-mediump-output-vec3.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr8g8-uint-mediump.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db10g11r11-ufloat-pack32-highp-output-float.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db8g8r8a8-unorm-highp-output-vec2.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Db8g8r8a8-unorm-highp.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
Dr8g8-uint-highp-output-uint.amber151 BIND BUFFER framebuffer0 AS color LOCATION 0
152 BIND BUFFER framebuffer1 AS color LOCATION 1
153 BIND BUFFER framebuffer2 AS color LOCATION 2
162 BIND BUFFER ref0 AS color LOCATION 0
171 BIND BUFFER ref1 AS color LOCATION 0
180 BIND BUFFER ref2 AS color LOCATION 0
189 BIND BUFFER framebuffer0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
190 BIND BUFFER ref0 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 1
191 BIND BUFFER result0 AS color LOCATION 0
200 BIND BUFFER framebuffer1 AS combined_image_sampler SAMPLER sampler DESCRIPTOR_SET 0 BINDING 0
[all …]
/external/llvm-project/clang/include/clang/Basic/
DAddressSpaces.h64 inline bool isTargetAddressSpace(LangAS AS) { in isTargetAddressSpace() argument
65 return (unsigned)AS >= (unsigned)LangAS::FirstTargetAddressSpace; in isTargetAddressSpace()
68 inline unsigned toTargetAddressSpace(LangAS AS) { in toTargetAddressSpace() argument
69 assert(isTargetAddressSpace(AS)); in toTargetAddressSpace()
70 return (unsigned)AS - (unsigned)LangAS::FirstTargetAddressSpace; in toTargetAddressSpace()
78 inline bool isPtrSizeAddressSpace(LangAS AS) { in isPtrSizeAddressSpace() argument
79 return (AS == LangAS::ptr32_sptr || AS == LangAS::ptr32_uptr || in isPtrSizeAddressSpace()
80 AS == LangAS::ptr64); in isPtrSizeAddressSpace()

12345678910>>...231