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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h62 OPERAND_MEMORY = 3, enumerator in enum:llvm::MCOI::OperandType
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp580 Desc.operands()[OpIndex].OperandType != MCOI::OPERAND_MEMORY)
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2001 if (MCOI.OperandType == MCOI::OPERAND_MEMORY &&
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1846 if (OpInfo.OperandType != MCOI::OPERAND_MEMORY &&
2176 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3451 return OpInfo.OperandType == MCOI::OPERAND_MEMORY;
3476 "Expected no operands to have OPERAND_MEMORY type!");
3481 // The first operand with type OPERAND_MEMORY indicates the start of a memory
3483 // OPERAND_MEMORY type.
3491 "OPERAND_MEMORY type!");

Completed in 213 milliseconds