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/llvm/test/CodeGen/ARM/
Dcse-call.ll5 ; Don't CSE a cmp across a call that clobbers CPSR.
/external/clang/lib/Sema/
DSemaStmtAsm.cpp114 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/
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/clang/lib/AST/
DStmt.cpp693 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/
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/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/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/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td930 // 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.
DPPCInstrInfo.td2630 // 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/
DStmt.h1561 StringLiteral **clobbers, SourceLocation rparenloc);
1742 ArrayRef<StringRef> clobbers, SourceLocation endloc);
/external/v8/test/webkit/
Ddfg-to-string-side-effect-clobbers-toString-expected.txt24 Tests what happens when you do ToString twice, and it has a side effect that clobbers the toString …
/external/llvm/lib/Target/X86/
DREADME.txt101 Doing this correctly is tricky though, as the xor clobbers the flags.

12