Home
last modified time | relevance | path

Searched refs:Clobber (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dno-odd-spreg-msa.ll13 ; 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 …]
Dno-odd-spreg.ll15 ; 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/
DMemoryDependenceAnalysis.h54 Clobber, enumerator
110 return MemDepResult(PairTy(Inst, Clobber)); in getClobber()
127 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
/external/v8/test/cctest/
Dtest-utils-arm64.h221 void Clobber(MacroAssembler* masm, RegList reg_list,
231 void Clobber(MacroAssembler* masm, CPURegList reg_list);
Dtest-utils-arm64.cc267 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()
Dtest-assembler-arm64.cc8320 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/
DMemDepPrinter.cpp28 Clobber = 0, enumerator
65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
/external/vixl/test/
Dtest-utils-a64.h243 void Clobber(MacroAssembler* masm, RegList reg_list,
253 void Clobber(MacroAssembler* masm, CPURegList reg_list);
Dtest-utils-a64.cc299 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()
Dtest-assembler-a64.cc12542 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/
Dcallee-saved-fpxx1.ll12 call void asm "# Clobber", "~{$f21}"()
Dcallee-saved-fpxx.ll13 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
Dcallee-saved-float.ll26 …call void asm "# Clobber", "~{$f0},~{$f1},~{$f2},~{$f3},~{$f4},~{$f5},~{$f6},~{$f7},~{$f8},~{$f9},…
Dcallee-saved.ll27 …call void asm "# Clobber", "~{$0},~{$1},~{$2},~{$3},~{$4},~{$5},~{$6},~{$7},~{$8},~{$9},~{$10},~{$…
/external/clang/lib/Sema/
DSemaStmtAsm.cpp302 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/
DParseStmtAsm.cpp707 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/
DRELEASE_NOTES46 Clobber events are not generated due to low-level architectural
/external/clang/lib/CodeGen/
DCGStmt.cpp2019 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/
DARMLoadStoreOptimizer.cpp1615 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/
Dinline-asm-fpstack.ll310 ; Clobber st(0) after it was live-out/dead from the previous asm.
/external/llvm/test/Transforms/SROA/
Dbasictest.ll109 ; 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.