Home
last modified time | relevance | path

Searched defs:IG (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DIndexAction.cpp125 IncludeGraph &IG; member
207 IncludeGraph IG; member in clang::clangd::__anon056224cb0111::IndexAction
H A DFileIndex.h194 IncludeGraph IG; global() member
H A DBackground.cpp315 [&](IncludeGraph IG) { Index.Sources = std::move(IG); }); in index() argument
H A DFileIndex.cpp110 IncludeGraph IG; in getSubGraph() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexActionTests.cpp70 std::map<std::string, const IncludeGraphNode &> toMap(const IncludeGraph &IG) { in toMap()
92 [&](IncludeGraph IG) { IndexFile.Sources = std::move(IG); }); in __anonc593db390502()
H A DFileIndexTests.cpp647 IncludeGraph &IG = *IF.Sources; in TEST() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp511 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 DVPlan.cpp1431 auto *IG = IAI.getInterleaveGroup(Inst); visitBlock() local
[all...]
H A DVPlan.h2025 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 DLoopVectorize.cpp8704 for (const auto *IG : InterleaveGroups) { tryToBuildVPlanWithVPRecipes() local
/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1449 InstantiationGroup IG{InstantiationSet.first.first, getInstantiationGroups() local
/llvm-project/llvm/unittests/Transforms/Vectorize/
H A DVPlanTest.cpp998 VPInterleaveRecipe Recipe(&IG, Addr, {}, Mask, false); in TEST() local