Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4167 StringRef SrcChildName = SrcChild->getName(); in getSrcChildName() local
4168 if (SrcChildName.empty() && SrcChild->isLeaf()) { in getSrcChildName()
4172 SrcChildName = ChildRec->getName(); in getSrcChildName()
4178 return SrcChildName; in getSrcChildName()
4187 std::string SrcChildName = std::string(getSrcChildName(SrcChild, PhysReg)); in importChildMatcher() local
4197 SrcChildName = PatternName; in importChildMatcher()
4202 : InsnMatcher.addOperand(OpIdx, SrcChildName, TempOpIdx); in importChildMatcher()
4262 SrcChildName)) in importChildMatcher()