Home
last modified time | relevance | path

Searched defs:Acc (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dxxhash.cpp57 static uint64_t round(uint64_t Acc, uint64_t Input) { in round()
64 static uint64_t mergeRound(uint64_t Acc, uint64_t Val) { in mergeRound()
/third_party/typescript/tests/cases/compiler/
DmoduleDeclarationExportStarShadowingGlobalIsNameable.ts19 interface Acc { interface
/third_party/typescript/tests/baselines/reference/
DmoduleDeclarationExportStarShadowingGlobalIsNameable.js25 export const func = (account: model.Account, acc2: model.Acc) => {};
/third_party/rust/crates/either/src/
Dlib.rs949 fn fold<Acc, G>(self, init: Acc, f: G) -> Acc in fold()
951 G: FnMut(Acc, Self::Item) -> Acc, in fold()
1040 fn rfold<Acc, G>(self, init: Acc, f: G) -> Acc in rfold()
1042 G: FnMut(Acc, Self::Item) -> Acc, in rfold()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp123 Value *Acc = II->getArgOperand(0); in expandReductions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp86 Value *Acc = nullptr; member in __anon3399a6000111::Reduction
630 Instruction *InsertAfter) { in InsertParallelMACs()
667 Value *Acc = R.getAccumulator(); in InsertParallelMACs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp702 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
709 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp586 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in cloneUsesAndDefs() local
1358 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) in removeBlocks() local
1365 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); in removeBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
DHexagonConstExtenders.cpp1379 [](unsigned Acc, const RangeTree::Node *N) { in assignInits()
DHexagonConstPropagation.cpp2987 MachineOperand &Acc = MI.getOperand(1); in rewriteHexConstUses() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp329 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce()
338 CallInst *IRBuilderBase::CreateFMulReduce(Value *Acc, Value *Src) { in CreateFMulReduce()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp801 llvm::getOrderedReduction(IRBuilder<> &Builder, Value *Acc, Value *Src, in getOrderedReduction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp387 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in hasMemoryUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2966 Value *Acc = IRB.CreateExtractElement( in handleMaskedLoad() local