/external/perfetto/src/protozero/test/ |
D | protozero_benchmark.cc | 109 PERFETTO_ALWAYS_INLINE void Clobber(benchmark::State& state) { in Clobber() function 141 Clobber(state); in BM_Protozero_Simple_Libprotobuf() 152 Clobber(state); in BM_Protozero_Simple_Protozero() 160 Clobber(state); in BM_Protozero_Simple_SpeedOfLight() 171 Clobber(state); in BM_Protozero_Nested_Libprotobuf() 182 Clobber(state); in BM_Protozero_Nested_Protozero() 190 Clobber(state); in BM_Protozero_Nested_SpeedOfLight()
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 72 Clobber, enumerator 119 PointerSumTypeMember<Clobber, Instruction *>, 137 return MemDepResult(ValueTy::create<Clobber>(Inst)); in getClobber() 151 bool isClobber() const { return Value.is<Clobber>(); } in isClobber() 181 case Clobber: in getInst() 182 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-10.0/llvm/include/llvm/CodeGen/ |
D | DbgEntityHistoryCalculator.h | 55 enum EntryKind { DbgValue, Clobber }; enumerator 64 bool isClobber() const { return getEntryKind() == 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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 27 Clobber = 0, enumerator 64 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
D | MemorySSA.cpp | 610 MemoryAccess *Clobber; member 787 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi() 803 return MSSA.dominates(P.Clobber, Target); in tryOptimizePhi() 885 if (DT.dominates(ChainBB, TP.Clobber->getBlock())) in tryOptimizePhi() 916 return MSSA.dominates(P.Clobber, R.PrimaryClobber.Clobber); in verifyOptResult() 959 Result = OptRes.PrimaryClobber.Clobber; in findClobber() 2348 MemoryAccess *Clobber = in getClobberingMemoryAccessBase() local 2353 LLVM_DEBUG(dbgs() << *Clobber << "\n"); in getClobberingMemoryAccessBase() 2354 return Clobber; in getClobberingMemoryAccessBase()
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 28 Clobber = 0, enumerator 65 return InstTypePair(dep.getInst(), Clobber); in getInstTypePair()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIFixSGPRCopies.cpp | 468 auto interferes = [&MDT, From, To](MachineInstr* &Clobber) -> bool { in hoistAndMergeSGPRInits() argument 471 bool MayClobberFrom = isReachable(Clobber, &*From, MBBTo, MDT); in hoistAndMergeSGPRInits() 472 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits() 483 MDT.dominates(Clobber, &*From) && in hoistAndMergeSGPRInits() 484 MDT.dominates(Clobber, &*To)) || in hoistAndMergeSGPRInits() 485 MDT.properlyDominates(Clobber->getParent(), MBBTo)); in hoistAndMergeSGPRInits()
|
/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/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
|
/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/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/vixl/test/aarch64/ |
D | test-utils-aarch64.h | 512 void Clobber(MacroAssembler* masm, 524 void Clobber(MacroAssembler* masm, CPURegList reg_list);
|
D | test-utils-aarch64.cc | 550 void Clobber(MacroAssembler* masm, RegList reg_list, uint64_t const value) { in Clobber() function 592 void Clobber(MacroAssembler* masm, CPURegList reg_list) { in Clobber() function 595 Clobber(masm, reg_list.GetList()); in Clobber()
|
/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") in EmitAsmStmt() 2023 else if (Clobber != "cc") in EmitAsmStmt() 2024 Clobber = getTarget().getNormalizedGCCRegisterName(Clobber); in EmitAsmStmt() 2030 Constraints += Clobber; in EmitAsmStmt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 80 Entries.emplace_back(&MI, Entry::Clobber); in startClobber()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 761 [&](StringRef Clobber) { in initialize() argument 762 return copyIntoContext(C, Clobber); in initialize()
|