Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td976 let OperandType = "OPERAND_MEMORY";
981 let OperandType = "OPERAND_MEMORY";
986 let OperandType = "OPERAND_MEMORY";
992 let OperandType = "OPERAND_MEMORY";
997 let OperandType = "OPERAND_MEMORY";
1002 let OperandType = "OPERAND_MEMORY";
1007 let OperandType = "OPERAND_MEMORY";
1012 let OperandType = "OPERAND_MEMORY";
1020 let OperandType = "OPERAND_MEMORY";
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h63 OPERAND_MEMORY = 3, enumerator
/freebsd/contrib/llvm-project/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.td1142 let OperandType = "OPERAND_MEMORY";
1186 let OperandType = "OPERAND_MEMORY";
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperands.td185 let OperandType = "OPERAND_MEMORY";
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrOperands.td58 let OperandType = "OPERAND_MEMORY";
H A DX86InstrInfo.cpp3613 return OpInfo.OperandType == MCOI::OPERAND_MEMORY; in getFirstAddrOperandIdx()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp583 Desc.operands()[OpIndex].OperandType != MCOI::OPERAND_MEMORY) in evaluateMemoryOperandAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td109 let OperandType = "OPERAND_MEMORY";
H A DSystemZInstrInfo.cpp2293 if (MCOI.OperandType == MCOI::OPERAND_MEMORY && in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td284 let OperandType = "OPERAND_MEMORY";
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1800 if (OpInfo.OperandType != MCOI::OPERAND_MEMORY && in needsExpandMemInst()
2133 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) || in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td208 let OperandType = "OPERAND_MEMORY";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td577 class MemOperand : Operand<i32> { let OperandType = "OPERAND_MEMORY"; }