Home
last modified time | relevance | path

Searched refs:Temporary (Results 1 – 25 of 144) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c41 struct proxy_info Temporary[RC_REGISTER_MAX_INDEX]; member
113 return &sap->Proxies->Temporary[index]; in get_proxy_info()
163 if (proxies->Temporary[index].Proxied) { in allocate_and_insert_proxies()
167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index; in allocate_and_insert_proxies()
222 if (IfProxies.Temporary[index].Proxied || ElseProxies.Temporary[index].Proxied) { in handle_endif()
224 IfProxies.Temporary[index], ElseProxies.Temporary[index]); in handle_endif()
245 unsigned int Temporary:RC_REGISTER_INDEX_BITS; member
255 *pindex = data->Temporary; in remap_output_function()
286 remap.Temporary = rc_find_free_temporary(s->C); in fix_output_writes()
300 inst_mov->U.I.SrcReg[0].Index = remap.Temporary; in fix_output_writes()
Dradeon_dataflow_deadcode.c35 unsigned char Temporary[RC_REGISTER_MAX_INDEX]; member
82 dst->Temporary[i] = a->Temporary[i] | b->Temporary[i]; in or_updatemasks()
130 return &s->R.Temporary[index]; in get_used_ptr()
Dradeon_pair_regalloc.c68 struct register_info * Temporary; member
243 reg = &s->Temporary[*index]; in remap_register()
276 s->Temporary[i].Allocated = 1; in do_regalloc_inputs_only()
277 s->Temporary[i].File = RC_FILE_TEMPORARY; in do_regalloc_inputs_only()
278 s->Temporary[i].Index = i + s->NumInputs; in do_regalloc_inputs_only()
768 s.Temporary = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
770 memset(s.Temporary, 0, s.NumTemporaries * sizeof(struct register_info)); in rc_pair_regalloc()
/external/llvm-project/clang/include/clang/AST/
DExternalASTMerger.h89 bool Temporary; variable
96 bool Temporary = false, ExternalASTMerger *Merger = nullptr)
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
101 bool isTemporary() const { return Temporary; } in isTemporary()
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp6-2a.cpp37 struct Temporary { struct
39 constexpr ~Temporary() { in ~Temporary() argument
43 constexpr Temporary t = {3}; // expected-error {{must have constant destruction}} expected-note {{c…
/external/llvm-project/clang/test/Analysis/Checkers/
DRunLoopAutoreleaseLeakChecker.m32 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
51 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
59 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
84 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
94 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
125 …NSObject *object = [[NSObject alloc] init]; // expected-warning{{Temporary objects allocated in th…
159 …[i foo]; // no-crash // expected-warning{{Temporary objects allocated in the autorelease pool of l…
/external/llvm-project/clang/test/Analysis/
Dcfg-rich-constructors.mm33 // CXX11-NEXT: 10: ~D() (Temporary object destructor)
34 // CXX11-NEXT: 11: ~D() (Temporary object destructor)
39 // CXX17-NEXT: 6: ~D() (Temporary object destructor)
56 // CXX11-NEXT: 9: ~D() (Temporary object destructor)
/external/llvm/lib/IR/
DMetadataImpl.h36 case Temporary: in storeImpl()
51 case Temporary: in storeImpl()
/external/llvm-project/llvm/lib/IR/
DMetadataImpl.h35 case Temporary: in storeImpl()
50 case Temporary: in storeImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadataImpl.h35 case Temporary: in storeImpl()
50 case Temporary: in storeImpl()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.td46 // 32-bit Temporary Registers
53 // 128-bit Temporary Registers
88 // 32-bit Temporary Registers
91 // 128-bit Temporary Registers
103 // 32-bit Temporary Registers
106 // 128-bit Temporary Registers
/external/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.td46 // 32-bit Temporary Registers
53 // 128-bit Temporary Registers
88 // 32-bit Temporary Registers
91 // 128-bit Temporary Registers
103 // 32-bit Temporary Registers
106 // 128-bit Temporary Registers
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600RegisterInfo.td46 // 32-bit Temporary Registers
53 // 128-bit Temporary Registers
88 // 32-bit Temporary Registers
91 // 128-bit Temporary Registers
103 // 32-bit Temporary Registers
106 // 128-bit Temporary Registers
/external/eigen/cmake/
Dlanguage_support.cmake3 # Temporary additional general language support is contained within this
62 # Temporary tests of the above function.
/external/llvm-project/lldb/unittests/Utility/
DCompletionRequestTest.cpp267 std::string Temporary = "bar"; in TEST() local
268 request.AddCompletion(Temporary); in TEST()
271 Temporary[0] = 'f'; in TEST()
/external/python/httplib2/test/307/
Donestep.asis2 Status: 307 Temporary Redirect
/external/llvm-project/compiler-rt/test/fuzzer/
Dmagic-separator.test1 # Temporary disable this test on non-linux: looks like there is no memmem on windows.
/external/toolchain-utils/
DOWNERS.toolchain11 # Temporary; see comment #2 on crbug.com/982498
/external/llvm-project/llvm/test/tools/llvm-opt-fuzzer/
Dsimple-run.ll4 ; Temporary bitcode file
Dcommand-line.ll3 ; Temporary bitcode file
/external/rust/crates/uuid/
D.gitignore22 # Temporary
/external/llvm-project/compiler-rt/test/sanitizer_common/
DCMakeLists.txt24 # Temporary helper for https://reviews.llvm.org/D55740
49 # Temporary helper for https://reviews.llvm.org/D55740
/external/lzma/DOC/
D7zC.txt83 1) Temporary pool
151 - Temporary pool:
164 - Temporary pool:
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-no-automatic-move.cpp56 StatusOr<Obj> Temporary() { in Temporary() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h219 class Temporary; variable
229 void freeTemporary(Temporary *temporary);
284 …, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TInter…

123456