Home
last modified time | relevance | path

Searched defs:RegImm (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp86 struct RegImm { struct in __anon8bbfc2520111::AArch64RedundantCopyElimination
89 RegImm(MCPhysReg Reg, int32_t Imm) : Reg(Reg), Imm(Imm) {} in RegImm() argument
87 Reg__anon8bbfc2520111::AArch64RedundantCopyElimination::RegImm global() argument
88 Imm__anon8bbfc2520111::AArch64RedundantCopyElimination::RegImm global() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h22 RegImm, // ADDI/ADDIW/SLLI/SRLI/BSETI/BCLRI global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMakeCompressible.cpp222 analyzeCompressibleUses(MachineInstr & FirstMI,RegImmPair RegImm,SmallVectorImpl<MachineInstr * > & MIs) analyzeCompressibleUses() argument
336 RegImmPair RegImm = getRegImmPairPreventingCompression(MI); runOnMachineFunction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp942 if (auto RegImm = isAddImmediate(MI, Reg)) { in describeLoadedValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp129 RegisterImmediate RegImm; member
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1515 } else if (auto RegImm = isAddImmediate(MI, Reg)) { describeLoadedValue() local