/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/llvm/test/CodeGen/ARM/ |
D | cse-call.ll | 5 ; Don't CSE a cmp across a call that clobbers CPSR.
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 114 Expr *asmString, MultiExprArg clobbers, in ActOnGCCAsmStmt() argument 116 unsigned NumClobbers = clobbers.size(); in ActOnGCCAsmStmt() 120 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data()); in ActOnGCCAsmStmt()
|
/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/clang/lib/AST/ |
D | Stmt.cpp | 693 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument 709 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt() 717 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() argument 720 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt() 723 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in MSAsmStmt() 737 ArrayRef<StringRef> clobbers) { in initialize() argument 739 assert(NumClobbers == clobbers.size()); in initialize() 763 Clobbers[i] = copyIntoContext(C, clobbers[i]); in initialize()
|
/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/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/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/llvm/lib/Target/PowerPC/ |
D | PPCInstr64Bit.td | 930 // LR8 is a true define, while the rest of the Defs are clobbers. X3 is 940 // are true defines while the rest of the Defs are clobbers. 962 // LR8 is a true define, while the rest of the Defs are clobbers. X3 is 972 // are true defines, while the rest of the Defs are clobbers.
|
D | PPCInstrInfo.td | 2630 // LR is a true define, while the rest of the Defs are clobbers. R3 is 2639 // are true defines while the rest of the Defs are clobbers. 2653 // LR is a true define, while the rest of the Defs are clobbers. R3 is 2663 // are true defines while the rest of the Defs are clobbers.
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1561 StringLiteral **clobbers, SourceLocation rparenloc); 1742 ArrayRef<StringRef> clobbers, SourceLocation endloc);
|
/external/v8/test/webkit/ |
D | dfg-to-string-side-effect-clobbers-toString-expected.txt | 24 Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString …
|
/external/llvm/lib/Target/X86/ |
D | README.txt | 101 Doing this correctly is tricky though, as the xor clobbers the flags.
|