Home
last modified time | relevance | path

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

/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()