Searched refs:IG (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1058 auto *IG = IAI.getInterleaveGroup(Inst); local
1059 if (!IG)
1062 auto NewIGIter = Old2New.find(IG);
1064 Old2New[IG] = new InterleaveGroup<VPInstruction>(
1065 IG->getFactor(), IG->isReverse(), IG->getAlign());
1067 if (Inst == IG->getInsertPos())
1068 Old2New[IG]->setInsertPos(VPInst);
1070 InterleaveGroupMap[VPInst] = Old2New[IG];
[all...]
H A DVPlan.h1375 const InterleaveGroup<Instruction> *IG;
1380 VPInterleaveRecipe(const InterleaveGroup<Instruction> *IG, VPValue *Addr,
1382 : VPRecipeBase(VPDef::VPInterleaveSC, {Addr}), IG(IG) {
1383 for (unsigned i = 0; i < IG->getFactor(); ++i)
1384 if (Instruction *I = IG->getMember(i)) {
1431 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; }
H A DLoopVectorize.cpp8858 for (InterleaveGroup<Instruction> *IG : IAI.getInterleaveGroups()) {
8859 auto applyIG = [IG, this](ElementCount VF) -> bool {
8861 CM.getWideningDecision(IG->getInsertPos(), VF) ==
8866 InterleaveGroups.insert(IG);
8867 for (unsigned i = 0; i < IG->getFactor(); i++)
8868 if (Instruction *Member = IG->getMember(i))
9119 for (const auto *IG : InterleaveGroups) {
9121 RecipeBuilder.getRecipe(IG->getInsertPos()));
9123 for (unsigned i = 0; i < IG->getFactor(); ++i)
9124 if (auto *SI = dyn_cast_or_null<StoreInst>(IG
[all...]
/openbsd-current/libexec/getty/
H A Dgettytab.h145 #define IG gettyflags[15].value macro
H A Dmain.c436 if (IG && (c <= ' ' || c > 0176))
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp92 void DiagnoseIndirectOrAsmJump(Stmt *IG, unsigned IGScope, LabelDecl *Target,
739 Stmt *IG = *I; local
740 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG)))
742 unsigned IGScope = LabelAndGotoScopes[IG];
744 if (!Entry) Entry = IG;
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp810 InstantiationGroup IG{InstantiationSet.first.first,
813 Result.emplace_back(std::move(IG));
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp511 R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &IG,
522 for (MachineInstr *MI : IG) {
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl65249 CUNEIFORM SIGN IG
76619 MIAO VOWEL SIGN IG
[all...]

Completed in 178 milliseconds