Searched defs:IG (Results 1 – 12 of 12) sorted by relevance
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | IndexAction.cpp | 125 IncludeGraph &IG; member 207 IncludeGraph IG; member in clang::clangd::__anon056224cb0111::IndexAction
|
H A D | FileIndex.h | 194 IncludeGraph IG; global() member
|
H A D | Background.cpp | 315 [&](IncludeGraph IG) { Index.Sources = std::move(IG); }); in index() argument
|
H A D | FileIndex.cpp | 110 IncludeGraph IG; in getSubGraph() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | IndexActionTests.cpp | 70 std::map<std::string, const IncludeGraphNode &> toMap(const IncludeGraph &IG) { in toMap() 92 [&](IncludeGraph IG) { IndexFile.Sources = std::move(IG); }); in __anonc593db390502()
|
H A D | FileIndexTests.cpp | 647 IncludeGraph &IG = *IF.Sources; in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 511 fitsReadPortLimitations(const std::vector<MachineInstr * > & IG,const DenseMap<unsigned,unsigned> & PV,std::vector<BankSwizzle> & ValidSwizzle,bool isLastAluTrans) const fitsReadPortLimitations() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 1431 auto *IG = IAI.getInterleaveGroup(Inst); visitBlock() local [all...] |
H A D | VPlan.h | 2025 const InterleaveGroup<Instruction> *IG; global() variable 2036 VPInterleaveRecipe(const InterleaveGroup<Instruction> * IG,VPValue * Addr,ArrayRef<VPValue * > StoredValues,VPValue * Mask,bool NeedsMaskForGaps) VPInterleaveRecipe() argument
|
H A D | LoopVectorize.cpp | 8704 for (const auto *IG : InterleaveGroups) { tryToBuildVPlanWithVPRecipes() local
|
/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 1449 InstantiationGroup IG{InstantiationSet.first.first, getInstantiationGroups() local
|
/llvm-project/llvm/unittests/Transforms/Vectorize/ |
H A D | VPlanTest.cpp | 998 VPInterleaveRecipe Recipe(&IG, Addr, {}, Mask, false); in TEST() local
|