Home
last modified time | relevance | path

Searched defs:UF (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/Layout/
H A Dms-x86-member-pointers.cpp15 struct UF { char a; int (U::*mp)(); }; argument
/llvm-project/clang/tools/libclang/
H A DCXString.h102 static inline StringRef getContents(const CXUnsavedFile &UF) { in getContents()
H A DCIndexer.cpp219 for (const auto &UF : llvm::enumerate(UnsavedFiles)) { local
H A DCIndexCodeCompletion.cpp728 for (auto &UF : unsaved_files) { in clang_codeCompleteAt_Impl() local
H A DIndexing.cpp536 for (auto &UF : unsaved_files) { clang_indexSourceFile_Impl() local
H A DCIndex.cpp4112 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 Deasily-swappable-parameters-implicits.c58 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 Deasily-swappable-parameters-implicits.cpp100 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 DHexagonCommonGEP.cpp761 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 DVPlanRecipes.cpp1895 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 DVPlan.cpp219 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 DVPlan.h250 unsigned UF; global() member
3270 hasUF(unsigned UF) hasUF() argument
3272 setUF(unsigned UF) setUF() argument
[all...]
H A DLoopVectorize.cpp698 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 DLoopUtils.cpp1617 setProfileInfoAfterUnrolling(Loop * OrigLoop,Loop * UnrolledLoop,Loop * RemainderLoop,uint64_t UF) setProfileInfoAfterUnrolling() argument