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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2979 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 2> TmpOperands; local
2988 AddDefaultSrcDestOperands(TmpOperands,
2991 HadVerifyError = VerifyAndAdjustOperands(Operands, TmpOperands);
2999 AddDefaultSrcDestOperands(TmpOperands, DefaultMemSIOperand(NameLoc),
3001 HadVerifyError = VerifyAndAdjustOperands(Operands, TmpOperands);
3011 TmpOperands.push_back(DefaultMemSIOperand(NameLoc));
3012 HadVerifyError = VerifyAndAdjustOperands(Operands, TmpOperands);
3022 TmpOperands.push_back(DefaultMemDIOperand(NameLoc));
3023 HadVerifyError = VerifyAndAdjustOperands(Operands, TmpOperands);
3033 TmpOperands
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6795 SmallVector<std::unique_ptr<MCParsedAsmOperand>, 8> TmpOperands; local
6801 while (parseAnyRegister(TmpOperands) == MatchOperand_Success) {
6803 MipsOperand &Reg = static_cast<MipsOperand &>(*TmpOperands.back());

Completed in 190 milliseconds