Home
last modified time | relevance | path

Searched defs:SE (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DAlignmentFromAssumptions.h35 ScalarEvolution *SE = nullptr; member
H A DNaryReassociate.h170 ScalarEvolution *SE; member in llvm::NaryReassociatePass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp96 normalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) normalizeForPostIncUse() argument
105 normalizeForPostIncUseIf(const SCEV *S, NormalizePredTy Pred, ScalarEvolution &SE) normalizeForPostIncUseIf() argument
110 denormalizeForPostIncUse(const SCEV *S, const PostIncLoopSet &Loops, ScalarEvolution &SE) denormalizeForPostIncUse() argument
[all...]
H A DDelinearization.cpp44 ScalarEvolution *SE; member in __anon23902::Delinearization
H A DIVUsers.cpp60 isInteresting(const SCEV *S, const Instruction *I, const Loop *L, ScalarEvolution *SE, LoopInfo *LI) isInteresting() argument
305 IVUsers(Loop *L, AssumptionCache *AC, LoopInfo *LI, DominatorTree *DT, ScalarEvolution *SE) IVUsers() argument
371 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); runOnLoop() local
[all...]
H A DLoads.cpp197 isDereferenceableAndAlignedInLoop(LoadInst *LI, Loop *L, ScalarEvolution &SE, DominatorTree &DT) isDereferenceableAndAlignedInLoop() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h81 ScalarEvolution &SE; member in llvm::UnrolledInstAnalyzer
48 UnrolledInstAnalyzer(unsigned Iteration, DenseMap<Value *, Constant *> &SimplifiedValues, ScalarEvolution &SE, const Loop *L) UnrolledInstAnalyzer() argument
H A DScalarEvolutionAliasAnalysis.h27 ScalarEvolution &SE; member in llvm::SCEVAAResult
30 explicit SCEVAAResult(ScalarEvolution &SE) : AAResultBase(), SE(SE) {} in SCEVAAResult() argument
H A DLoopAnalysisManager.h58 ScalarEvolution &SE; member
H A DIVUsers.h99 ScalarEvolution *SE; member in llvm::IVUsers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DLoopVersioning.h147 ScalarEvolution *SE; member in llvm::LoopVersioning
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h133 ScalarEvolution *SE; member
/third_party/icu/tools/colprobe/
H A Dstrengthprobe.h37 UChar SE; member in StrengthProbe
H A Dstrengthprobe.cpp29 StrengthProbe::StrengthProbe(CompareFn comparer, GetSortKeyFn getter, UChar SE, in StrengthProbe() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp98 auto &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); variable
H A DLoopSink.cpp252 sinkLoopInvariantInstructions(Loop &L, AAResults &AA, LoopInfo &LI, DominatorTree &DT, BlockFrequencyInfo &BFI, ScalarEvolution *SE) sinkLoopInvariantInstructions() argument
H A DLoopDeletion.cpp43 static bool isLoopDead(Loop *L, ScalarEvolution &SE, in isLoopDead() argument
256 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); in runOnLoop() local
136 deleteLoopIfDead(Loop *L, DominatorTree &DT, ScalarEvolution &SE, LoopInfo &LI) deleteLoopIfDead() argument
[all...]
H A DLoopVersioningLICM.cpp171 ScalarEvolution *SE = nullptr; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp144 void NVPTXTTIImpl::getUnrollingPreferences(Loop *L, ScalarEvolution &SE, in getUnrollingPreferences() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp57 getBoundsCheckCond(Value *Ptr, Value *InstVal, const DataLayout &DL, TargetLibraryInfo &TLI, ObjectSizeOffsetEvaluator &ObjSizeEval, BuilderTy &IRB, ScalarEvolution &SE) getBoundsCheckCond() argument
143 addBoundsChecking(Function &F, TargetLibraryInfo &TLI, ScalarEvolution &SE) addBoundsChecking() argument
211 auto &SE = AM.getResult<ScalarEvolutionAnalysis>(F); run() local
229 auto &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); global() variable
[all...]
/third_party/curl/tests/
H A Dnegtelnetserver.py282 SE = 240 variable in NegTokens
/third_party/ffmpeg/libavfilter/
H A Dvsrc_life.c299 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator
/third_party/libinput/test/
H A Dtest-gestures.c34 N, NE, E, SE, S, SW, W, NW, NCARDINALS enumerator
/third_party/libphonenumber/cpp/test/phonenumbers/
H A Dtest_util.h172 static const char* SE() { in SE() function in i18n::phonenumbers::RegionCode
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java56 static final String SE = "SE"; field in RegionCode

Completed in 38 milliseconds

12345