Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.td975 let OperandType = "OPERAND_MEMORY";
980 let OperandType = "OPERAND_MEMORY";
985 let OperandType = "OPERAND_MEMORY";
991 let OperandType = "OPERAND_MEMORY";
996 let OperandType = "OPERAND_MEMORY";
1001 let OperandType = "OPERAND_MEMORY";
1006 let OperandType = "OPERAND_MEMORY";
1011 let OperandType = "OPERAND_MEMORY";
1019 let OperandType = "OPERAND_MEMORY";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrDesc.h62 OPERAND_MEMORY = 3, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMicroMipsInstrInfo.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";
HDMipsInstrInfo.td1132 let OperandType = "OPERAND_MEMORY";
1176 let OperandType = "OPERAND_MEMORY";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaOperands.td142 let OperandType = "OPERAND_MEMORY";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrOperands.td60 let OperandType = "OPERAND_MEMORY";
HDX86InstrInfo.cpp3555 return OpInfo.OperandType == MCOI::OPERAND_MEMORY; in getFirstAddrOperandIdx()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
HDARMMCTargetDesc.cpp578 Desc.operands()[OpIndex].OperandType != MCOI::OPERAND_MEMORY) in evaluateMemoryOperandAddress()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZOperands.td109 let OperandType = "OPERAND_MEMORY";
HDSystemZInstrInfo.cpp2249 if (MCOI.OperandType == MCOI::OPERAND_MEMORY && in verifyInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrInfo.td253 let OperandType = "OPERAND_MEMORY";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp1846 if (OpInfo.OperandType != MCOI::OPERAND_MEMORY && in needsExpandMemInst()
2176 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) || in processInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.td128 let OperandType = "OPERAND_MEMORY";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMInstrInfo.td557 class MemOperand : Operand<i32> { let OperandType = "OPERAND_MEMORY"; }