/external/clang/test/PCH/ |
D | asm.c | 12 void call_clobbers(void) { clobbers(); } in call_clobbers()
|
D | asm.h | 10 void clobbers() { in clobbers() function
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-17.ll | 62 ; Test clobbers of GPRs and CC. 73 ; Test clobbers of FPRs and CC.
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 4 ; mul wants an operand in AL, but call clobbers it.
|
D | inline-asm-sp-clobber-memcpy.ll | 8 ; Don't clobber %esi if we have inline asm that clobbers %esp.
|
D | 2012-01-16-mfence-nosse-flags.ll | 14 ; clobbers EFLAGS.
|
D | 2010-09-01-RemoveCopyByCommutingDef.ll | 13 ; The imull clobbers a 32-bit register.
|
D | 2010-06-09-FastAllocRegisters.ll | 4 ; The inline asm in this function clobbers almost all allocatable registers.
|
D | stack-align-memcpy.ll | 9 ; We can't use rep;movsl here because it clobbers the base pointer in %esi.
|
/external/clang/test/Sema/ |
D | asm.c | 23 void clobbers() { in clobbers() function
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 81 Expr *asmString, MultiExprArg clobbers, in ActOnGCCAsmStmt() argument 83 unsigned NumClobbers = clobbers.size(); in ActOnGCCAsmStmt() 87 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt()
|
/external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/ |
D | README | 12 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 633 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument 649 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt() 657 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() argument 660 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt() 663 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in MSAsmStmt() 677 ArrayRef<StringRef> clobbers) { in initialize() argument 679 assert(NumClobbers == clobbers.size()); in initialize() 703 Clobbers[i] = copyIntoContext(C, clobbers[i]); in initialize()
|
/external/chromium_org/third_party/webrtc/examples/android/media_demo/ |
D | README | 13 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
|
/external/llvm/test/CodeGen/ARM/ |
D | cse-call.ll | 5 ; Don't CSE a cmp across a call that clobbers CPSR.
|
/external/bison/m4/ |
D | strerror.m4 | 43 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
|
D | strerror_r.m4 | 134 dnl In cygwin < 1.7.10, __xpg_strerror_r clobbers strerror's buffer.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-03-15-AsmCCClobber.ll | 16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
|
D | crash.ll | 81 ; Check RAFast handling of inline assembly with many dense clobbers.
|
/external/llvm/test/CodeGen/AArch64/ |
D | 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/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit() 427 it != cal->target.fn->clobbers.end(); in visit() 442 func->clobbers.push_back(func->getLValue(i)); in visit()
|
D | nv50_ir.h | 967 std::deque<Value *> clobbers; variable
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ra.cpp | 426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); in visit() 427 it != cal->target.fn->clobbers.end(); in visit() 442 func->clobbers.push_back(func->getLValue(i)); in visit()
|
D | nv50_ir.h | 967 std::deque<Value *> clobbers; variable
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1555 StringLiteral **clobbers, SourceLocation rparenloc); 1731 ArrayRef<StringRef> clobbers, SourceLocation endloc);
|