Home
last modified time | relevance | path

Searched refs:Scratch (Results 1 – 25 of 56) sorted by relevance

123

/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB25787055.output4 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
8 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
13 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
17 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
20 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
DB25787055.input6 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
11 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
17 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
22 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
26 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
DB126411718.input6 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
DB126411718.output4 "Scratch Session Cleaner exiting. Number of deleted sessions: %d, names: %s",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local
145 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0); in expandAtomicCmpSwapSubword()
147 .addReg(Scratch) in expandAtomicCmpSwapSubword()
157 BuildMI(loop2MBB, DL, TII->get(Mips::AND), Scratch) in expandAtomicCmpSwapSubword()
158 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
160 BuildMI(loop2MBB, DL, TII->get(Mips::OR), Scratch) in expandAtomicCmpSwapSubword()
161 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch) in expandAtomicCmpSwapSubword()
164 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
168 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
[all …]
/external/llvm-project/llvm/lib/Target/Mips/
DMipsExpandPseudo.cpp109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local
145 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0); in expandAtomicCmpSwapSubword()
147 .addReg(Scratch) in expandAtomicCmpSwapSubword()
157 BuildMI(loop2MBB, DL, TII->get(Mips::AND), Scratch) in expandAtomicCmpSwapSubword()
158 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
160 BuildMI(loop2MBB, DL, TII->get(Mips::OR), Scratch) in expandAtomicCmpSwapSubword()
161 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
163 BuildMI(loop2MBB, DL, TII->get(SC), Scratch) in expandAtomicCmpSwapSubword()
164 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
168 .addReg(Scratch, RegState::Kill) in expandAtomicCmpSwapSubword()
[all …]
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp332 StringRef getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() argument
339 Scratch.clear(); in getNodeName()
340 llvm::raw_svector_ostream OS(Scratch); in getNodeName()
348 StringRef getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName() argument
352 Scratch.clear(); in getNodeName()
353 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch); in getNodeName()
357 llvm::SmallString<128> &Scratch) { in getNodeName() argument
406 llvm::SmallString<128> Scratch; in matchesNodeUnqualified() local
407 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified()
415 llvm::SmallString<128> Scratch; in matchesNodeFullFast() local
[all …]
/external/llvm-project/llvm/lib/Support/
DOptimizedStructLayout.cpp95 I->Scratch = reinterpret_cast<void*>(UniqueNumber++); in performOptimizedStructLayout()
116 auto lhsNumber = reinterpret_cast<uintptr_t>(lhs->Scratch); in performOptimizedStructLayout()
117 auto rhsNumber = reinterpret_cast<uintptr_t>(rhs->Scratch); in performOptimizedStructLayout()
250 return static_cast<Field *>(Cur->Scratch); in performOptimizedStructLayout()
261 LastInQueue->Scratch = I; in performOptimizedStructLayout()
265 LastInQueue->Scratch = nullptr; in performOptimizedStructLayout()
300 Last->Scratch = Cur->Scratch; in performOptimizedStructLayout()
305 if (!Cur->Scratch) in performOptimizedStructLayout()
/external/gemmlowp/meta/
Dstreams.h64 static int Scratch(const RowMajor& params, int lanes_count, int pack_size) { in Scratch() function
87 static int Scratch(const RowMajorWithSum& params, int lanes_count, in Scratch() function
112 static int Scratch(const ColumnMajorWithSum& params, int lanes_count, in Scratch() function
153 static int Scratch(const RowMajor& params) { return PackedStride(params); } in Scratch() function
161 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug()
210 static int Scratch(const RowMajorWithSum& params) { in Scratch() function
221 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug()
275 static int Scratch(const ColumnMajorWithSum& params) { in Scratch() function
286 std::cout << " scratch: " << Scratch(params) << std::endl; in Debug()
Dsingle_thread_gemm.h34 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize()
39 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize()
116 params.scratch + LeftStreamF::Scratch(params.left_stream); in ExecuteDispatch3D()
225 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize()
228 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize()
303 params.scratch + RightStreamF::Scratch(params.right_stream); in ExecuteDispatch3D()
457 const int lhs_scratch = LeftStream::Scratch(params.left_stream); in ExecuteDispatch3D()
458 const int rhs_scratch = RightStream::Scratch(params.right_stream); in ExecuteDispatch3D()
506 const int lhs_scratch = LeftStream::Scratch(params.left_stream); in ExecuteDispatch3D()
507 const int rhs_scratch = RightStream::Scratch(params.right_stream); in ExecuteDispatch3D()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DBenchmarkRunner.cpp34 : State(State), Mode(Mode), Scratch(std::make_unique<ScratchSpace>()) {} in BenchmarkRunner()
43 BenchmarkRunner::ScratchSpace *Scratch) in FunctionExecutorImpl() argument
45 Scratch(Scratch) {} in FunctionExecutorImpl()
73 char *const ScratchPtr = Scratch->ptr(); in runAndSample()
94 Scratch->clear(); in runAndSample()
131 BenchmarkRunner::ScratchSpace *const Scratch; member in llvm::exegesis::__anon270dfd000111::FunctionExecutorImpl
217 Scratch.get()); in runConfiguration()
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc143 class Scratch { class
145 Scratch() : buffer_(), buffer_32_(nullptr), size_(0) {} in Scratch() function in gemmlowp::eight_bit_int_gemm::__anon8566ecee0111::Scratch
173 Scratch* global_scratch = nullptr;
175 Scratch* GetOrCreateGlobalScratch() { in GetOrCreateGlobalScratch()
177 global_scratch = new Scratch(); in GetOrCreateGlobalScratch()
256 Scratch* scratch = GetOrCreateGlobalScratch(); in MetaGemmQuantized8Bit()
280 Scratch* scratch = GetOrCreateGlobalScratch(); in MetaGemmFloat()
357 Scratch* scratch = GetOrCreateGlobalScratch(); in EightBitIntGemm()
/external/toybox/toys/other/
DREADME6 booting a system image and building Linux From Scratch under it.
9 build control image for Linux From Scratch 6.8):
/external/skia/docs/examples/
DSmoothBezierSplineInterpolation.cpp20 struct Scratch { in MakeCubicSplineInterpolation() struct
24 std::unique_ptr<Scratch[]> s(new Scratch[n]); in MakeCubicSplineInterpolation()
/external/tensorflow/tensorflow/core/kernels/
Dmeta_support.cc45 class Scratch : public ResourceBase { class
47 Scratch() : scratch_(new uint8_t[kScratchSize]) { in Scratch() function in tensorflow::meta::__anond1531d0e0111::Scratch
65 Scratch* scratch = nullptr; in GetScratch()
66 std::function<Status(Scratch**)> creator = [](Scratch** resource) { in GetScratch()
67 *resource = new Scratch(); in GetScratch()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRRegisterInfo.td128 // Scratch registers.
146 // Scratch registers.
163 // Scratch registers.
179 // Scratch registers.
199 // Scratch registers.
211 // Scratch registers.
222 // Scratch registers.
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp488 llvm::SmallString<128> &Scratch) { in getNodeName() argument
495 Scratch.clear(); in getNodeName()
496 llvm::raw_svector_ostream OS(Scratch); in getNodeName()
505 llvm::SmallString<128> &Scratch) { in getNodeName() argument
509 Scratch.clear(); in getNodeName()
510 return ("(anonymous " + Node.getKindName() + ")").toStringRef(Scratch); in getNodeName()
514 llvm::SmallString<128> &Scratch) { in getNodeName() argument
567 llvm::SmallString<128> Scratch; in matchesNodeUnqualified() local
568 StringRef NodeName = getNodeName(Node, Scratch); in matchesNodeUnqualified()
576 llvm::SmallString<128> Scratch; in matchesNodeFullFast() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRRegisterInfo.td117 // Scratch registers.
135 // Scratch registers.
152 // Scratch registers.
172 // Scratch registers.
184 // Scratch registers.
195 // Scratch registers.
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
DAssemblerUtils.h57 BenchmarkRunner::ScratchSpace Scratch; in Check() local
58 Function(Scratch.ptr()); in Check()
/external/llvm/lib/Target/AVR/
DAVRRegisterInfo.td120 // Scratch registers.
138 // Scratch registers.
155 // Scratch registers.
167 // Scratch registers.
178 // Scratch registers.
/external/vboot_reference/utility/
Defidecompress.c722 IN OUT VOID *Scratch, in Decompress() argument
767 Sd = (SCRATCH_DATA *) Scratch; in Decompress()
886 IN OUT VOID *Scratch, in EfiDecompress() argument
920 Scratch, in EfiDecompress()
970 IN OUT VOID *Scratch, in TianoDecompress() argument
1004 Scratch, in TianoDecompress()
/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc66 AttrSlice::Scratch* scratch);
240 AttrSlice::Scratch* scratch) { in Equivalent()
295 AttrSlice::Scratch scratch; in Optimize()
/external/llvm-project/llvm/include/llvm/Support/
DOptimizedStructLayout.h69 void *Scratch; member
/external/swiftshader/third_party/subzero/src/
DIceInstX8664.def21 // Scratch GPRs: rax, rcx, rdx, rsi, rdi, r8, r9, r10, r11
23 // Scratch XMMs: xmm0, xmm1, xmm2, xmm3, xmm4, xmm5, xmm6, xmm7,
26 // Scratch GPRs: rax, rcx, rdx, r8, r9, r10, r11
28 // Scratch XMMs: xmm0, xmm1, xmm2, xmm3, xmm4, xmm5
30 // Scratch registers are listed first, followed by preserved registers, so
36 // scratch: Scratch (caller-save) register.
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp564 SmallString<16> Scratch; member in __anon9fff96360111::__anon9fff96360311::MergedBlockName
585 Scratch.clear(); in makeName()
588 Scratch.reserve(size + Comparisons.size() - 1); in makeName()
590 Scratch.append(str.begin(), str.end()); in makeName()
600 return StringRef(Scratch); in makeName()

123