Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureMetadata.cpp105 std::optional<StringRef> ResName = getResourceName( in BuildRootDescriptor() local
107 assert(ResName && "Provided an invalid Resource Class"); in BuildRootDescriptor()
108 llvm::SmallString<7> Name({"Root", *ResName}); in BuildRootDescriptor()
146 std::optional<StringRef> ResName = in BuildDescriptorTableClause() local
148 assert(ResName && "Provided an invalid Resource Class"); in BuildDescriptorTableClause()
150 MDString::get(Ctx, *ResName), in BuildDescriptorTableClause()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1302 const std::string ResName = in dumpScheduleTraceTopDown() local
1304 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceTopDown()
1383 const std::string ResName = in dumpScheduleTraceBottomUp() local
1385 dbgs() << llvm::right_justify(ResName + " ", HeaderColWidth); in dumpScheduleTraceBottomUp()
3221 std::string ResName = SchedModel->getResourceName(ResIdx); in dumpReservedCycles() local
3223 dbgs() << ResName << "(" << UnitIdx << ") = "; in dumpReservedCycles()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1426 StringRef ResName; in selectOverflowArith() local
1427 if (!GR.findValueAttrs(&I, ResTy, ResName)) in selectOverflowArith()
1452 if (ResName.size() > 0) in selectOverflowArith()
1453 buildOpName(StructVReg, ResName, MIRBuilder); in selectOverflowArith()