Home
last modified time | relevance | path

Searched refs:MaxType (Results 1 – 25 of 97) sorted by relevance

1234

/dports/devel/kcachegrind/kcachegrind-21.12.3/libcore/
H A Dcontext.cpp29 _contexts = new ProfileContext[MaxType+1]; in context()
30 for(int i=0;i<=MaxType;i++) in context()
55 _typeName = new QString [MaxType+1]; in typeName()
57 for(int i=0;i<=MaxType;i++) in typeName()
89 if (t<0 || t> MaxType) t = MaxType; in typeName()
99 for (int i=0; i<MaxType;i++) { in type()
111 _i18nTypeName = new QString [MaxType+1]; in i18nTypeName()
112 for(int i=0;i<=MaxType;i++) in i18nTypeName()
115 if (t<0 || t> MaxType) t = MaxType; in i18nTypeName()
125 for (int i=0; i<MaxType;i++) { in i18nType()
H A Dcontext.h42 MaxType }; enumerator
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
350 Type *MaxType; in createOpBin() local
386 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
392 if (MaxType != RHS->getType()) in createOpBin()
395 if (MaxType != LHS->getType()) in createOpBin()
459 Type *MaxType = getType(Expr); in createOpSelect() local
468 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
469 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
448 if (MaxType != ValueLB->getType()) in createForVector()
516 Type *MaxType; in createForSequential() local
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
622 Type *MaxType; in createForParallel() local
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
355 Type *MaxType; in createOpBin() local
391 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
397 if (MaxType != RHS->getType()) in createOpBin()
400 if (MaxType != LHS->getType()) in createOpBin()
464 Type *MaxType = getType(Expr); in createOpSelect() local
473 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
474 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp491 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
492 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
494 if (MaxType != ValueLB->getType()) in createForVector()
564 Type *MaxType; in createForSequential() local
590 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
591 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
592 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
670 Type *MaxType; in createForParallel() local
701 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
702 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
352 Type *MaxType; in createOpBin() local
388 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
394 if (MaxType != RHS->getType()) in createOpBin()
397 if (MaxType != LHS->getType()) in createOpBin()
461 Type *MaxType = getType(Expr); in createOpSelect() local
470 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
471 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
448 if (MaxType != ValueLB->getType()) in createForVector()
516 Type *MaxType; in createForSequential() local
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
622 Type *MaxType; in createForParallel() local
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
352 Type *MaxType; in createOpBin() local
388 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
394 if (MaxType != RHS->getType()) in createOpBin()
397 if (MaxType != LHS->getType()) in createOpBin()
461 Type *MaxType = getType(Expr); in createOpSelect() local
470 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
471 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
448 if (MaxType != ValueLB->getType()) in createForVector()
516 Type *MaxType; in createForSequential() local
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
622 Type *MaxType; in createForParallel() local
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
355 Type *MaxType; in createOpBin() local
391 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
397 if (MaxType != RHS->getType()) in createOpBin()
400 if (MaxType != LHS->getType()) in createOpBin()
464 Type *MaxType = getType(Expr); in createOpSelect() local
473 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
474 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp464 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
465 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
467 if (MaxType != ValueLB->getType()) in createForVector()
534 Type *MaxType; in createForSequential() local
560 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
561 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
562 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
640 Type *MaxType; in createForParallel() local
670 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
671 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
352 Type *MaxType; in createOpBin() local
388 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
394 if (MaxType != RHS->getType()) in createOpBin()
397 if (MaxType != LHS->getType()) in createOpBin()
461 Type *MaxType = getType(Expr); in createOpSelect() local
470 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
471 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
448 if (MaxType != ValueLB->getType()) in createForVector()
516 Type *MaxType; in createForSequential() local
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
622 Type *MaxType; in createForParallel() local
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
350 Type *MaxType; in createOpBin() local
386 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
392 if (MaxType != RHS->getType()) in createOpBin()
395 if (MaxType != LHS->getType()) in createOpBin()
459 Type *MaxType = getType(Expr); in createOpSelect() local
468 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
469 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp445 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
446 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
448 if (MaxType != ValueLB->getType()) in createForVector()
516 Type *MaxType; in createForSequential() local
542 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
543 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
544 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
622 Type *MaxType; in createForParallel() local
652 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
653 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
355 Type *MaxType; in createOpBin() local
391 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
397 if (MaxType != RHS->getType()) in createOpBin()
400 if (MaxType != LHS->getType()) in createOpBin()
464 Type *MaxType = getType(Expr); in createOpSelect() local
473 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
474 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp464 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
465 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
467 if (MaxType != ValueLB->getType()) in createForVector()
534 Type *MaxType; in createForSequential() local
560 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
561 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
562 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
640 Type *MaxType; in createForParallel() local
670 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
671 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/CodeGen/
H A DIslExprBuilder.cpp178 Type *MaxType = getType(Expr); in createOpUnary() local
183 MaxType = getWidestType(MaxType, V->getType()); in createOpUnary()
185 if (MaxType != V->getType()) in createOpUnary()
355 Type *MaxType; in createOpBin() local
391 MaxType = getWidestType(MaxType, getType(Expr)); in createOpBin()
397 if (MaxType != RHS->getType()) in createOpBin()
400 if (MaxType != LHS->getType()) in createOpBin()
464 Type *MaxType = getType(Expr); in createOpSelect() local
473 MaxType = getWidestType(MaxType, LHS->getType()); in createOpSelect()
474 MaxType = getWidestType(MaxType, RHS->getType()); in createOpSelect()
[all …]
H A DIslNodeBuilder.cpp464 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForVector()
465 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForVector()
467 if (MaxType != ValueLB->getType()) in createForVector()
534 Type *MaxType; in createForSequential() local
560 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForSequential()
561 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForSequential()
562 MaxType = ExprBuilder.getWidestType(MaxType, ValueInc->getType()); in createForSequential()
640 Type *MaxType; in createForParallel() local
670 MaxType = ExprBuilder.getWidestType(MaxType, ValueLB->getType()); in createForParallel()
671 MaxType = ExprBuilder.getWidestType(MaxType, ValueUB->getType()); in createForParallel()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/DuetPkg/FSVariable/
H A DFSVariable.h77 MaxType enumerator
94 EFI_EVENT_NOTIFY GoVirtualChildEvent[MaxType];
95 VARIABLE_STORAGE *VariableStore[MaxType]; // Instance of VariableStorage
96 VOID *VariableBase[MaxType]; // Start address of variable storage
97 …UINTN LastVariableOffset[MaxType]; // The position to write new variable to (index …
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/Expressions/
H A DRangeExpression.cs34 public RangeType MaxType { property in System.Web.UI.WebControls.Expressions.RangeExpression
61 if (MinType == RangeType.None && MaxType == RangeType.None) { in GetQueryable()
78 if (MaxType != RangeType.None) { in GetQueryable()
85 maxExpression = GetMaxRangeExpression(properyExpression, maxValue, MaxType); in GetQueryable()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/MathematicalMorphology/test/
H A DitkValuedRegionalMinimaImageFilterTest.cxx112 using MaxType = itk::MaximumImageFilter< ImageType, ImageType, ImageType >; in itkValuedRegionalMinimaImageFilterTest() typedef
113 MaxType::Pointer max = MaxType::New(); in itkValuedRegionalMinimaImageFilterTest()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Denrol.cc97 INT i, j, type, type2, part, obj, MaxDepth, NeighborhoodDepth, MaxType; in CreateFormat() local
263 MaxType = 0; in CreateFormat()
270 MaxType = MAX(MaxType,po2t[i][j]); in CreateFormat()
272 FMT_MAX_TYPE(fmt) = MaxType; in CreateFormat()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/taglibmetadata/taglibext/dsf/
H A Ddsfheader.h97 MaxType = 8 enumerator

1234