Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCWasmStreamer.cpp65 const MCSymbol *Grp = SectionWasm->getGroup(); in ChangeSection() local
66 if (Grp) in ChangeSection()
67 Asm.registerSymbol(*Grp); in ChangeSection()
DMCELFStreamer.cpp156 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection() local
157 if (Grp) in ChangeSection()
158 Asm.registerSymbol(*Grp); in ChangeSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp814 X86InterleavedAccessGroup Grp(LI, Shuffles, Indices, Factor, Subtarget, in lowerInterleavedLoad() local
817 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedLoad()
840 X86InterleavedAccessGroup Grp(SI, Shuffles, Indices, Factor, Subtarget, in lowerInterleavedStore() local
843 return Grp.isSupported() && Grp.lowerIntoOptimizedSequence(); in lowerInterleavedStore()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELFStreamer.cpp85 const MCSymbol *Grp = static_cast<const MCSectionELF *>(Section)->getGroup(); in ChangeSection() local
86 if (Grp) in ChangeSection()
87 getAssembler().getOrCreateSymbolData(*Grp); in ChangeSection()
/external/llvm/lib/MC/
DMCELFStreamer.cpp146 const MCSymbol *Grp = SectionELF->getGroup(); in ChangeSection() local
147 if (Grp) in ChangeSection()
148 Asm.registerSymbol(*Grp); in ChangeSection()
/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst245 .. nonce: 1-8Grp
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend52 ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1301 void setWideningDecision(const InterleaveGroup *Grp, unsigned VF, in setWideningDecision() argument
1306 for (unsigned i = 0; i < Grp->getFactor(); ++i) { in setWideningDecision()
1307 if (auto *I = Grp->getMember(i)) { in setWideningDecision()
1308 if (Grp->getInsertPos() == I) in setWideningDecision()