HomeSort by relevance Sort by last modified time
    Searched defs:Temporary (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.h 49 Temporary,
  /external/clang/lib/CodeGen/
CGCall.h 66 /// The temporary alloca.
67 llvm::Value *Temporary;
76 /// The "is active" insertion point. This instruction is temporary and
91 void addWriteback(LValue srcLV, llvm::Value *temporary,
95 writeback.Temporary = temporary;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 35 unsigned char Temporary[RC_REGISTER_MAX_INDEX];
82 dst->Temporary[i] = a->Temporary[i] | b->Temporary[i];
130 return &s->R.Temporary[index];
radeon_emulate_branches.c 41 struct proxy_info Temporary[RC_REGISTER_MAX_INDEX];
113 return &sap->Proxies->Temporary[index];
145 * temporary registers.
163 if (proxies->Temporary[index].Proxied) {
167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index;
222 if (IfProxies.Temporary[index].Proxied || ElseProxies.Temporary[index].Proxied) {
224 IfProxies.Temporary[index], ElseProxies.Temporary[index]);
245 unsigned int Temporary:RC_REGISTER_INDEX_BITS
    [all...]
radeon_pair_regalloc.c 66 struct register_info * Temporary;
192 reg = &s->Temporary[*index];
216 /* This functions offsets the temporary register indices by the number
225 s->Temporary[i].Allocated = 1;
226 s->Temporary[i].File = RC_FILE_TEMPORARY;
227 s->Temporary[i].Index = i + s->NumInputs;
732 s.Temporary = memory_pool_malloc(&cc->Pool,
734 memset(s.Temporary, 0, s.NumTemporaries * sizeof(struct register_info));
radeon_pair_schedule.c 139 struct register_state Temporary[RC_REGISTER_MAX_INDEX];
171 return &s->Temporary[index].Values[chan];
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_deadcode.c 35 unsigned char Temporary[RC_REGISTER_MAX_INDEX];
82 dst->Temporary[i] = a->Temporary[i] | b->Temporary[i];
130 return &s->R.Temporary[index];
radeon_emulate_branches.c 41 struct proxy_info Temporary[RC_REGISTER_MAX_INDEX];
113 return &sap->Proxies->Temporary[index];
145 * temporary registers.
163 if (proxies->Temporary[index].Proxied) {
167 inst_mov->U.I.DstReg.Index = proxies->Temporary[index].Index;
222 if (IfProxies.Temporary[index].Proxied || ElseProxies.Temporary[index].Proxied) {
224 IfProxies.Temporary[index], ElseProxies.Temporary[index]);
245 unsigned int Temporary:RC_REGISTER_INDEX_BITS
    [all...]
radeon_pair_regalloc.c 66 struct register_info * Temporary;
192 reg = &s->Temporary[*index];
216 /* This functions offsets the temporary register indices by the number
225 s->Temporary[i].Allocated = 1;
226 s->Temporary[i].File = RC_FILE_TEMPORARY;
227 s->Temporary[i].Index = i + s->NumInputs;
732 s.Temporary = memory_pool_malloc(&cc->Pool,
734 memset(s.Temporary, 0, s.NumTemporaries * sizeof(struct register_info));
radeon_pair_schedule.c 139 struct register_state Temporary[RC_REGISTER_MAX_INDEX];
171 return &s->Temporary[index].Values[chan];
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 122 /// A little identifier for flagging temporary lookup results.
124 Temporary
170 /// Creates a temporary lookup result, initializing its core data

Completed in 162 milliseconds