Home
last modified time | relevance | path

Searched refs:Exts (Results 1 – 8 of 8) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyMetadata.cpp131 const char* Exts[] = { in runOnModule() local
143 for (auto &I : Exts) in runOnModule()
/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.cpp2939 if (ai.Exts.Size() == 0) in OpenStream()
2946 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp349 const SmallVectorImpl<Instruction *> &Exts,
3356 SmallVectorImpl<Instruction *> *Exts,
3372 SmallVectorImpl<Instruction *> *Exts,
3380 SmallVectorImpl<Instruction *> *Exts, in signExtendOperandForOther() argument
3383 Exts, Truncs, TLI, true); in signExtendOperandForOther()
3390 SmallVectorImpl<Instruction *> *Exts, in zeroExtendOperandForOther() argument
3393 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
3401 SmallVectorImpl<Instruction *> *Exts,
3561 SmallVectorImpl<Instruction *> *Exts, in promoteOperandForTruncAndAnyExt() argument
3592 if (Exts) in promoteOperandForTruncAndAnyExt()
[all …]
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp677 FOR_VECTOR (t, arc.Exts) in Main2()
681 const CArcExtInfo &ext = arc.Exts[t]; in Main2()