/external/llvm/test/CodeGen/Mips/ |
D | no-odd-spreg-msa.ll | 13 ; Clobber all except $f12/$w12 and $f13 22 …call void asm sideeffect "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$… 35 ; ALL: # Clobber 47 ; Clobber all except $f12/$w12 and $f13 56 …call void asm sideeffect "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$… 69 ; ALL: # Clobber 79 ; Clobber all except $f12, and $f13 86 …call void asm sideeffect "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$… 97 ; ALL: # Clobber 107 ; Clobber all except $f13 [all …]
|
D | no-odd-spreg.ll | 15 ; Clobber all except $f12 and $f13 24 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},… 42 ; Clobber all except $f12 and $f13 48 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 54 Clobber, enumerator 110 return MemDepResult(PairTy(Inst, Clobber)); in getClobber() 127 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
|
/external/v8/test/cctest/ |
D | test-utils-arm64.h | 221 void Clobber(MacroAssembler* masm, RegList reg_list, 231 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-arm64.cc | 267 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function 309 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function 312 Clobber(masm, reg_list.list()); in Clobber()
|
D | test-assembler-arm64.cc | 8320 Clobber(&masm, x0_to_x3); in TEST() 8330 Clobber(&masm, x10_to_x13); in TEST() 8383 Clobber(&masm, x0.Bit()); in TEST() 8386 Clobber(&masm, x1.Bit()); in TEST() 8389 Clobber(&masm, x2.Bit()); in TEST() 8392 Clobber(&masm, x3.Bit()); in TEST() 8395 Clobber(&masm, x4.Bit()); in TEST() 8398 Clobber(&masm, x5.Bit()); in TEST() 8401 Clobber(&masm, x6.Bit()); in TEST() 8405 Clobber(&masm, w10.Bit()); in TEST() [all …]
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 28 Clobber = 0, enumerator 65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
/external/vixl/test/ |
D | test-utils-a64.h | 243 void Clobber(MacroAssembler* masm, RegList reg_list, 253 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-a64.cc | 299 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function 341 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function 344 Clobber(masm, reg_list.list()); in Clobber()
|
D | test-assembler-a64.cc | 12542 Clobber(&masm, x0_to_x3); in TEST() 12552 Clobber(&masm, x10_to_x13); in TEST() 12604 Clobber(&masm, x0.Bit()); in TEST() 12607 Clobber(&masm, x1.Bit()); in TEST() 12610 Clobber(&masm, x2.Bit()); in TEST() 12613 Clobber(&masm, x3.Bit()); in TEST() 12616 Clobber(&masm, x4.Bit()); in TEST() 12619 Clobber(&masm, x5.Bit()); in TEST() 12622 Clobber(&masm, x6.Bit()); in TEST() 12626 Clobber(&masm, w10.Bit()); in TEST() [all …]
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | callee-saved-fpxx1.ll | 12 call void asm "# Clobber", "~{$f21}"()
|
D | callee-saved-fpxx.ll | 13 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
|
D | callee-saved-float.ll | 26 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
|
D | callee-saved.ll | 27 …call void asm "# Clobber", "~{$0},~{$1},~{$2},~{$3},~{$4},~{$5},~{$6},~{$7},~{$8},~{$9},~{$10},~{$…
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 302 StringRef Clobber = Literal->getString(); in ActOnGCCAsmStmt() local 304 if (!Context.getTargetInfo().isValidClobber(Clobber)) in ActOnGCCAsmStmt() 306 diag::err_asm_unknown_register_name) << Clobber); in ActOnGCCAsmStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 707 ExprResult Clobber(ParseAsmStringLiteral()); in ParseAsmStatement() local 709 if (Clobber.isInvalid()) in ParseAsmStatement() 712 Clobbers.push_back(Clobber.get()); in ParseAsmStatement()
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 46 Clobber events are not generated due to low-level architectural
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2019 StringRef Clobber = S.getClobber(i); in EmitAsmStmt() local 2021 if (Clobber != "memory" && Clobber != "cc") in EmitAsmStmt() 2022 Clobber = getTarget().getNormalizedGCCRegisterName(Clobber); in EmitAsmStmt() 2028 Constraints += Clobber; in EmitAsmStmt()
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1615 bool Clobber = false; in LoadStoreMultipleOpti() local 1637 Clobber = (isi32Load(Opcode) && Base == MBBI->getOperand(0).getReg()); in LoadStoreMultipleOpti() 1654 if (CurrBase == 0 && !Clobber) { in LoadStoreMultipleOpti() 1665 if (Clobber) { in LoadStoreMultipleOpti()
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 310 ; Clobber st(0) after it was live-out/dead from the previous asm.
|
/external/llvm/test/Transforms/SROA/ |
D | basictest.ll | 109 ; Clobber a single element of the array, this should be promotable. 359 ; Clobber a single element of the array, this should be promotable, and be deleted.
|