Home
last modified time | relevance | path

Searched refs:Grp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWasmStreamer.cpp74 const MCSymbol *Grp = SectionWasm->getGroup(); in changeSection() local
75 if (Grp) in changeSection()
76 Asm.registerSymbol(*Grp); in changeSection()
H A DMCELFStreamer.cpp111 const MCSymbol *Grp = SectionELF->getGroup(); in changeSection() local
112 if (Grp) in changeSection()
113 Asm.registerSymbol(*Grp); in changeSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp817 X86InterleavedAccessGroup Grp(LI, Shuffles, Indices, Factor, Subtarget, in lowerInterleavedLoad() local
820 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedLoad()
844 X86InterleavedAccessGroup Grp(SI, Shuffles, Indices, Factor, Subtarget, in lowerInterleavedStore() local
847 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedStore()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp720 auto [Grp, Opcode, ExtNo] = in deduceOperandElementType()
733 } else if (Grp == SPIRV::Atomic || Grp == SPIRV::AtomicFloating) { in deduceOperandElementType()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2841 VarGrpRef Grp = VarGrpMgr.getGroupOfVar(VD); in eraseVarsForUnfixableGroupMates() local
2842 if (llvm::any_of(Grp, in eraseVarsForUnfixableGroupMates()
2848 for (const VarDecl *Member : Grp) in eraseVarsForUnfixableGroupMates()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1193 void setWideningDecision(const InterleaveGroup<Instruction> *Grp, in setWideningDecision() argument
1199 for (unsigned i = 0; i < Grp->getFactor(); ++i) { in setWideningDecision()
1200 if (auto *I = Grp->getMember(i)) { in setWideningDecision()
1201 if (Grp->getInsertPos() == I) in setWideningDecision()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp8340 DictScope Grp(this->W); in printSectionGroupMembers() local