Home
last modified time | relevance | path

Searched defs:AC (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/external/llvm/lib/Transforms/Utils/
DMem2Reg.cpp31 AssumptionCache &AC) { in promoteMemoryToRegister()
58 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
81 AssumptionCache &AC = in runOnFunction() local
DSimplifyInstructions.cpp38 AssumptionCache *AC) { in runImpl()
107 AssumptionCache *AC = in runOnFunction() local
132 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
89 AssumptionCache &AC = in runOnFunction() local
DAssumeBundleBuilder.cpp107 AssumptionCache* AC = nullptr; member
289 void llvm::salvageKnowledge(Instruction *I, AssumptionCache *AC, in salvageKnowledge()
306 AssumptionCache &AC; member
510 bool simplifyAssumes(Function &F, AssumptionCache *AC, DominatorTree *DT) { in simplifyAssumes()
551 AssumptionCache &AC = in runOnFunction() local
580 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
596 AssumptionCache &AC = in runOnFunction() local
DLoopSimplify.cpp183 AssumptionCache *AC) { in findPHIToPartitionLoops()
227 AssumptionCache *AC, MemorySSAUpdater *MSSAU) { in separateNestedLoop()
493 ScalarEvolution *SE, AssumptionCache *AC, in simplifyOneLoop()
729 ScalarEvolution *SE, AssumptionCache *AC, in simplifyLoop()
822 AssumptionCache *AC = in runOnFunction() local
856 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DMem2Reg.cpp36 AssumptionCache &AC) { in promoteMemoryToRegister()
63 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
89 AssumptionCache &AC = in runOnFunction() local
/external/libcxx/test/std/utilities/memory/default.allocator/
Dallocator.ctor.pass.cpp32 typedef std::allocator<char> AC; in main() typedef
41 typedef std::allocator<const char> AC; in main() typedef
/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp132 AssumptionCache *AC, in iterativelySimplifyCFG()
159 AssumptionCache *AC, int BonusInstThreshold) { in simplifyFunctionCFG()
192 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
217 AssumptionCache *AC = in runOnFunction() local
/external/llvm-project/libcxx/test/std/utilities/memory/default.allocator/
Dallocator.ctor.pass.cpp31 typedef std::allocator<char> AC; in main() typedef
40 typedef std::allocator<const char> AC; in main() typedef
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFlatten.cpp429 DominatorTree *DT, AssumptionCache *AC) { in checkOverflow()
469 AssumptionCache *AC, const TargetTransformInfo *TTI) { in CanFlattenLoopPair()
513 AssumptionCache *AC, in DoFlattenLoopPair()
576 AssumptionCache *AC, const TargetTransformInfo *TTI) { in CanWidenIV()
626 AssumptionCache *AC, in FlattenLoopPair()
660 AssumptionCache *AC, TargetTransformInfo *TTI) { in Flatten()
677 auto *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
726 auto *AC = &getAnalysis<AssumptionCacheTracker>().getAssumptionCache(F); in runOnFunction() local
DInstSimplifyPass.cpp107 AssumptionCache *AC = in runOnFunction() local
137 auto &AC = AM.getResult<AssumptionAnalysis>(F); in run() local
/external/llvm/include/llvm/Analysis/
DDemandedBits.h41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
54 AssumptionCache &AC; variable
DPHITransAddr.h47 AssumptionCache *AC; variable
53 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
72 AssumptionCache &AC; variable
DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/external/llvm-project/llvm/include/llvm/Analysis/
DDemandedBits.h42 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) : in DemandedBits()
86 AssumptionCache &AC; variable
DPHITransAddr.h46 AssumptionCache *AC; variable
52 PHITransAddr(Value *addr, const DataLayout &DL, AssumptionCache *AC) in PHITransAddr()
/external/llvm-project/llvm/unittests/Analysis/
DValueTrackingTest.cpp851 AssumptionCache AC(*F); in TEST_F() local
971 AssumptionCache AC(*F); in TEST_F() local
1151 AssumptionCache AC(*F); in TEST_F() local
1170 AssumptionCache AC(*F); in TEST_F() local
1188 AssumptionCache AC(*F); in TEST_F() local
1204 AssumptionCache AC(*F); in TEST_F() local
1233 AssumptionCache AC(*F); in TEST_F() local
1260 AssumptionCache AC(*F); in TEST_F() local
1293 AssumptionCache AC(*F); in TEST_F() local
1582 AssumptionCache AC(*F); in TEST_F() local
[all …]
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp53 AssumptionCache *AC; member
584 const DominatorTree *DT, AssumptionCache *AC, in SimplifyAddInst()
779 const DominatorTree *DT, AssumptionCache *AC, in SimplifySubInst()
948 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFAddInst()
957 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFSubInst()
966 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFMulInst()
974 const DominatorTree *DT, AssumptionCache *AC, in SimplifyMulInst()
1075 const DominatorTree *DT, AssumptionCache *AC, in SimplifySDivInst()
1093 const DominatorTree *DT, AssumptionCache *AC, in SimplifyUDivInst()
1136 const DominatorTree *DT, AssumptionCache *AC, in SimplifyFDivInst()
[all …]
DCodeMetrics.cpp65 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
87 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp64 LoopDataPrefetch(AssumptionCache *AC, LoopInfo *LI, ScalarEvolution *SE, in LoopDataPrefetch()
96 AssumptionCache *AC; member in __anoncf1c8e5c0111::LoopDataPrefetch
161 AssumptionCache *AC = &AM.getResult<AssumptionAnalysis>(F); in run() local
185 AssumptionCache *AC = in runOnFunction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h143 AssumptionCache *AC; variable
146 InstCombineIRInserter(InstCombineWorklist &WL, AssumptionCache *AC) in InstCombineIRInserter()
187 AssumptionCache *AC; variable
201 AssumptionCache *AC, TargetLibraryInfo *TLI, in InstCombiner()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DLoopRotationUtilsTest.cpp79 AssumptionCache AC(*F); in TEST() local
150 AssumptionCache AC(*F); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp71 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
95 const Function *F, AssumptionCache *AC, in collectEphemeralValues()
/external/llvm-project/llvm/lib/Analysis/
DCodeMetrics.cpp70 const Loop *L, AssumptionCache *AC, in collectEphemeralValues()
94 const Function *F, AssumptionCache *AC, in collectEphemeralValues()

12345678910>>...13