Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp380 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
388 Register Acc = BBI.getOperand(0).getReg(); in removeAccPrimeUnprime() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp387 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
394 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
H A DLegalizerHelper.cpp5092 Register Acc = SplitSrcs[0]; in fewerElementsVectorReductions() local
5114 Register Acc = PartialReductions[0]; in fewerElementsVectorReductions() local
5149 Register Acc = ScalarReg; in fewerElementsVectorSeqReductions() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp75 Value *Acc = II->getArgOperand(0); in expandReductions() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp88 Value *Acc = nullptr; member in __anon176cfc890111::Reduction
627 Instruction *InsertAfter) { in InsertParallelMACs()
664 Value *Acc = R.getAccumulator(); in InsertParallelMACs() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPPC.cpp246 #define CUSTOM_BUILTIN(Name, Intr, Types, Acc, Feature) \ in CheckPPCBuiltinFunctionCall() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp600 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in cloneUsesAndDefs() local
1360 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) in removeBlocks() local
1367 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); in removeBlocks() local
H A DConstantFolding.cpp1834 APInt Acc = EltC->getValue(); in constantFoldVectorReduce() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp80 static uint64_t round(uint64_t Acc, uint64_t Input) { in round()
87 static uint64_t mergeRound(uint64_t Acc, uint64_t Val) { in mergeRound()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp400 unsigned Acc = 0; // Value accumulator. in createWideStores() local
H A DHexagonConstExtenders.cpp1384 [](unsigned Acc, const RangeTree::Node *N) { in assignInits()
H A DHexagonConstPropagation.cpp2990 RegisterSubReg R1(Acc); in rewriteHexConstUses() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp243 Value *Col, Value *K, Value *Acc, in createTileDPLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp442 auto SkipCB = [&](const AAPointerInfo::Access &Acc) { in getPotentialCopiesOfMemoryValue()
466 auto CheckAccess = [&](const AAPointerInfo::Access &Acc, bool IsExact) { in getPotentialCopiesOfMemoryValue()
3794 const AAPointerInfo::Access &Acc) { in operator <<()
H A DAttributorAttributes.cpp969 AAPointerInfo::Access Acc(&I, RemoteI, Ranges, Content, Kind, Ty); in addAccess() local
1166 auto CanIgnoreThreading = [&](const Access &Acc) -> bool { in forallInterferingAccesses()
1236 auto AccessCB = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()
1275 for (const Access *Acc : DominatingWrites) { in forallInterferingAccesses() local
1285 auto CanSkipAccess = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()
1438 auto &Acc = AccessList[AccIndex]; in dumpState() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp588 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); in hasMemoryUse() local
H A DMemCpyOptimizer.cpp328 [&AA, Loc](const MemoryAccess &Acc) { in writtenBetween()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp418 CallInst *IRBuilderBase::CreateFAddReduce(Value *Acc, Value *Src) { in CreateFAddReduce()
426 CallInst *IRBuilderBase::CreateFMulReduce(Value *Acc, Value *Src) { in CreateFMulReduce()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp1194 TypeSpec Acc; in createIntrinsic() local
H A DNeonEmitter.cpp121 TypeSpec Acc; in fromTypeSpecs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp661 Range, [](const AAPointerInfo::Access &Acc, bool IsExact) { in funcRetrievesImplicitKernelArg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1092 Value *llvm::getOrderedReduction(IRBuilderBase &Builder, Value *Acc, Value *Src, in getOrderedReduction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp3722 Register Acc; mulImm() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17893 #define CUSTOM_BUILTIN(Name, Intr, Types, Acc, Feature) \ in EmitPPCBuiltinExpr() argument
17917 Value *Acc = Builder.CreateLoad(Addr); in EmitPPCBuiltinExpr() local
21483 Value *Acc = EmitScalarExpr(E->getArg(2)); in EmitWebAssemblyBuiltinExpr() local
21491 Value *Acc = EmitScalarExpr(E->getArg(2)); in EmitWebAssemblyBuiltinExpr() local
H A DCGExpr.cpp654 static llvm::Value *emitHashMix(CGBuilderTy &Builder, llvm::Value *Acc, in emitHashMix()

12