Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp648 for (const Module *Affecting : M->AffectingClangModules) { in addAffectingClangModule() local
649 assert(Affecting == Affecting->getTopLevelModule() && in addAffectingClangModule()
651 if (Affecting != M->getTopLevelModule() && in addAffectingClangModule()
652 !MDC.isPrebuiltModule(Affecting)) { in addAffectingClangModule()
653 if (auto ImportID = handleTopLevelModule(Affecting)) in addAffectingClangModule()
654 if (AddedModules.insert(Affecting).second) in addAffectingClangModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h718 enum { Import, Export, Conflict, Affecting } Kind; enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleZnver3.td620 …ULX32, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
624 …ULX64, [Zn3Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
H A DX86ScheduleZnver4.td634 …ULX32, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
638 …ULX64, [Zn4Multiplier], 3, [1], 2>; // Integer 32-bit Unsigned Multiply Without Affecting Flags.
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4600 case UnresolvedModuleRef::Affecting: in ReadAST()
5948 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()