Home
last modified time | relevance | path

Searched refs:Strs (Results 1 – 7 of 7) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVUtil.h176 std::vector<std::string> Strs; in getVec() local
180 Strs.push_back(Item); in getVec()
181 return Strs; in getVec()
186 std::unordered_set<std::string> Strs; variable
190 Strs.insert(Item);
191 return Strs;
196 std::set<std::string> Strs; variable
200 Strs.insert(Item);
201 return Strs;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp501 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local
502 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()
506 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()
507 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument
237 auto Indices = Strs.getIndices(); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp988 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction() local
999 OS.EmitIntValue(Strs->getNumOperands(), 2); in emitDebugInfoForFunction()
1000 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp390 SmallVectorImpl<std::string>& Strs) { in decodeSPIRVTypeName() argument
404 Strs.push_back(std::string(Postfixes[I]).c_str()); in decodeSPIRVTypeName()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86GenAsmWriter.inc5737 const char *Strs =
6464 return Strs+InstAsmOffset[Opcode];
DX86GenAsmWriter1.inc6480 const char *Strs =
7207 return Strs+InstAsmOffset[Opcode];