Searched refs:Affecting (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.cpp | 724 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 D | X86ScheduleZnver3.td | 617 …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 D | X86ScheduleZnver4.td | 628 …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 D | ASTReader.h | 711 enum { Import, Export, Conflict, Affecting } Kind; enumerator
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 4609 case UnresolvedModuleRef::Affecting: in ReadAST() 5954 Unresolved.Kind = UnresolvedModuleRef::Affecting; in ReadSubmoduleBlock()
|