| /external/rust/crates/itertools/src/adaptors/ |
| D | mod.rs | 265 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()
|
| D | map.rs | 31 fn fold<Acc, Fold>(self, init: Acc, mut fold_f: Fold) -> Acc in fold() 33 Fold: FnMut(Acc, Self::Item) -> Acc, in fold()
|
| D | coalesce.rs | 66 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/ |
| D | xxhash.cpp | 57 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/ |
| D | xxhash.cpp | 56 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/ |
| D | update.rs | 294 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/ |
| D | lib.rs | 1008 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/ |
| D | PPCPreEmitPeephole.cpp | 381 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/ |
| D | LegalizerInfo.cpp | 383 [](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/ |
| D | ExpandReductions.cpp | 123 Value *Acc = II->getArgOperand(0); in expandReductions() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | ExpandReductions.cpp | 121 Value *Acc = II->getArgOperand(0); in expandReductions() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | ARMParallelDSP.cpp | 87 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/ |
| D | ARMParallelDSP.cpp | 86 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/ |
| D | LegalizerInfo.cpp | 702 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify() 709 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
|
| /external/rust/crates/twox-hash/src/ |
| D | xxh3.rs | 310 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/ |
| D | MemorySSAUpdater.cpp | 586 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/ |
| D | MemorySSAUpdater.cpp | 609 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/ |
| D | HexagonStoreWidening.cpp | 400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonStoreWidening.cpp | 400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonStoreWidening.cpp | 406 unsigned Acc = 0; // Value accumulator. in createWideStores() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | IRBuilder.cpp | 329 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/ |
| D | X86LowerAMXIntrinsics.cpp | 246 Value *Col, Value *K, Value *Acc, in createTileDPLoops()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | DeadStoreElimination.cpp | 1143 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/ |
| D | LoopUtils.cpp | 801 llvm::getOrderedReduction(IRBuilder<> &Builder, Value *Acc, Value *Src, in getOrderedReduction()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAttributor.cpp | 614 Range, [](const AAPointerInfo::Access &Acc, bool IsExact) { in funcRetrievesImplicitKernelArg()
|