Home
last modified time | relevance | path

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

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