HomeSort by relevance Sort by last modified time
    Searched defs:Used (Results 1 - 20 of 20) 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/Transforms/IPO/
Internalize.cpp 122 SmallPtrSet<GlobalValue *, 8> Used;
123 collectUsedGlobalVariables(M, Used, false);
125 // We must assume that globals in llvm.used have a reference that not even
127 // For llvm.compiler.used the situation is a bit fuzzy. The assembler and
129 // one might think that it could just drop llvm.compiler.used. The problem
132 // conservative, we internalize symbols in llvm.compiler.used, but we
133 // keep llvm.compiler.used so that the symbol is not deleted by llvm.
134 for (SmallPtrSet<GlobalValue *, 8>::iterator I = Used.begin(), E = Used.end();
156 // Never internalize the llvm.used symbol. It is used to implemen
    [all...]
GlobalOpt.cpp 107 /// isCompared - True if the global's address is used in a comparison.
172 /// SafeToDestroyConstant - It is safe to destroy a constant iff it is only used
304 /// 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;
170 << "' is never used by the methods in its @implementation "
171 "(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 116 bool Used;
126 InputArg() : VT(MVT::Other), Used(false) {}
127 InputArg(ArgFlagsTy flags, EVT vt, bool used,
129 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) {
  /external/llvm/tools/lto/
LTOModule.cpp 11 // intended to be used by linker to optimize code at link time.
634 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
648 case Used:
663 case Used:
677 case Used:
678 S = Used;
839 Value == RecordStreamer::Used)
  /external/llvm/lib/MC/
ELFObjectWriter.cpp 48 bool Used, bool Renamed);
784 bool Used, bool Renamed) {
788 if (Used)
888 bool Used = UsedInReloc.count(&Symbol);
893 Used || WeakrefUsed || isSignature,
903 bool Local = isLocal(*it, isSignature, Used);
910 if (RefSymbol.isUndefined() && !Used && WeakrefUsed)
919 if (isSignature && !Used)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 72 /// As such, this method can be used to do an exact bit-for-bit comparison of
369 llvm_unreachable("Should only be used on nodes with operands");
622 // Drop all of the operands and decrement used node's use counts.
823 // The SDNode allocators cannot be used to allocate nodes with fields that are
851 // The MachineNode allocators cannot be used to allocate nodes with fields
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 329 // Detailed record is important since it is used for the module cache hash.
836 // the stream. This cursor will be used to read the contents of the
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /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 324 milliseconds