Searched refs:IsKnown (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/bearssl/T0/ |
| H A D | SType.cs | 35 internal bool IsKnown { property 96 if (!IsKnown) { in ToString() 115 if (!IsKnown || !s.IsKnown) { in IsSubOf()
|
| H A D | WordInterpreted.cs | 179 if (!se.IsKnown) { in AnalyseFlow() 254 if (StackEffect.IsKnown) { in AnalyseFlow()
|
| H A D | Word.cs | 153 if (!se.IsKnown) {
|
| H A D | T0Comp.cs | 457 if (!stackEffect.IsKnown) { in T0Comp() 1120 if (stackEffect.IsKnown) { in ParseCCode() 1146 if (stackEffect.IsKnown) { in ParseCCodeNF() 1151 if (!stackEffect.IsKnown) { in ParseCCodeNF()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 380 bool IsKnown; in clampReturnedValueStates() local 460 bool IsKnown; in clampCallSiteArgumentStates() local 509 bool IsKnown; in getArgumentStateFromCallBaseContext() local 2051 bool IsKnown; in initialize() local 2176 bool IsKnown; in initialize() local 2202 bool IsKnown; in updateImpl() local 2249 bool IsKnown; in initialize() local 2306 bool IsKnown; in updateImpl() local 2371 bool IsKnown; in updateImpl() local 5901 bool IsKnown; in updateImpl() local [all …]
|
| H A D | Attributor.cpp | 611 bool RequireReadNone, bool &IsKnown) { in isAssumedReadOnlyOrReadNone() argument 614 A, &QueryingAA, IRP, DepClassTy::OPTIONAL, IsKnown, in isAssumedReadOnlyOrReadNone() 618 A, &QueryingAA, IRP, DepClassTy::OPTIONAL, IsKnown, in isAssumedReadOnlyOrReadNone() 627 IsKnown = MemLocAA->isKnownReadNone(); in isAssumedReadOnlyOrReadNone() 628 if (!IsKnown) in isAssumedReadOnlyOrReadNone() 639 IsKnown = RequireReadNone ? MemBehaviorAA->isKnownReadNone() in isAssumedReadOnlyOrReadNone() 641 if (!IsKnown) in isAssumedReadOnlyOrReadNone() 652 /* RequireReadNone */ false, IsKnown); in isAssumedReadOnly() 657 /* RequireReadNone */ true, IsKnown); in isAssumedReadNone() 3339 bool IsKnown; in checkAndQueryIRAttr() local [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsABIInfo.h | 39 bool IsKnown() const { return ThisABI != ABI::Unknown; } in IsKnown() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 365 const AbstractAttribute &QueryingAA, bool &IsKnown); 370 const AbstractAttribute &QueryingAA, bool &IsKnown); 6436 const IRPosition &IRP, DepClassTy DepClass, bool &IsKnown, 6439 IsKnown = false; 6444 return IsKnown = true; \ 6452 IsKnown = AA->isKnown(__VA_ARGS__); \
|