Searched refs:Exts (Results 1 – 6 of 6) sorted by relevance
/external/spirv-llvm/lib/SPIRV/ |
D | TransOCLMD.cpp | 131 auto Exts = getNamedMDAsStringSet(M, kSPIR2MD::Extensions); in visit() local 132 if (!Exts.empty()) { in visit() 134 for (auto &I:Exts) in visit()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.h | 54 CObjectVector<CArcExtInfo> Exts; member 90 if (Exts.IsEmpty()) in GetMainExt() 92 return Exts[0].Ext; in GetMainExt()
|
D | LoadCodecs.cpp | 120 FOR_VECTOR (i, Exts) in FindExtension() 121 if (ext.IsEqualToNoCase(Exts[i].Ext)) in FindExtension() 141 Exts.Add(extInfo); in AddExts()
|
D | OpenArchive.cpp | 2623 if (ai.Exts.Size() == 0) in OpenStream() 2630 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 198 const SmallVectorImpl<Instruction *> &Exts, 2799 SmallVectorImpl<Instruction *> *Exts, 2815 SmallVectorImpl<Instruction *> *Exts, 2823 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument 2826 Exts, Truncs, TLI, true); in signExtendOperandForOther() 2833 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument 2836 Exts, Truncs, TLI, false); in zeroExtendOperandForOther() 2844 SmallVectorImpl<Instruction *> *Exts, 2961 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument 2992 if (Exts) in promoteOperandForTruncAndAnyExt() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 563 FOR_VECTOR (t, arc.Exts) in Main2() 567 const CArcExtInfo &ext = arc.Exts[t]; in Main2()
|