Searched defs:Level (Results 51 - 58 of 58) sorted by relevance

123

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp170 for (unsigned Level = 1; Level <= D->getLevels(); Level++) {
171 if (D->isSplitable(Level)) {
172 OS << "da analyze - split level = " << Level; local
173 OS << ", iteration = " << *DA->getSplitIteration(*D, Level);
242 unsigned FullDependence::getDirection(unsigned Level) const {
243 assert(0 < Level && Level <= Levels && "Level ou
775 unsigned Level = LoopNest->getLoopDepth(); local
1026 strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1165 weakCrossingSIVtest(const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint, const SCEV *&SplitIter) const argument
1387 exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1599 weakZeroSrcSIVtest(const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
1710 weakZeroDstSIVtest(const SCEV *SrcCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *CurLoop, unsigned Level, FullDependence &Result, Constraint &NewConstraint) const argument
2057 testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, FullDependence &Result, Constraint &NewConstraint, const SCEV *&SplitIter) const argument
2405 unsigned Level = mapSrcLoop(CurLoop); local
2532 exploreDirections(unsigned Level, CoefficientInfo *A, CoefficientInfo *B, BoundInfo *Bound, const SmallBitVector &Loops, unsigned &DepthExpanded, const SCEV *Delta) const argument
2633 testBounds(unsigned char DirKind, unsigned Level, BoundInfo *Bound, const SCEV *Delta) const argument
3143 updateDirection(Dependence::DVEntry &Level, const Constraint &CurConstraint ) const argument
3524 unsigned Level; local
3572 unsigned Level; local
3868 unsigned Level; local
3907 unsigned Level; local
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp324 typedef DiagnosticsEngine::Level Level; typedef
334 Level CurLevel = Diags.getDiagnosticLevel(DiagID, SourceLocation());
337 Level StoredLevel =
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp89 CombineLevel Level; member in class:__anon10476::DAGCombiner
90 CodeGenOpt::Level OptLevel;
406 DAGCombiner(SelectionDAG &D, AliasAnalysis &A, CodeGenOpt::Level OL)
407 : DAG(D), TLI(D.getTargetLoweringInfo()), Level(BeforeLegalizeTypes),
1192 Level = AtLevel;
1193 LegalOperations = Level >= AfterLegalizeVectorOps;
1194 LegalTypes = Level >= AfterLegalizeTypes;
1230 if (Level == AfterLegalizeDAG) {
1402 DagCombineInfo(DAG, Level, false, this);
2607 Level
13446 Combine(CombineLevel Level, AliasAnalysis &AA, CodeGenOpt::Level OptLevel) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1212 GLuint Level; /**< Which mipmap level am I? */ member in struct:gl_texture_image
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-classic-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/classic/ ...
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1649 milliseconds

123