Home
last modified time | relevance | path

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

12

/external/rust/crates/itertools/src/adaptors/
Dmod.rs265 fn fold<Acc, G>(mut self, init: Acc, mut f: G) -> Acc in fold()
266 where G: FnMut(Acc, Self::Item) -> Acc, in fold()
344 fn fold<Acc, G>(mut self, mut accum: Acc, mut f: G) -> Acc in fold()
345 where G: FnMut(Acc, Self::Item) -> Acc, in fold()
886 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold()
887 where Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
969 fn fold<Acc, Fold>(self, init: Acc, fold_f: Fold) -> Acc in fold()
970 where Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
1110 fn fold<Acc, G>(self, init: Acc, mut g: G) -> Acc in fold()
1111 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.rs66 fn fold<Acc, FnAcc>(self, acc: Acc, mut fn_acc: FnAcc) -> Acc in fold()
68 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/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
Dxxhash.cpp56 static uint64_t round(uint64_t Acc, uint64_t Input) { in round()
63 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/rust/crates/either/src/
Dlib.rs1008 fn fold<Acc, G>(self, init: Acc, f: G) -> Acc in fold()
1010 G: FnMut(Acc, Self::Item) -> Acc, in fold()
1099 fn rfold<Acc, G>(self, init: Acc, f: G) -> Acc in rfold()
1101 G: FnMut(Acc, Self::Item) -> Acc, in rfold()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp381 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
389 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp383 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
390 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandReductions.cpp123 Value *Acc = II->getArgOperand(0); in expandReductions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DExpandReductions.cpp121 Value *Acc = II->getArgOperand(0); in expandReductions() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp87 Value *Acc = nullptr; member in __anondde18ae70111::Reduction
630 Instruction *InsertAfter) { in InsertParallelMACs()
667 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 __anon00688c210111::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/rust/crates/twox-hash/src/
Dxxh3.rs310 impl Default for Acc { implementation
326 impl Deref for Acc { implementation
335 impl DerefMut for Acc { implementation
977 fn digest_long(&self, acc_width: AccWidth) -> Acc { in digest_long()
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp609 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in cloneUsesAndDefs() local
1385 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) in removeBlocks() local
1392 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); in removeBlocks() local
/external/swiftshader/third_party/llvm-16.0/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/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp406 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86LowerAMXIntrinsics.cpp246 Value *Col, Value *K, Value *Acc, in createTileDPLoops()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp1143 auto PushMemUses = [&WorkList, &Visited](MemoryAccess *Acc) { in isWriteAtEndOfFunction()
1479 auto PushMemUses = [&WorkList](MemoryAccess *Acc) { in getDomMemoryDef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp801 llvm::getOrderedReduction(IRBuilder<> &Builder, Value *Acc, Value *Src, in getOrderedReduction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUAttributor.cpp614 Range, [](const AAPointerInfo::Access &Acc, bool IsExact) { in funcRetrievesImplicitKernelArg()

12