Home
last modified time | relevance | path

Searched refs:Exts (Results 1 – 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DTransOCLMD.cpp131 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/
DLoadCodecs.h102 CObjectVector<CArcExtInfo> Exts; member
138 if (Exts.IsEmpty()) in GetMainExt()
140 return Exts[0].Ext; in GetMainExt()
DLoadCodecs.cpp164 FOR_VECTOR (i, Exts) in FindExtension()
165 if (ext.IsEqualTo_NoCase(Exts[i].Ext)) in FindExtension()
185 Exts.Add(extInfo); in AddExts()
DOpenArchive.cpp2930 if (ai.Exts.Size() == 0) in OpenStream()
2937 const CArcExtInfo &extInfo = ai.Exts[subExtIndex]; in OpenStream()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp198 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/
DMain.cpp668 FOR_VECTOR (t, arc.Exts) in Main2()
672 const CArcExtInfo &ext = arc.Exts[t]; in Main2()