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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.h 41 int Used;
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
radeon_program_pair.h 53 * the presubtract value will be used, and
59 unsigned int Used:1;
radeon_pair_regalloc.c 53 unsigned int Used:1;
101 /** This is 1 if this class is being used by the register allocator
103 unsigned int Used;
116 if (!src || !src->Used) {
134 if (!a->Used || !b->Used) {
171 s->Input[index].Used = 1;
178 reg->Live[i].Used = 1;
220 * This pass is supposed to be used to maintain correct allocation of inputs
568 /* If we haven't used this register class yet, mark i
    [all...]
  /external/llvm/lib/Object/
RecordStreamer.h 1 //===-- RecordStreamer.h - Record asm defined and used symbols ---*- C++ -*===//
18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 18 // told it is only used from within this module, it is safe to do it.
139 SmallPtrSet<GlobalValue *, 8> Used;
140 collectUsedGlobalVariables(M, Used, false);
142 // We must assume that globals in llvm.used have a reference that not even
144 // For llvm.compiler.used the situation is a bit fuzzy. The assembler and
146 // one might think that it could just drop llvm.compiler.used. The problem
149 // conservative, we internalize symbols in llvm.compiler.used, but we
150 // keep llvm.compiler.used so that the symbol is not deleted by llvm.
151 for (SmallPtrSet<GlobalValue *, 8>::iterator I = Used.begin(), E = Used.end()
    [all...]
GlobalOpt.cpp 103 /// isLeakCheckerRoot - Is this global variable possibly used by a leak checker
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 41 int Used;
radeon_program.c 75 unsigned char * Used;
94 d->Used[index] |= mask;
98 * This function fills in the parameter 'used' with a writemask that
99 * represent which components of each temporary register are used by the
102 * @param used The function does not initialize this parameter.
106 unsigned char * used,
111 d.Used = used;
122 /* Search a list of used temporaries for a free one
124 * @note If this functions finds a free temporary, it will mark it as used
152 unsigned char used[RC_REGISTER_MAX_INDEX]; local
    [all...]
radeon_program_pair.h 53 * the presubtract value will be used, and
59 unsigned int Used:1;
radeon_pair_regalloc.c 53 unsigned int Used:1;
101 /** This is 1 if this class is being used by the register allocator
103 unsigned int Used;
116 if (!src || !src->Used) {
134 if (!a->Used || !b->Used) {
171 s->Input[index].Used = 1;
178 reg->Live[i].Used = 1;
220 * This pass is supposed to be used to maintain correct allocation of inputs
568 /* If we haven't used this register class yet, mark i
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 30 enum IVarState { Unused, Used };
41 I->second = Used;
75 I->second = Used;
161 << "' is never used by the methods in its @implementation "
162 "(although it may be used by category methods).";
  /external/clang/test/SemaCXX/
warn-unused-value.cpp 53 struct Used {
54 Used();
55 Used(int);
56 Used(int, int);
64 Used();
65 Used(1);
66 Used(1, 1);
  /external/chromium_org/tools/site_compare/commands/
maskmaker.py 15 import time # Used for sleep() and naming masks by time
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 133 bool Used;
143 InputArg() : VT(MVT::Other), Used(false) {}
144 InputArg(ArgFlagsTy flags, EVT vt, EVT argvt, bool used,
146 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) {
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 112 bool Used, bool Renamed);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 71 /// As such, this method can be used to do an exact bit-for-bit comparison of
413 llvm_unreachable("Should only be used on nodes with operands");
683 // Drop all of the operands and decrement used node's use counts.
883 // The SDNode allocators cannot be used to allocate nodes with fields that are
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 842 milliseconds