/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCPreEmitPeephole.cpp | 380 assert(PPC::ACCRCRegClass.contains(Acc) && in removeAccPrimeUnprime() local 388 assert(PPC::ACCRCRegClass.contains(Acc) && in removeAccPrimeUnprime() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 387 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify() 394 [](unsigned Acc, const MCOperandInfo &OpInfo) { in verify()
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 73 Value *Acc = II->getArgOperand(0); expandReductions() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 88 Value *Acc = nullptr; global() member in __anona5fe241c0111::Reduction 627 __anona5fe241c0602(LoadInst* WideLd0, LoadInst *WideLd1, Value *Acc, bool Exchange, Instruction *InsertAfter) InsertParallelMACs() argument 664 Value *Acc = R.getAccumulator(); InsertParallelMACs() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaPPC.cpp | 246 CUSTOM_BUILTIN(Name,Intr,Types,Acc,Feature) CheckPPCBuiltinFunctionCall() argument
|
/llvm-project/polly/lib/Support/ |
H A D | VirtualInstruction.cpp | 320 auto *Acc = WorklistAccs.pop_back_val(); in walkReachable() local [all...] |
/llvm-project/llvm/tools/llvm-rc/ |
H A D | ResourceScriptStmt.cpp | 49 for (const auto &Acc : Accelerators) { in log() local
|
H A D | ResourceFileWriter.cpp | 702 for (auto &Acc : Res->Accelerators) { in writeAcceleratorsBody() local
|
/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 67 round(uint64_t Acc,uint64_t Input) round() argument 74 mergeRound(uint64_t Acc,uint64_t Val) mergeRound() argument [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 600 const MemorySSA::AccessList *Acc = MSSA->getBlockAccesses(BB); cloneUsesAndDefs() local 1360 if (MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB)) removeBlocks() local 1367 MemorySSA::AccessList *Acc = MSSA->getWritableBlockAccesses(BB); removeBlocks() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonStoreWidening.cpp |
|
H A D | HexagonConstExtenders.cpp | 1380 __anon2d0f1e950402(unsigned Acc, const RangeTree::Node *N) assignInits() argument
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 243 createTileDPLoops(BasicBlock * Start,BasicBlock * End,IRBuilderBase & B,Value * Row,Value * Col,Value * K,Value * Acc,Value * LHS,Value * RHS) createTileDPLoops() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1173 __anonc753f93a0702(MemoryAccess *Acc) isWriteAtEndOfFunction() argument 1509 __anonc753f93a0902(MemoryAccess *Acc) getDomMemoryDef() argument
|
H A D | GVNHoist.cpp | 588 if (!Acc) in hasMemoryUse() local
|
H A D | MemCpyOptimizer.cpp | 327 __anon735ba0f40502(const MemoryAccess &Acc) writtenBetween() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Attributor.cpp | 442 if ((IsLoad && !Acc.isWriteOrAssumption()) || (!IsLoad && !Acc.isRead())) in getPotentialCopiesOfMemoryValue() argument 466 __anon2be7d0e80602(const AAPointerInfo::Access &Acc, bool IsExact) getPotentialCopiesOfMemoryValue() argument 3798 operator <<(raw_ostream & OS,const AAPointerInfo::Access & Acc) operator <<() argument [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpenCLBuiltinEmitter.cpp | 1020 StringRef Acc = Type->getValueAsString("AccessQualifier"); getTypeString() local
|
H A D | SveEmitter.cpp | 1194 TypeSpec Acc; createIntrinsic() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 2437 if (MemoryAccess *Acc = IncomingStmt->lookupPHIWriteOf(PHI)) { in ensurePHIWrite() local 2443 MemoryAccess *Acc = addMemoryAccess( in ensurePHIWrite() local 3271 MemAccInst Acc(MA->getAccessInstruction()); buildAliasGroupsForAccesses() local [all...] |
H A D | ScopDetection.cpp | 994 MemAcc *Acc = &TempMemoryAccesses.find(Insn)->second; computeAccessFunctions() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 418 CreateFAddReduce(Value * Acc,Value * Src) CreateFAddReduce() argument 426 CreateFMulReduce(Value * Acc,Value * Src) CreateFMulReduce() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAttributor.cpp | 661 __anon348b36540502(const AAPointerInfo::Access &Acc, bool IsExact) funcRetrievesImplicitKernelArg() argument
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | ScalarEvolutionTest.cpp | 295 SmallVector<Instruction*, 8> Muls(8), Acc(8), NextAcc(8); in TEST_F() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1054 getOrderedReduction(IRBuilderBase & Builder,Value * Acc,Value * Src,unsigned Op,RecurKind RdxKind) getOrderedReduction() argument
|