/external/clang/lib/AST/ |
Stmt.cpp | 394 StringLiteral **Clobbers, 414 C.Deallocate(this->Clobbers); 415 this->Clobbers = new (C) StringLiteral*[NumClobbers]; 416 std::copy(Clobbers, Clobbers + NumClobbers, this->Clobbers); 633 StringLiteral **clobbers, SourceLocation rparenloc) 648 Clobbers = new (C) StringLiteral*[NumClobbers]; 649 std::copy(clobbers, clobbers + NumClobbers, Clobbers) [all...] |
/external/bison/m4/ |
strerror.m4 | 43 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
|
strerror_r.m4 | 134 dnl In cygwin < 1.7.10, __xpg_strerror_r clobbers strerror's buffer.
|
/external/chromium_org/v8/src/ |
arguments.cc | 98 // TODO(ulan): This clobbers only subset of registers depending on compiler,
|
/external/chromium_org/v8/test/webkit/ |
dfg-cse-cfa-discrepancy.js | 40 y = 72; // PutScopedVar appears to clobber world in CSE but only clobbers structures in CFA.
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBundle.h | 170 /// Clobbers - Reg or an overlapping register is defined, or a regmask 171 /// clobbers Reg. 172 bool Clobbers;
|
LiveIntervalAnalysis.h | 69 /// Always use the 'r' slot, RegMasks are normal clobbers, not early 70 /// clobbers. 331 // For compile time performance reasons, these clobbers are not recorded in
|
/external/llvm/lib/CodeGen/ |
MachineInstrBundle.cpp | 292 PRI.Clobbers = true; // Regmask clobbers Reg. 323 PRI.Clobbers = true; // Reg or an overlapping reg is defined.
|
InterferenceCache.cpp | 186 // Register mask i clobbers PhysReg before the LIU interference. 243 // Register mask i-1 clobbers PhysReg after the LIU interference.
|
RegAllocFast.cpp | 694 // Handle special instruction operand like early clobbers and tied ops when 754 DEBUG(dbgs() << "Allocating early clobbers.\n"); [all...] |
/external/llvm/lib/IR/ |
InlineAsm.cpp | 120 if (Type == isClobber || // Cannot commute clobbers. 251 return false; // outputs before inputs and clobbers. 259 if (NumClobbers) return false; // inputs before clobbers.
|
/external/clang/include/clang/AST/ |
Stmt.h | [all...] |
/development/tutorials/ReverseDebug/ |
README.txt | 19 26 /* Make sure it clobbers something. */
|
/external/chromium_org/sync/engine/ |
sync_thread_sync_entity.cc | 205 // Incoming update clobbers the pending commit on the sync thread.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.c | 194 /* augmented draw pipeline clobbers state functions */
|
/external/llvm/include/llvm/MC/MCParser/ |
MCAsmParser.h | 114 SmallVectorImpl<std::string> &Clobbers,
|
/external/llvm/lib/Target/ARM/ |
ARMMCInstLower.cpp | 112 // Ignore call clobbers.
|
/external/llvm/test/CodeGen/Thumb2/ |
2010-03-15-AsmCCClobber.ll | 16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
|
/external/llvm/test/Transforms/EarlyCSE/ |
basic.ll | 69 ; Clobbers V1
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.c | 194 /* augmented draw pipeline clobbers state functions */
|
/frameworks/native/services/surfaceflinger/ |
FrameTracker.h | 140 // signaled fence is removed in processFences or if advanceFrame clobbers
|
/art/compiler/dex/ |
global_value_numbering_test.cc | 539 DEF_IPUT(4, Instruction::IPUT_SHORT, 20u, 500u, 6u), // Clobbers field #4, not #5. 637 DEF_IPUT(4, Instruction::IPUT_SHORT, 15u, 100u, 6u), // Clobbers field #4, not #5. 706 DEF_IPUT(4, Instruction::IPUT_SHORT, 17u, 101u, 6u), // Clobbers field #4, not #5. 773 DEF_SPUT(4, Instruction::SPUT_SHORT, 15u, 6u), // Clobbers field #4, not #5. [all...] |
/art/compiler/dex/quick/ |
gen_loadstore.cc | 104 * Similar to LoadValueDirect, but clobbers and allocates the target 134 * Similar to LoadValueDirect, but clobbers and allocates the target
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-ccmp.ll | 49 ; Second block clobbers the flags, can't convert (easily). 76 ; Second block clobbers the flags and ends with a tbz terminator.
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
vpaes-x86.pl | 177 ## Clobbers %xmm1-%xmm5, %eax, %ebx, %ecx, %edx 571 ## Clobbers %xmm1-%xmm5. 639 ## Clobbers %xmm1, %xmm2 676 ## Clobbers xmm1-xmm5
|