Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h479 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument
482 Instructions.back().Ops.push_back(Operand2); in addInstruction()
486 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument
490 Instructions.back().Ops.push_back(Operand2); in addInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3926 Register Operand2 = UnmergeRHS->getOperand(I).getReg(); in fewerElementsVectorMulo() local
3928 {Operand1, Operand2}); in fewerElementsVectorMulo()