OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IG
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlan.cpp
1211
auto *
IG
= IAI.getInterleaveGroup(Inst);
1212
if (!
IG
)
1215
auto NewIGIter = Old2New.find(
IG
);
1217
Old2New[
IG
] = new InterleaveGroup<VPInstruction>(
1218
IG
->getFactor(),
IG
->isReverse(),
IG
->getAlign());
1220
if (Inst ==
IG
->getInsertPos())
1221
Old2New[
IG
]->setInsertPos(VPInst);
1223
InterleaveGroupMap[VPInst] = Old2New[
IG
];
[
all
...]
VPlan.h
1152
const InterleaveGroup<Instruction> *
IG
;
1157
VPInterleaveRecipe(const InterleaveGroup<Instruction> *
IG
, VPValue *Addr,
1159
: VPRecipeBase(VPInterleaveSC, {Addr}),
IG
(
IG
) {
1160
for (unsigned i = 0; i <
IG
->getFactor(); ++i)
1161
if (Instruction *I =
IG
->getMember(i)) {
1211
const InterleaveGroup<Instruction> *getInterleaveGroup() { return
IG
; }
LoopVectorize.cpp
9037
for (InterleaveGroup<Instruction> *
IG
: IAI.getInterleaveGroups()) {
9038
auto applyIG = [
IG
, this](ElementCount VF) -> bool {
9040
CM.getWideningDecision(
IG
->getInsertPos(), VF) ==
9045
InterleaveGroups.insert(
IG
);
9046
for (unsigned i = 0; i <
IG
->getFactor(); i++)
9047
if (Instruction *Member =
IG
->getMember(i))
9205
for (auto
IG
: InterleaveGroups) {
9207
RecipeBuilder.getRecipe(
IG
->getInsertPos()));
9209
for (unsigned i = 0; i <
IG
->getFactor(); ++i)
9210
if (auto *SI = dyn_cast_or_null<StoreInst>(
IG
->getMember(i))
[
all
...]
/src/libexec/getty/
gettytab.h
160
#define
IG
gettyflags[15].value
main.c
501
if (
IG
&& (c <= ' ' || c > 0176))
/src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp
92
void DiagnoseIndirectOrAsmJump(Stmt *
IG
, unsigned IGScope, LabelDecl *Target,
734
Stmt *
IG
= *I;
735
if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(
IG
)))
737
unsigned IGScope = LabelAndGotoScopes[
IG
];
739
if (!Entry) Entry =
IG
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp
512
R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &
IG
,
523
for (unsigned i = 0, e =
IG
.size(); i < e; ++i) {
524
IGSrcs.push_back(ExtractSrcs(*
IG
[i], PV, ConstCount));
525
unsigned Op = getOperandIdx(
IG
[i]->getOpcode(),
528
IG
[i]->getOperand(Op).getImm());
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp
748
InstantiationGroup
IG
{InstantiationSet.first.first,
751
Result.emplace_back(std::move(
IG
));
Completed in 58 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026