Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td956 let OperandType = "OPERAND_MEMORY";
961 let OperandType = "OPERAND_MEMORY";
966 let OperandType = "OPERAND_MEMORY";
972 let OperandType = "OPERAND_MEMORY";
977 let OperandType = "OPERAND_MEMORY";
982 let OperandType = "OPERAND_MEMORY";
987 let OperandType = "OPERAND_MEMORY";
992 let OperandType = "OPERAND_MEMORY";
1000 let OperandType = "OPERAND_MEMORY";
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h62 OPERAND_MEMORY = 3, enumerator
/freebsd-14.2/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.td1132 let OperandType = "OPERAND_MEMORY";
1176 let OperandType = "OPERAND_MEMORY";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperands.td142 let OperandType = "OPERAND_MEMORY";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrOperands.td60 let OperandType = "OPERAND_MEMORY";
H A DX86InstrInfo.cpp3451 return OpInfo.OperandType == MCOI::OPERAND_MEMORY; in getFirstAddrOperandIdx()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp580 Desc.operands()[OpIndex].OperandType != MCOI::OPERAND_MEMORY) in evaluateMemoryOperandAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td109 let OperandType = "OPERAND_MEMORY";
H A DSystemZInstrInfo.cpp2001 if (MCOI.OperandType == MCOI::OPERAND_MEMORY && in verifyInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td250 let OperandType = "OPERAND_MEMORY";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1846 if (OpInfo.OperandType != MCOI::OPERAND_MEMORY && in needsExpandMemInst()
2176 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) || in processInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td124 let OperandType = "OPERAND_MEMORY";
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td556 class MemOperand : Operand<i32> { let OperandType = "OPERAND_MEMORY"; }