Home
last modified time | relevance | path

Searched refs:clobbers (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/PCH/
Dasm.c12 void call_clobbers(void) { clobbers(); } in call_clobbers()
Dasm.h10 void clobbers() { in clobbers() function
/external/llvm/test/CodeGen/SystemZ/
Dasm-17.ll62 ; Test clobbers of GPRs and CC.
73 ; Test clobbers of FPRs and CC.
/external/llvm/test/CodeGen/X86/
D2011-06-14-PreschedRegalias.ll4 ; mul wants an operand in AL, but call clobbers it.
Dinline-asm-sp-clobber-memcpy.ll8 ; Don't clobber %esi if we have inline asm that clobbers %esp.
D2012-01-16-mfence-nosse-flags.ll14 ; clobbers EFLAGS.
D2010-09-01-RemoveCopyByCommutingDef.ll13 ; The imull clobbers a 32-bit register.
D2010-06-09-FastAllocRegisters.ll4 ; The inline asm in this function clobbers almost all allocatable registers.
Dstack-align-memcpy.ll9 ; We can't use rep;movsl here because it clobbers the base pointer in %esi.
/external/clang/test/Sema/
Dasm.c23 void clobbers() { in clobbers() function
/external/clang/lib/Sema/
DSemaStmtAsm.cpp81 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/
DREADME12 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
/external/clang/lib/AST/
DStmt.cpp633 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/
DREADME13 Note that this clobbers any previously-set $GYP_DEFINES so it must be done
/external/llvm/test/CodeGen/ARM/
Dcse-call.ll5 ; Don't CSE a cmp across a call that clobbers CPSR.
/external/bison/m4/
Dstrerror.m443 dnl If the system's strerror_r or __xpg_strerror_r clobbers strerror's
Dstrerror_r.m4134 dnl In cygwin < 1.7.10, __xpg_strerror_r clobbers strerror's buffer.
/external/llvm/test/CodeGen/Thumb2/
D2010-03-15-AsmCCClobber.ll16 ; Make sure the cmp is not scheduled before the InlineAsm that clobbers cc.
Dcrash.ll81 ; Check RAFast handling of inline assembly with many dense clobbers.
/external/llvm/test/CodeGen/AArch64/
Darm64-ccmp.ll49 ; 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/
Dnv50_ir_ra.cpp426 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()
Dnv50_ir.h967 std::deque<Value *> clobbers; variable
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp426 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()
Dnv50_ir.h967 std::deque<Value *> clobbers; variable
/external/clang/include/clang/AST/
DStmt.h1555 StringLiteral **clobbers, SourceLocation rparenloc);
1731 ArrayRef<StringRef> clobbers, SourceLocation endloc);

12