Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td877 let OperandType = "OPERAND_MEMORY";
882 let OperandType = "OPERAND_MEMORY";
889 let OperandType = "OPERAND_MEMORY";
897 let OperandType = "OPERAND_MEMORY";
904 let OperandType = "OPERAND_MEMORY";
911 let OperandType = "OPERAND_MEMORY";
918 let OperandType = "OPERAND_MEMORY";
925 let OperandType = "OPERAND_MEMORY";
933 let OperandType = "OPERAND_MEMORY";
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrDesc.h61 OPERAND_MEMORY = 3, enumerator
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td69 let OperandType = "OPERAND_MEMORY";
102 let OperandType = "OPERAND_MEMORY";
110 let OperandType = "OPERAND_MEMORY";
120 let OperandType = "OPERAND_MEMORY";
128 let OperandType = "OPERAND_MEMORY";
136 let OperandType = "OPERAND_MEMORY";
145 let OperandType = "OPERAND_MEMORY";
161 let OperandType = "OPERAND_MEMORY";
H A DMipsInstrInfo.td1131 let OperandType = "OPERAND_MEMORY";
1175 let OperandType = "OPERAND_MEMORY";
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp56 getExplicitOperandInfo().OperandType == MCOI::OPERAND_MEMORY; in isMemory()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp584 Desc.OpInfo[OpIndex].OperandType != MCOI::OPERAND_MEMORY) in evaluateMemoryOperandAddress()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td111 let OperandType = "OPERAND_MEMORY";
H A DSystemZInstrInfo.cpp2007 if (MCOI.OperandType == MCOI::OPERAND_MEMORY && in verifyInstruction()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td240 let OperandType = "OPERAND_MEMORY";
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.td396 let OperandType = "OPERAND_MEMORY";
471 let OperandType = "OPERAND_MEMORY";
482 let OperandType = "OPERAND_MEMORY";
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1846 if (OpInfo.OperandType != MCOI::OPERAND_MEMORY && in needsExpandMemInst()
2177 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) || in processInstruction()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMInstrInfo.td545 class MemOperand : Operand<i32> { let OperandType = "OPERAND_MEMORY"; }