Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmTypeCheck.cpp415 if (Op.OperandType == MCOI::OPERAND_REGISTER) { in typeCheck()
424 assert(Op.OperandType == MCOI::OPERAND_REGISTER && "Register expected"); in typeCheck()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h61 OPERAND_REGISTER = 2, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
HDWebAssemblyDisassembler.cpp292 case MCOI::OPERAND_REGISTER: in getInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
HDAMDGPUInstPrinter.cpp877 case MCOI::OPERAND_REGISTER: in printRegularOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
HDAArch64Disassembler.cpp252 if (Desc.operands()[i].OperandType == MCOI::OPERAND_REGISTER) { in getInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoC.td756 let OperandType = "OPERAND_REGISTER";
HDRISCVInstrInfo.td1086 let OperandType = "OPERAND_REGISTER";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIFoldOperands.cpp1783 if (!getRegSeqInit(Defs, Reg, MCOI::OPERAND_REGISTER)) in tryFoldRegSequence()
HDSIInstrInfo.cpp4325 case MCOI::OPERAND_REGISTER: in isInlineConstant()
4680 case MCOI::OPERAND_REGISTER: in verifyInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.cpp1392 if (MCOI.OperandType != MCOI::OPERAND_REGISTER || I == OpNum) in foldMemoryOperandImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineVerifier.cpp2409 if (MCOI.OperandType == MCOI::OPERAND_REGISTER && in visitMachineOperand()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTarget.td1044 string OperandType = "OPERAND_REGISTER";