Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1305 std::pair<StringRef, StringRef> Strs = A.getValueAsString().split(','); in getIntegerPairAttribute() local
1306 if (Strs.first.trim().getAsInteger(0, Ints.first)) { in getIntegerPairAttribute()
1310 if (Strs.second.trim().getAsInteger(0, Ints.second)) { in getIntegerPairAttribute()
1311 if (!OnlyFirstRequired || !Strs.second.trim().empty()) { in getIntegerPairAttribute()
1336 std::pair<StringRef, StringRef> Strs = S.split(','); in getIntegerVecAttribute() local
1338 if (Strs.first.trim().getAsInteger(0, IntVal)) { in getIntegerVecAttribute()
1339 Ctx.emitError("can't parse integer attribute " + Strs.first + " in " + in getIntegerVecAttribute()
1344 S = Strs.second; in getIntegerVecAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord() argument
237 auto Indices = Strs.getIndices(); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1216 MDTuple *Strs = cast<MDTuple>(Annot.second); in emitDebugInfoForFunction()
1221 OS.emitInt16(Strs->getNumOperands()); in emitDebugInfoForFunction()
1222 for (Metadata *MD : Strs->operands()) { in emitDebugInfoForFunction()
1211 MDTuple *Strs = cast<MDTuple>(Annot.second); emitDebugInfoForFunction() local