Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 25 of 189) sorted by relevance

12345678

/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Deliminate_dead_member_test.cpp45 OpName %type__Globals "type.$Globals" in TEST_F()
49 OpName %_Globals "$Globals" in TEST_F()
119 OpName %type__Globals "type.$Globals" in TEST_F()
120 OpName %_Globals "$Globals" in TEST_F()
192 OpName %type__Globals "type.$Globals" in TEST_F()
196 OpName %_Globals "$Globals" in TEST_F()
267 OpName %type__Globals "type.$Globals" in TEST_F()
271 OpName %_Globals "$Globals" in TEST_F()
344 OpName %type__Globals "type.$Globals" in TEST_F()
348 OpName %_Globals "$Globals" in TEST_F()
[all …]
/external/deqp-deps/SPIRV-Tools/test/opt/
Deliminate_dead_member_test.cpp45 OpName %type__Globals "type.$Globals" in TEST_F()
49 OpName %_Globals "$Globals" in TEST_F()
119 OpName %type__Globals "type.$Globals" in TEST_F()
120 OpName %_Globals "$Globals" in TEST_F()
192 OpName %type__Globals "type.$Globals" in TEST_F()
196 OpName %_Globals "$Globals" in TEST_F()
267 OpName %type__Globals "type.$Globals" in TEST_F()
271 OpName %_Globals "$Globals" in TEST_F()
344 OpName %type__Globals "type.$Globals" in TEST_F()
348 OpName %_Globals "$Globals" in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGlobalMerge.cpp159 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
164 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals,
219 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument
224 Globals, [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) { in doMerge()
231 BitVector AllGlobals(Globals.size()); in doMerge()
233 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace); in doMerge()
256 BitVector Globals; in doMerge() member
259 UsedGlobalSet(size_t Size) : Globals(Size) {} in doMerge()
267 UsedGlobalSets.emplace_back(Globals.size()); in doMerge()
295 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DGlobalMerge.cpp160 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
165 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals,
220 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument
225 Globals, [&DL](const GlobalVariable *GV1, const GlobalVariable *GV2) { in doMerge()
233 BitVector AllGlobals(Globals.size()); in doMerge()
235 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace); in doMerge()
258 BitVector Globals; in doMerge() member
261 UsedGlobalSet(size_t Size) : Globals(Size) {} in doMerge()
269 UsedGlobalSets.emplace_back(Globals.size()); in doMerge()
297 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge()
[all …]
/external/llvm/lib/CodeGen/
DGlobalMerge.cpp140 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
144 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals,
202 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, in doMerge() argument
206 std::stable_sort(Globals.begin(), Globals.end(), in doMerge()
214 BitVector AllGlobals(Globals.size()); in doMerge()
216 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace); in doMerge()
239 UsedGlobalSet(size_t Size) : Globals(Size), UsageCount(1) {} in doMerge()
240 BitVector Globals; in doMerge() member
249 UsedGlobalSets.emplace_back(Globals.size()); in doMerge()
277 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceDefs.h203 Globals.insert(Globals.end(), Other->Globals.begin(), Other->Globals.end()); in merge()
204 Other->Globals.clear(); in merge()
214 assert(Globals.empty()); in clearAndPurge()
223 Globals.clear(); in clearAndPurge()
231 VariableDeclarationArray::iterator begin() { return Globals.begin(); } in begin()
233 VariableDeclarationArray::iterator end() { return Globals.end(); } in end()
236 return Globals.begin(); in begin()
239 VariableDeclarationArray::const_iterator end() const { return Globals.end(); } in end()
241 bool empty() const { return Globals.empty(); } in empty()
243 VariableDeclarationArray::size_type size() const { return Globals.size(); } in size()
[all …]
/external/pdfium/testing/resources/javascript/
Dglobals_expected.txt2 Alert: Enumerable Globals:
4 Alert: Expected Globals:
14 Alert: Enumerable Globals:
24 Alert: Expected Globals:
37 Alert: Enumerable Globals:
39 Alert: Expected Globals:
50 Alert: Enumerable Globals:
60 Alert: Expected Globals:
81 Alert: Enumerable Globals:
83 Alert: Expected Globals:
[all …]
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp245 ArrayRef<GlobalVariable *> Globals);
254 ArrayRef<GlobalObject *> Globals);
494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) { in buildBitSetsFromGlobalVariables() argument
501 for (GlobalVariable *G : Globals) { in buildBitSetsFromGlobalVariables()
528 for (unsigned I = 0; I != Globals.size(); ++I) in buildBitSetsFromGlobalVariables()
530 GlobalLayout[Globals[I]] = CombinedGlobalLayout->getElementOffset(I * 2); in buildBitSetsFromGlobalVariables()
537 for (unsigned I = 0; I != Globals.size(); ++I) { in buildBitSetsFromGlobalVariables()
544 Globals[I]->replaceAllUsesWith(CombinedGlobalElemPtr); in buildBitSetsFromGlobalVariables()
546 assert(Globals[I]->getType()->getAddressSpace() == 0); in buildBitSetsFromGlobalVariables()
548 Globals[I]->getLinkage(), "", in buildBitSetsFromGlobalVariables()
[all …]
/external/skia/tests/sksl/metal/
DSwizzleHelper.metal9 struct Globals {
12 float4 fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, float a, thread float2& b, thre…
13 float4 _skOutParamHelper0_fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, float _var0,…
23 float4 fn_h4hh2h2h3(thread Outputs& _out, thread Globals& _globals, float a, thread float2& b, thre…
31 Globals _globals{float2(1.0)};
DNumericGlobals.metal9 struct Globals {
16 Globals _globals{{}, 123, {}, float4(4.0, 5.0, 6.0, 7.0)};
DSamplerGlobals.metal9 struct Globals {
16 Globals _globals{texA, texASmplr, texB, texBSmplr};
/external/llvm/test/Analysis/
Dalias-analysis-uses.ll3 ; CHECK: Executing Pass 'Globals Alias Analysis'
4 ; CHECK-NOT: Freeing Pass 'Globals Alias Analysis'
6 ; CHECK: Freeing Pass 'Globals Alias Analysis'
/external/llvm-project/llvm/test/Analysis/
Dalias-analysis-uses.ll3 ; CHECK: Executing Pass 'Globals Alias Analysis'
4 ; CHECK-NOT: Freeing Pass 'Globals Alias Analysis'
6 ; CHECK: Freeing Pass 'Globals Alias Analysis'
/external/rust/crates/tokio/src/signal/
Dregistry.rs117 pub(crate) struct Globals { struct
122 impl ops::Deref for Globals { implementation
130 impl Globals { impl
155 pub(crate) fn globals() -> Pin<&'static Globals> in globals()
160 static GLOBALS: Lazy<Pin<Box<Globals>>> = Lazy::new(|| { in globals()
161 Box::pin(Globals { in globals()
/external/skia/tests/sksl/intrinsics/
DTranspose.metal9 struct Globals {
13 Globals _globals{{}};
DDeterminant.metal9 struct Globals {
13 Globals _globals{{}};
DLdexp.metal12 struct Globals {
16 Globals _globals{{}};
/external/llvm-project/clang/lib/AST/Interp/
DProgram.cpp48 unsigned I = Globals.size(); in createGlobalString()
52 Globals.push_back(G); in createGlobalString()
83 assert(Idx < Globals.size()); in getPtrGlobal()
84 return Pointer(Globals[Idx]->block()); in getPtrGlobal()
177 unsigned I = Globals.size(); in createGlobal()
183 Globals.push_back(G); in createGlobal()
/external/skia/tests/sksl/shared/
DInterfaceBlockNamed.metal12 struct Globals {
16 Globals _globals{&test};
DInterfaceBlockNamedArray.metal12 struct Globals {
16 Globals _globals{&test};
DStructs.metal18 struct Globals {
23 Globals _globals{{}, {}};
DUniformBuffers.metal17 struct Globals {
21 Globals _globals{&_anonInterface0};
DTexture2D.metal9 struct Globals {
14 Globals _globals{tex, texSmplr};
/external/llvm-project/llvm/test/Verifier/
Dscalable-global-vars.ll6 ; CHECK: Globals cannot contain scalable vectors
11 ; CHECK-NOT: Globals cannot contain scalable vectors
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp63 MutableArrayRef<BulkPublic> Globals);
183 Records.resize(Globals.size()); in finalizeGlobalBuckets()
185 for (size_t I = 0, E = Globals.size(); I < E; ++I) { in finalizeGlobalBuckets()
186 StringRef Name = getSymbolName(Globals[I]); in finalizeGlobalBuckets()
190 SymOffset += Globals[I].length(); in finalizeGlobalBuckets()
377 Globals.push_back(Symbol); in addGlobalSymbol()
410 if (auto EC = writeRecords(Writer, Globals)) in commitSymbolRecordStream()

12345678