Home
last modified time | relevance | path

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

12345

/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()
Dradeon_pair_schedule.c139 struct register_state Temporary[RC_REGISTER_MAX_INDEX]; member
171 return &s->Temporary[index].Values[chan]; in get_reg_valuep()
1352 memset(s.Temporary, 0, sizeof(s.Temporary)); in rc_pair_schedule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DMetadataImpl.h36 case Temporary: in storeImpl()
51 case Temporary: in storeImpl()
/external/llvm/lib/IR/
DMetadataImpl.h36 case Temporary: in storeImpl()
51 case Temporary: in storeImpl()
/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-7.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/Microsoft-GSL/
D.gitignore12 Testing/Temporary/*.*
/external/python/httplib2/test/307/
Donestep.asis2 Status: 307 Temporary Redirect
/external/lzma/DOC/
D7zC.txt83 1) Temporary pool
151 - Temporary pool:
164 - Temporary pool:
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-opt-fuzzer/
Dsimple-run.ll4 ; Temporary bitcode file
Dcommand-line.ll3 ; Temporary bitcode file
Dexec-options.ll12 ; Temporary bitcode file
/external/syzkaller/vendor/google.golang.org/api/gensupport/
Dretry.go82 return err.Temporary()
/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…
DOutputASM.cpp220 class Temporary : public TIntermSymbol class
223Temporary(OutputASM *assembler) : TIntermSymbol(TSymbolTableLevel::nextUniqueId(), "tmp", TType(Eb… 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 result(this); in visitSwitch()
[all …]
/external/grpc-grpc/
D.gitignore59 # Temporary test reports
/external/flatbuffers/
D.gitignore84 Testing/Temporary
/external/clang/lib/CodeGen/
DCGCall.h67 Address Temporary; member
/external/tensorflow/tensorflow/java/src/main/native/
DBUILD7 # TODO(ashankar): Temporary hack for the Java API and
/external/tensorflow/tensorflow/core/framework/
Dcost_graph.proto45 // Temporary memory used by this node.
/external/clang/include/clang/AST/
DExprCXX.h3967 Stmt *Temporary; member
3984 MaterializeTemporaryExpr(QualType T, Expr *Temporary, in MaterializeTemporaryExpr() argument
3988 Temporary->isTypeDependent(), Temporary->isValueDependent(), in MaterializeTemporaryExpr()
3989 Temporary->isInstantiationDependent(), in MaterializeTemporaryExpr()
3990 Temporary->containsUnexpandedParameterPack()), in MaterializeTemporaryExpr()
3991 State(Temporary) {} in MaterializeTemporaryExpr()
3998 : State.get<ExtraState *>()->Temporary; in getTemporary()
4053 return child_range(&ES->Temporary, &ES->Temporary + 1); in children()
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend20 ATTRIBUTE Ascend-Temporary-Rtes 126 integer
294 VALUE Ascend-Temporary-Rtes Temp-Rtes-No 0
295 VALUE Ascend-Temporary-Rtes Temp-Rtes-Yes 1

12345