Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h35 enum OperandConstraint { enum
220 MCOI::OperandConstraint Constraint) const { in getOperandConstraint()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp729 MCOI::OperandConstraint::TIED_TO); in getInstruction()
875 OldIdx, MCOI::OperandConstraint::TIED_TO) == -1) { in convertSDWAInst()
879 MCOI::OperandConstraint::TIED_TO) == DST_IDX); in convertSDWAInst()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td726 /// - MC/MCInstrDesc.h:OperandConstraint::{TIED_TO, EARLY_CLOBBER}.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp8535 MCOI::OperandConstraint::TIED_TO) == -1; in cvtVOPD()