Home
last modified time | relevance | path

Searched refs:AAResults (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp64 AAResults::AAResults(AAResults &&Arg) in AAResults() function in AAResults
70 AAResults::~AAResults() { in ~AAResults()
81 bool AAResults::invalidate(Function &F, const PreservedAnalyses &PA, in invalidate()
105 AliasResult AAResults::alias(const MemoryLocation &LocA, in alias()
111 AliasResult AAResults::alias(const MemoryLocation &LocA, in alias()
121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory()
136 ModRefInfo AAResults::getArgModRefInfo(const CallBase *Call, unsigned ArgIdx) { in getArgModRefInfo()
150 ModRefInfo AAResults::getModRefInfo(Instruction *I, const CallBase *Call2) { in getModRefInfo()
155 ModRefInfo AAResults::getModRefInfo(Instruction *I, const CallBase *Call2, in getModRefInfo()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysis.h311 class AAResults {
315 AAResults(const TargetLibraryInfo &TLI) : TLI(TLI) {} in AAResults() function
316 AAResults(AAResults &&Arg);
317 ~AAResults();
778 AAResults &AA;
782 BatchAAResults(AAResults &AAR) : AA(AAR), AAQI() {} in BatchAAResults()
812 using AliasAnalysis = AAResults;
823 class AAResults::Concept {
829 virtual void setAAResults(AAResults *NewAAR) = 0;
887 template <typename AAResultT> class AAResults::Model final : public Concept {
[all …]
DAliasAnalysisEvaluator.h31 class AAResults; variable
65 void runInternal(Function &F, AAResults &AA);
DBasicAliasAnalysis.h264 Optional<AAResults> AAR;
268 AAResults &operator()(Function &F) { in operator()
DLoopAnalysisManager.h54 AAResults &AA;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp38 void elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA);
40 bool processCoroId(CoroIdInst *, AAResults &AA, DominatorTree &DT);
69 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
79 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
109 void Lowerer::elideHeapAllocations(Function *F, Type *FrameTy, AAResults &AA) { in elideHeapAllocations()
191 bool Lowerer::processCoroId(CoroIdInst *CoroId, AAResults &AA, in processCoroId()
317 AAResults &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp107 AAResults *AA;
113 AAResults *AA);
131 AAResults *AA) in DefaultVLIWScheduler()
149 MachineLoopInfo &mli, AAResults *aa) in VLIWPacketizerList()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionAttrs.h24 class AAResults; variable
39 MemoryAccessKind computeFunctionBodyMemoryAccess(Function &F, AAResults &AAR);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h37 class AAResults; variable
177 AAResults *AAForDep = nullptr;
310 void buildSchedGraph(AAResults *AA,
DDFAPacketizer.h116 AAResults *AA;
130 AAResults *AA);
DSelectionDAGISel.h25 class AAResults; variable
57 AAResults *AA;
DTargetInstrInfo.h42 class AAResults; variable
117 AAResults *AA = nullptr) const {
133 AAResults *AA) const { in isReallyTriviallyReMaterializable()
176 AAResults *AA) const;
DMachineInstr.h39 class AAResults; variable
1440 bool isSafeToMove(AAResults *AA, bool &SawStore) const;
1452 bool mayAlias(AAResults *AA, const MachineInstr &Other, bool UseTBAA) const;
1467 bool isDereferenceableInvariantLoad(AAResults *AA) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSink.cpp141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction()
200 AAResults &AA) { in ProcessBlock()
240 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
DLoopSink.cpp252 static bool sinkLoopInvariantInstructions(Loop &L, AAResults &AA, LoopInfo &LI, in sinkLoopInvariantInstructions()
320 AAResults &AA = FAM.getResult<AAManager>(F); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h29 class AAResults; variable
97 void BuildSchedGraph(AAResults *AA);
DScheduleDAGVLIW.cpp67 AAResults *AA;
70 ScheduleDAGVLIW(MachineFunction &mf, AAResults *aa, in ScheduleDAGVLIW()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCloning.h233 AAResults *CalleeAAR = nullptr,
236 AAResults *CalleeAAR = nullptr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.h47 AAResults *AA) const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DThinLTOBitcodeWriter.cpp202 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode()
449 function_ref<AAResults &(Function &)> AARGetter, in writeThinLTOBitcode()
544 [&FAM](Function &F) -> AAResults & { in run()
DArgumentPromotion.cpp571 static bool isSafeToPromoteArgument(Argument *Arg, Type *ByValTy, AAResults &AAR, in isSafeToPromoteArgument()
867 promoteArguments(Function *F, function_ref<AAResults &(Function &F)> AARGetter, in promoteArguments()
929 AAResults &AAR = AARGetter(*F); in promoteArguments()
1038 auto AARGetter = [&](Function &F) -> AAResults & { in run()
DFunctionAttrs.cpp110 AAResults &AAR, in checkFunctionMemoryAccess()
228 AAResults &AAR) { in computeFunctionBodyMemoryAccess()
241 AAResults &AAR = AARGetter(*F); in addReadAttrs()
1419 auto AARGetter = [&](Function &F) -> AAResults & { in run()
DInliner.cpp277 bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, in InlineCallIfPossible()
282 AAResults &AAR = AARGetter(*Callee); in InlineCallIfPossible()
534 function_ref<AAResults &(Function &)> AARGetter, in inlineCallsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAliasAnalysis.h107 [](Pass &P, Function &, AAResults &AAR) { in AMDGPUExternalAAWrapper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h72 AAResults *AA, const MachineBranchProbabilityInfo *MBPI,

12