Home
last modified time | relevance | path

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

12

/external/rust/crates/itertools/src/adaptors/
Dmod.rs257 fn fold<Acc, G>(mut self, init: Acc, mut f: G) -> Acc in fold()
258 where G: FnMut(Acc, Self::Item) -> Acc, in fold()
341 fn fold<Acc, G>(mut self, mut accum: Acc, mut f: G) -> Acc in fold()
342 where G: FnMut(Acc, Self::Item) -> Acc, in fold()
868 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold()
869 where Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
939 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold()
940 where Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
1056 fn fold<Acc, G>(self, init: Acc, mut g: G) -> Acc in fold()
1057 where G: FnMut(Acc, Self::Item) -> Acc, in fold()
Dmap.rs31 fn fold<Acc, Fold>(self, init: Acc, mut fold_f: Fold) -> Acc in fold()
33 Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
Dcoalesce.rs64 fn fold<Acc, FnAcc>(self, acc: Acc, mut fn_acc: FnAcc) -> Acc in fold()
66 FnAcc: FnMut(Acc, Self::Item) -> Acc, in fold()
/external/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()
/external/llvm-project/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()
/external/rust/crates/rayon/src/iter/
Dupdate.rs294 fn fold<Acc, G>(self, init: Acc, g: G) -> Acc in fold()
296 G: FnMut(Acc, Self::Item) -> Acc, in fold()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp377 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
385 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp123 Value *Acc = II->getArgOperand(0); in expandReductions() local
/external/llvm-project/llvm/lib/CodeGen/
DExpandReductions.cpp123 Value *Acc = II->getArgOperand(0); in expandReductions() local
/external/rust/crates/either/src/
Dlib.rs788 fn fold<Acc, G>(self, init: Acc, f: G) -> Acc in fold()
790 G: FnMut(Acc, Self::Item) -> Acc, in fold()
/external/llvm-project/llvm/lib/Target/ARM/
DARMParallelDSP.cpp87 Value *Acc = nullptr; member in __anon8c7a15790111::Reduction
635 Instruction *InsertAfter) { in InsertParallelMACs()
672 Value *Acc = R.getAccumulator(); in InsertParallelMACs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp86 Value *Acc = nullptr; member in __anon40122d0d0111::Reduction
630 Instruction *InsertAfter) { in InsertParallelMACs()
667 Value *Acc = R.getAccumulator(); in InsertParallelMACs() local
/external/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()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp698 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
705 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
/external/llvm-project/polly/lib/Support/
DVirtualInstruction.cpp319 auto *Acc = WorklistAccs.pop_back_val(); in walkReachable() local
/external/llvm-project/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp49 for (const auto &Acc : Accelerators) { in log() local
/external/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp612 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in cloneUsesAndDefs() local
1380 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) in removeBlocks() local
1387 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); in removeBlocks() local
/external/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
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp406 unsigned Acc = 0; // Value accumulator. in createWideStores() local
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
/external/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()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp335 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce()
343 CallInst *IRBuilderBase::CreateFMulReduce(Value *Acc, Value *Src) { in CreateFMulReduce()
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp2619 if (MemoryAccess *Acc = IncomingStmt->lookupPHIWriteOf(PHI)) { in ensurePHIWrite() local
2625 MemoryAccess *Acc = addMemoryAccess( in ensurePHIWrite() local
3403 MemAccInst Acc(MA->getAccessInstruction()); in buildAliasGroupsForAccesses() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp801 llvm::getOrderedReduction(IRBuilder<> &Builder, Value *Acc, Value *Src, in getOrderedReduction()

12