Home
last modified time | relevance | path

Searched defs:Scratch (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/skia/docs/examples/
H A DSmoothBezierSplineInterpolation.cpp20 struct Scratch { in MakeCubicSplineInterpolation() struct
21 SkPoint a, b, c, r, p; in MakeCubicSplineInterpolation()
/aosp_15_r20/external/gemmlowp/meta/
H A 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
210 static int Scratch(const RowMajorWithSum& params) { in Scratch() function
275 static int Scratch(const ColumnMajorWithSum& params) { in Scratch() function
/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp332 StringRef getNodeName(const NamedDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName()
348 StringRef getNodeName(const RecordDecl &Node, llvm::SmallString<128> &Scratch) { in getNodeName()
357 llvm::SmallString<128> &Scratch) { in getNodeName()
406 llvm::SmallString<128> Scratch; in matchesNodeUnqualified() local
415 llvm::SmallString<128> Scratch; in matchesNodeFullFast() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util.h167 struct Scratch { struct
179 // which stores a Tensor object directly. The Scratch object will also go argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local
247 Register Scratch = I->getOperand(4).getReg(); in expandAtomicCmpSwap() local
635 Register Scratch = I->getOperand(3).getReg(); in expandAtomicBinOp() local
H A DMipsISelLowering.cpp1556 Register Scratch = RegInfo.createVirtualRegister(RegInfo.getRegClass(OldVal)); in emitAtomicBinary() local
1676 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1865 Register Scratch = MRI.createVirtualRegister(RC); in emitAtomicCmpSwap() local
1942 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp109 Register Scratch = I->getOperand(7).getReg(); in expandAtomicCmpSwapSubword() local
247 Register Scratch = I->getOperand(4).getReg(); in expandAtomicCmpSwap() local
635 Register Scratch = I->getOperand(3).getReg(); in expandAtomicBinOp() local
H A DMipsISelLowering.cpp1552 Register Scratch = RegInfo.createVirtualRegister(RegInfo.getRegClass(OldVal)); in emitAtomicBinary() local
1672 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicBinaryPartword() local
1861 Register Scratch = MRI.createVirtualRegister(RC); in emitAtomicCmpSwap() local
1938 Register Scratch = RegInfo.createVirtualRegister(RC); in emitAtomicCmpSwapPartword() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCExpandAtomicPseudoInsts.cpp152 Register Scratch = MI.getOperand(1).getReg(); in expandAtomicRMW128() local
229 Register Scratch = MI.getOperand(1).getReg(); in expandAtomicCmpSwap128() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmeta_support.cc45 class Scratch : public ResourceBase { class
47 Scratch() : scratch_(new uint8_t[kScratchSize]) { in Scratch() function in tensorflow::meta::__anon533fcdfd0111::Scratch
/aosp_15_r20/external/gemmlowp/eight_bit_int_gemm/
H A 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::__anon14f9bbfd0111::Scratch
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DOptimizedStructLayout.h70 void *Scratch; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DOptimizedStructLayout.h70 void *Scratch; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DOptimizedStructLayout.h70 void *Scratch; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DOptimizedStructLayout.h70 void *Scratch; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DOptimizedStructLayout.h70 void *Scratch; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp212 APInt Scratch(16, 0U); in encodeInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp323 APInt Encoding, Scratch; in encodeInstruction() local
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorContractionSycl.h475 …ccessor<OutScalar, 1, cl::sycl::access::mode::read_write, cl::sycl::access::target::local> Scratch; typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceRegistersARM32.h89 unsigned Scratch : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp564 SmallString<16> Scratch; member in __anon49eeeb790111::__anon49eeeb790311::MergedBlockName
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp559 SmallString<16> Scratch; member in __anon601bbc7f0111::__anon601bbc7f0711::MergedBlockName
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1491 auto Scratch = MRI.createVirtualRegister(&AArch64::GPR64RegClass); in legalizeAtomicCmpxchg128() local
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfoExt.h578 …} Scratch; // Zero on initial call to GmmResGetMappingSpanDesc and then let pers… member
/aosp_15_r20/external/clang/lib/AST/
H A DExprConstant.cpp1311 APValue Scratch; in EvaluateIgnoredValue() local
9161 EvalResult Scratch; in EvaluateAsBooleanCondition() local
9786 APValue Scratch; in isCXX11ConstantExpr() local
9849 APValue Scratch; in isPotentialConstantExpr() local

12