Searched refs:findAsmOperandNamed (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp594 /// findAsmOperandNamed - Find the first AsmOperand with the specified name.
596 int findAsmOperandNamed(StringRef N, int LastIdx = -1) const { function in struct:__anon2890::MatchableInfo
843 int SrcAsmOperand = findAsmOperandNamed(Ops.first);
844 int DstAsmOperand = findAsmOperandNamed(Ops.second);
1780 int SrcOperand = findAsmOperandNamed(OpInfo.Name);
1842 SrcOp2 = findAsmOperandNamed(Name, Insert.first->second);
1914 if (T.second != -1 && findAsmOperandNamed(T.first, T.second) != -1)

Completed in 50 milliseconds