/llvm-project/clang/test/Layout/ |
H A D | ms-x86-member-pointers.cpp | 15 struct UF { char a; int (U::*mp)(); }; argument
|
/llvm-project/clang/tools/libclang/ |
H A D | CXString.h | 102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents()
|
H A D | CIndexer.cpp | 219 for (const auto &UF : llvm::enumerate(UnsavedFiles)) { local
|
H A D | CIndexCodeCompletion.cpp | 728 for (auto &UF : unsaved_files) { in clang_codeCompleteAt_Impl() local
|
H A D | Indexing.cpp | 536 for (auto &UF : unsaved_files) { clang_indexSourceFile_Impl() local
|
H A D | CIndex.cpp | 4112 for (auto &UF : unsaved_files) { clang_parseTranslationUnit_Impl() local 4764 for (auto &UF : unsaved_files) { clang_reparseTranslationUnit_Impl() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-implicits.c | 58 void numericConversion5(int I, enum UnscopedFixed UF) { numericConversion5(UF, I); } in numericConversion5() 70 void numericConversion8(double D, enum UnscopedFixed UF) { numericConversion8(UF, D); } in numericConversion8()
|
H A D | easily-swappable-parameters-implicits.cpp | 100 void numericConversion5(int I, UnscopedFixed UF) {} // NO-WARN. in numericConversion5() 106 void numericConversion8(double D, UnscopedFixed UF) {} // NO-WARN. in numericConversion8()
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 761 assert(UF != Uses.end() && "Used node with no use information"); in recalculatePlacement() local 969 assert(UF != Uses.end()); in separateChainForNode() local 1005 assert(UF != Uses.end()); in separateConstantChains() local 1134 NodeToUsesMap::iterator UF = Uses.find(N); getAllUsersForNode() local 1218 NodeToUsesMap::iterator UF = Uses.find(Last); materialize() local [all...] |
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 1895 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) execute() local 1953 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) execute() local 1974 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { execute() local 2143 for (unsigned Part = 0, UF = State.UF; Part < UF; ++Part) { execute() local [all...] |
H A D | VPlan.cpp | 219 VPTransformState(ElementCount VF,unsigned UF,LoopInfo * LI,DominatorTree * DT,IRBuilderBase & Builder,InnerLoopVectorizer * ILV,VPlan * Plan,LLVMContext & Ctx) VPTransformState() argument 761 for (unsigned Part = 0, UF = State->UF; Part < UF; ++Part) { execute() local 1109 for (unsigned UF : drop_begin(UFs)) getName() local [all...] |
H A D | VPlan.h | 250 unsigned UF; global() member 3270 hasUF(unsigned UF) hasUF() argument 3272 setUF(unsigned UF) setUF() argument [all...] |
H A D | LoopVectorize.cpp | 698 unsigned UF; global() member in llvm::InnerLoopVectorizer 2357 isIndvarOverflowCheckKnownFalse(const LoopVectorizationCostModel * Cost,ElementCount VF,std::optional<unsigned> UF=std::nullopt) isIndvarOverflowCheckKnownFalse() argument [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 1617 setProfileInfoAfterUnrolling(Loop * OrigLoop,Loop * UnrolledLoop,Loop * RemainderLoop,uint64_t UF) setProfileInfoAfterUnrolling() argument
|