/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 64 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/ |
D | AliasAnalysis.h | 311 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 …]
|
D | AliasAnalysisEvaluator.h | 31 class AAResults; variable 65 void runInternal(Function &F, AAResults &AA);
|
D | BasicAliasAnalysis.h | 264 Optional<AAResults> AAR; 268 AAResults &operator()(Function &F) { in operator()
|
D | LoopAnalysisManager.h | 54 AAResults &AA;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 38 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/ |
D | DFAPacketizer.cpp | 107 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/ |
D | FunctionAttrs.h | 24 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/ |
D | ScheduleDAGInstrs.h | 37 class AAResults; variable 177 AAResults *AAForDep = nullptr; 310 void buildSchedGraph(AAResults *AA,
|
D | DFAPacketizer.h | 116 AAResults *AA; 130 AAResults *AA);
|
D | SelectionDAGISel.h | 25 class AAResults; variable 57 AAResults *AA;
|
D | TargetInstrInfo.h | 42 class AAResults; variable 117 AAResults *AA = nullptr) const { 133 AAResults *AA) const { in isReallyTriviallyReMaterializable() 176 AAResults *AA) const;
|
D | MachineInstr.h | 39 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/ |
D | Sink.cpp | 141 DominatorTree &DT, LoopInfo &LI, AAResults &AA) { in SinkInstruction() 200 AAResults &AA) { in ProcessBlock() 240 LoopInfo &LI, AAResults &AA) { in iterativelySinkInstructions()
|
D | LoopSink.cpp | 252 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/ |
D | ScheduleDAGSDNodes.h | 29 class AAResults; variable 97 void BuildSchedGraph(AAResults *AA);
|
D | ScheduleDAGVLIW.cpp | 67 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/ |
D | Cloning.h | 233 AAResults *CalleeAAR = nullptr, 236 AAResults *CalleeAAR = nullptr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.h | 47 AAResults *AA) const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ThinLTOBitcodeWriter.cpp | 202 function_ref<AAResults &(Function &)> AARGetter, Module &M) { in splitAndWriteThinLTOBitcode() 449 function_ref<AAResults &(Function &)> AARGetter, in writeThinLTOBitcode() 544 [&FAM](Function &F) -> AAResults & { in run()
|
D | ArgumentPromotion.cpp | 571 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()
|
D | FunctionAttrs.cpp | 110 AAResults &AAR, in checkFunctionMemoryAccess() 228 AAResults &AAR) { in computeFunctionBodyMemoryAccess() 241 AAResults &AAR = AARGetter(*F); in addReadAttrs() 1419 auto AARGetter = [&](Function &F) -> AAResults & { in run()
|
D | Inliner.cpp | 277 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/ |
D | AMDGPUAliasAnalysis.h | 107 [](Pass &P, Function &, AAResults &AAR) { in AMDGPUExternalAAWrapper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.h | 72 AAResults *AA, const MachineBranchProbabilityInfo *MBPI,
|