Searched refs:NewExts (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | HeaderSourceSwitch.cpp | 47 llvm::ArrayRef<llvm::StringRef> NewExts; in getCorrespondingHeaderOrSource() local 49 NewExts = HeaderExtensions; in getCorrespondingHeaderOrSource() 51 NewExts = SourceExtensions; in getCorrespondingHeaderOrSource() 57 for (llvm::StringRef NewExt : NewExts) { in getCorrespondingHeaderOrSource()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4170 SmallVector<Instruction *, 4> NewExts; in extLdPromotion() local 4175 &NewExts, nullptr, *TLI); in extLdPromotion() 4196 (void)extLdPromotion(TPT, LI, Inst, NewExts, TotalCreatedInstsCost); in extLdPromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5261 SmallVector<Instruction *, 4> NewExts; in tryToPromoteExts() local 5266 &NewExts, nullptr, *TLI); in tryToPromoteExts() 5293 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 5547 SmallVector<Instruction *, 4> NewExts; in tryToPromoteExts() local 5552 &NewExts, nullptr, *TLI); in tryToPromoteExts() 5579 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
|