Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp374 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
382 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp123 Value *Acc = II->getArgOperand(0); in expandReductions() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp87 Value *Acc = nullptr; member in __anon5cd7b9340111::Reduction
634 Instruction *InsertAfter) { in InsertParallelMACs()
671 Value *Acc = R.getAccumulator(); in InsertParallelMACs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp698 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
705 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
H A DLegalizerHelper.cpp4304 Register Acc = PartialReductions[0]; in fewerElementsVectorReductions() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp49 for (const auto &Acc : Accelerators) { in log() local
H A DResourceFileWriter.cpp693 for (auto &Acc : Res->Accelerators) { in writeAcceleratorsBody() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp610 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
H A DConstantFolding.cpp1729 APInt Acc = EltC->getValue(); in constantFoldVectorReduce() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
H A DHexagonConstExtenders.cpp1378 [](unsigned Acc, const RangeTree::Node *N) { in assignInits()
H A DHexagonConstPropagation.cpp2997 MachineOperand &Acc = MI.getOperand(1); in rewriteHexConstUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1140 auto PushMemUses = [&WorkList, &Visited](MemoryAccess *Acc) { in isWriteAtEndOfFunction()
1457 auto PushMemUses = [&WorkList](MemoryAccess *Acc) { in getDomMemoryDef()
H A DGVNHoist.cpp634 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in hasMemoryUse() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp245 Value *Col, Value *K, Value *Acc, in createTileDPLoops()
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DSveEmitter.cpp1017 TypeSpec Acc; in createIntrinsic() local
H A DNeonEmitter.cpp122 TypeSpec Acc; in fromTypeSpecs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp354 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce()
362 CallInst *IRBuilderBase::CreateFMulReduce(Value *Acc, Value *Src) { in CreateFMulReduce()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp948 Value *llvm::getOrderedReduction(IRBuilderBase &Builder, Value *Acc, Value *Src, in getOrderedReduction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3137 Value *Acc = IRB.CreateExtractElement( in handleMaskedLoad() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp15385 #define CUSTOM_BUILTIN(Name, Intr, Types, Acc) \ in EmitPPCBuiltinExpr() argument
15411 Value *Acc = Builder.CreateLoad(Addr); in EmitPPCBuiltinExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3334 #define CUSTOM_BUILTIN(Name, Intr, Types, Acc) \ in CheckPPCBuiltinFunctionCall() argument
H A DSemaOpenMP.cpp9435 ExprResult Acc = IV; in checkOpenMPLoop() local