Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp724 for (const Module *Affecting : M->AffectingClangModules) { in addAffectingClangModule() local
725 assert(Affecting == Affecting->getTopLevelModule() && in addAffectingClangModule()
727 if (Affecting != M->getTopLevelModule() && in addAffectingClangModule()
728 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule()
729 if (auto ImportID = handleTopLevelModule(Affecting)) in addAffectingClangModule()
730 if (AddedModules.insert(Affecting).second) in addAffectingClangModule()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver3.td617 …ULX32, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
621 …ULX64, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
H A DX86ScheduleZnver4.td628 …ULX32, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
632 …ULX64, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h711 enum { Import, Export, Conflict, Affecting } Kind; enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4609 case UnresolvedModuleRef::Affecting: in ReadAST()
5954 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()