/external/v8/ |
D | .landmines | 6 Clobber after ICU roll. 12 Clobber after ICU roll. 13 Clobber after Android NDK update.
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 63 Clobber, enumerator 110 PointerSumTypeMember<Clobber, Instruction *>, 128 return MemDepResult(ValueTy::create<Clobber>(Inst)); in getClobber() 142 bool isClobber() const { return Value.is<Clobber>(); } in isClobber() 172 case Clobber: in getInst() 173 return Value.cast<Clobber>(); in getInst()
|
/external/llvm/test/CodeGen/Mips/ |
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},…
|
D | no-odd-spreg-msa.ll | 17 ; Clobber all except $f12/$w12 and $f13 51 ; Clobber all except $f12/$w12 and $f13 83 ; Clobber all except $f12, and $f13 111 ; Clobber all except $f13
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 55 Clobber, enumerator 111 return MemDepResult(PairTy(Inst, Clobber)); in getClobber() 128 bool isClobber() const { return Value.getInt() == Clobber; } in isClobber()
|
/external/llvm/unittests/Transforms/Utils/ |
D | MemorySSA.cpp | 298 MemoryAccess *Clobber = in TEST_F() local 302 EXPECT_EQ(Clobber, StoreAccess); in TEST_F() 306 Clobber = Walker->getClobberingMemoryAccess(StoreAccess, StoreLoc); in TEST_F() 308 EXPECT_EQ(Clobber, StoreAccess); in TEST_F()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 28 Clobber = 0, enumerator 65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.h | 257 void Clobber(MacroAssembler* masm, 269 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-aarch64.cc | 335 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function 377 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function 380 Clobber(masm, reg_list.GetList()); in Clobber()
|
D | test-assembler-aarch64.cc | 13584 Clobber(&masm, x0_to_x3); in TEST() 13594 Clobber(&masm, x10_to_x13); in TEST() 13646 Clobber(&masm, x0.GetBit()); in TEST() 13649 Clobber(&masm, x1.GetBit()); in TEST() 13652 Clobber(&masm, x2.GetBit()); in TEST() 13655 Clobber(&masm, x3.GetBit()); in TEST() 13658 Clobber(&masm, x4.GetBit()); in TEST() 13661 Clobber(&masm, x5.GetBit()); in TEST() 13664 Clobber(&masm, x6.GetBit()); in TEST() 13668 Clobber(&masm, w10.GetBit()); in TEST() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 29 Clobber = 0, enumerator 66 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
/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 | 28 …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/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 1273 MemoryAccess *Clobber = getClobberingMemoryAccess(DefiningAccess, Q); in getClobberingMemoryAccess() local 1275 if (Clobber != StartingAccess) in getClobberingMemoryAccess() 1276 doCacheInsert(Q.OriginalAccess, Clobber, Q, Q.StartingLoc); in getClobberingMemoryAccess() 1280 DEBUG(dbgs() << *Clobber << "\n"); in getClobberingMemoryAccess() 1281 return Clobber; in getClobberingMemoryAccess()
|
/external/llvm/test/CodeGen/X86/ |
D | materialize.ll | 170 ; Clobber all registers except %esp, leaving nowhere to store the -1 besides 192 ; Clobber all registers except %esp, leaving nowhere to store the -1 besides
|
D | inline-asm-fpstack.ll | 310 ; Clobber st(0) after it was live-out/dead from the previous asm.
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 340 StringRef Clobber = Literal->getString(); in ActOnGCCAsmStmt() local 342 if (!Context.getTargetInfo().isValidClobber(Clobber)) in ActOnGCCAsmStmt() 344 diag::err_asm_unknown_register_name) << Clobber); in ActOnGCCAsmStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 779 ExprResult Clobber(ParseAsmStringLiteral()); in ParseAsmStatement() local 781 if (Clobber.isInvalid()) in ParseAsmStatement() 784 Clobbers.push_back(Clobber.get()); in ParseAsmStatement()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 2019 StringRef Clobber = S.getClobber(i); in EmitAsmStmt() local 2021 if (Clobber == "memory") in EmitAsmStmt() 2023 else if (Clobber != "cc") in EmitAsmStmt() 2024 Clobber = getTarget().getNormalizedGCCRegisterName(Clobber); in EmitAsmStmt() 2030 Constraints += Clobber; in EmitAsmStmt()
|
/external/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 46 Clobber events are not generated due to low-level architectural
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 1198 bool Clobber = false; in LoadStoreMultipleOpti() local 1220 Clobber = (isi32Load(Opcode) && Base == MBBI->getOperand(0).getReg()); in LoadStoreMultipleOpti() 1221 if (CurrBase == 0 && !Clobber) { in LoadStoreMultipleOpti() 1232 if (Clobber) { in LoadStoreMultipleOpti()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 761 [&](StringRef Clobber) { in initialize() argument 762 return copyIntoContext(C, Clobber); in initialize()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | inline-asm-fpstack.ll | 310 ; Clobber st(0) after it was live-out/dead from the previous asm.
|