/external/clang/lib/AST/ |
D | Stmt.cpp | 696 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument 712 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt() 720 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() argument 723 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt() 726 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in MSAsmStmt() 737 ArrayRef<StringRef> clobbers) { in initialize() argument 739 assert(NumClobbers == clobbers.size()); in initialize() 760 std::transform(clobbers.begin(), clobbers.end(), Clobbers, in initialize()
|
/external/llvm-project/clang/test/PCH/ |
D | asm.c | 13 void call_clobbers(void) { clobbers(); } in call_clobbers()
|
D | asm.h | 14 void clobbers() { in clobbers() function
|
/external/clang/test/PCH/ |
D | asm.c | 13 void call_clobbers(void) { clobbers(); } in call_clobbers()
|
D | asm.h | 10 void clobbers() { in clobbers() function
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | break-smem-soft-clauses.mir | 78 # 32-bit load partially clobbers its own ptr reg 90 # 32-bit load partially clobbers its own ptr reg 102 # 64-bit load clobbers its own ptr reg 244 # The load clobbers the pointer of the store, so it needs to break. 259 # The load clobbers the data of the store, so it needs to break.
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | crsave.ll | 69 tail call void asm sideeffect "# clobbers", "~{cr2}"() 79 tail call void asm sideeffect "# clobbers", "~{cr2},~{cr3},~{cr4}"()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | crsave.ll | 67 tail call void asm sideeffect "# clobbers", "~{cr2}"() 77 tail call void asm sideeffect "# clobbers", "~{cr2},~{cr3},~{cr4}"()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 838 StringLiteral **clobbers, unsigned numlabels, in GCCAsmStmt() argument 856 std::copy(clobbers, clobbers + NumClobbers, Clobbers); in GCCAsmStmt() 864 StringRef asmstr, ArrayRef<StringRef> clobbers, in MSAsmStmt() argument 867 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt() 869 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in MSAsmStmt() 880 ArrayRef<StringRef> clobbers) { in initialize() argument 882 assert(NumClobbers == clobbers.size()); in initialize() 903 std::transform(clobbers.begin(), clobbers.end(), Clobbers, in initialize()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | asm-17.ll | 63 ; Test clobbers of GPRs and CC. 74 ; Test clobbers of FPRs and CC.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | asm-17.ll | 63 ; Test clobbers of GPRs and CC. 74 ; Test clobbers of FPRs and CC.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | no-fp-asm-clobbers-crash.ll | 3 ; Be sure that we ignore clobbers of unallocatable registers, rather than
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | redundant-loads.ll | 35 store i32 %1, i32 * %b ; This store clobbers the first load. 53 call void @ext() ; This call clobbers the first load. 171 call void %f() ; This indirect call clobbers the first load.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 4 ; mul wants an operand in AL, but call clobbers it.
|
D | base-pointer-and-cmpxchg.ll | 8 ; The inline asm clobbers a bunch of registers to make sure 13 ; to clobbers rbx to set the arguments of the instruction and when
|
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 | ms-inline-asm-redundant-clobber.ll | 5 ; and edx clobbers, but not removing the inline asm flag operands that proceed
|
D | 2010-09-01-RemoveCopyByCommutingDef.ll | 13 ; The imull clobbers a 32-bit register.
|
/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 | base-pointer-and-cmpxchg.ll | 8 ; The inline asm clobbers a bunch of registers to make sure 13 ; to clobbers rbx to set the arguments of the instruction and when
|
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.
|
/external/llvm/test/CodeGen/ARM/ |
D | cse-call.ll | 5 ; Don't CSE a cmp across a call that clobbers CPSR.
|