Home
last modified time | relevance | path

Searched refs:Temporary (Results 1 - 25 of 29) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A 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()
[all...]
H A 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()
766 s.Temporary = memory_pool_malloc(&cc->Pool, in rc_pair_regalloc()
768 memset(s.Temporary, 0, s.NumTemporaries * sizeof(struct register_info)); in rc_pair_regalloc()
H A 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()
122 return &s->R.Temporary[index]; in get_used_ptr()
H A Dradeon_pair_schedule.c139 struct register_state Temporary[RC_REGISTER_MAX_INDEX]; member
171 return &s->Temporary[index].Values[chan]; in get_reg_valuep()
1348 memset(s.Temporary, 0, sizeof(s.Temporary)); in rc_pair_schedule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DMetadataImpl.h35 case Temporary: in storeImpl()
50 case Temporary: in storeImpl()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h219 class Temporary;
229 void freeTemporary(Temporary *temporary);
284 int lvalue(TIntermTyped *&root, unsigned int &offset, sw::Shader::Relative &rel, unsigned char &mask, Temporary &address, TIntermTyped *node);
H A DOutputASM.cpp220 class Temporary : public TIntermSymbol class
223 Temporary(OutputASM *assembler) : TIntermSymbol(TSymbolTableLevel::nextUniqueId(), "tmp", TType(EbtFloat, EbpHigh, EvqTemporary, 4, 1, false)), assembler(assembler) in Temporary() function in glsl::Temporary
227 ~Temporary() in ~Temporary()
550 void OutputASM::freeTemporary(Temporary *temporary) in freeTemporary()
853 Temporary equal(this); in visitBinary()
866 Temporary notEqual(this); in visitBinary()
1238 Temporary invDet(this); in visitUnary()
1381 Temporary coord(this); in visitAggregate()
1871 Temporary iterate(this); in visitLoop()
2031 Temporary resul in visitSwitch()
[all...]
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat112 rem Disable msbuild "Intermediate or Output directory cannot reside in Temporary directory"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DMetadata.h66 enum StorageType { Uniqued, Distinct, Temporary }; enumerator
858 /// Metadata nodes can be uniqued, like constants, or distinct. Temporary
952 bool isTemporary() const { return Storage == Temporary; } in isTemporary()
1163 return TempMDTuple(getImpl(Context, MDs, Temporary)); in getTemporary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h63 enum StorageType { Uniqued, Distinct, Temporary }; enumerator
816 /// Metadata nodes can be uniqued, like constants, or distinct. Temporary
909 bool isTemporary() const { return Storage == Temporary; } in isTemporary()
1121 return TempMDTuple(getImpl(Context, MDs, Temporary)); in getTemporary()
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc314 LocalValue{LocationReference::Temporary( in InlineMacro()
453 ? LocationReference::Temporary(this_result, "this parameter") in VisitMacroCommon()
565 LocalValue{LocationReference::Temporary(VisitResult(type, range), in AddParameter()
625 LocalValue{LocationReference::Temporary( in Visit()
775 ? LocationReference::Temporary( in Visit()
1366 LocalValue{LocationReference::Temporary( in Visit()
1565 ? LocalValue{LocationReference::Temporary( in GenerateArrayLength()
2235 return LocationReference::Temporary(Visit(location), "expression"); in GetLocationReference()
2260 return LocationReference::Temporary( in GenerateFieldAccess()
2274 return LocationReference::Temporary( in GenerateFieldAccess()
[all...]
/third_party/eudev/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/lame/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/lame/libmp3lame/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/lame/mpglib/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/lame/frontend/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/lame/misc/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/node/deps/cares/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/node/deps/cares/config/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/libevdev/build-aux/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/skia/third_party/externals/libpng/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp46 tmpdepfile Temporary file to use when outputting dependencies.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DArrayRef.h243 operator=(U &&Temporary) = delete;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DArrayRef.h260 operator=(U &&Temporary) = delete;
/third_party/ffmpeg/libavcodec/x86/
H A Dxvididct.asm108 ; Temporary storage before the column pass

Completed in 31 milliseconds

12