Searched refs:Grp (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWasmStreamer.cpp | 65 const MCSymbol *Grp = SectionWasm->getGroup(); in ChangeSection() local 66 if (Grp) in ChangeSection() 67 Asm.registerSymbol(*Grp); in ChangeSection()
|
D | MCELFStreamer.cpp | 156 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/ |
D | X86InterleavedAccess.cpp | 814 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/ |
D | MCELFStreamer.cpp | 85 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/ |
D | MCELFStreamer.cpp | 146 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/ |
D | 2.6b3.rst | 245 .. nonce: 1-8Grp
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.ascend | 52 ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1301 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()
|