Home
last modified time | relevance | path

Searched defs:ValName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetIntrinsicInfo.cpp23 const ValueName *ValName = F->getValueName(); in getIntrinsicID() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1914 auto ValName = getValueName(); in getOptionWidth() local
1932 auto ValName = getValueName(); in printOptionInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp2008 const auto ValName = "largephi.insertslice" + std::to_string(NameSuffix++); in visitPHINode() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp229 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName, in SetValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1449 StringInit *ValName; variable