Home
last modified time | relevance | path

Searched refs:Restriction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp383 if (Module *Restriction = Exports[I].getPointer()) in getExportedModules() local
384 WildcardRestrictions.push_back(Restriction); in getExportedModules()
402 Module *Restriction = WildcardRestrictions[R]; in getExportedModules() local
403 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) { in getExportedModules()
545 if (Module *Restriction = Exports[I].getPointer()) { in print() local
546 OS << Restriction->getFullModuleName(true); in print()
/llvm-project-15.0.7/llvm/lib/Support/
H A DARMTargetParser.cpp222 FPUNames[FPUKind].Restriction <= Info.MaxRestriction) in getFPUFeatures()
382 return FPUNames[FPUKind].Restriction; in getFPURestriction()
497 if (InputFPU.Restriction != ARM::FPURestriction::SP_D16) in findDoublePrecisionFPU()
506 CandidateFPU.Restriction == ARM::FPURestriction::D16) { in findDoublePrecisionFPU()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DARMTargetParser.h182 FPURestriction Restriction; member
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVAffinator.cpp106 auto *Restriction = BB ? NegDom : isl_set_params(NegDom); in takeNonNegativeAssumption() local
108 recordAssumption(RecordedAssumptions, UNSIGNED, isl::manage(Restriction), DL, in takeNonNegativeAssumption()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td562 // Armv8.5-A Prediction Restriction by Context instruction options: