Home
last modified time | relevance | path

Searched refs:isAddImmediate (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h189 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DMipsInstrInfo.cpp942 if (auto RegImm = isAddImmediate(MI, Reg)) { in describeLoadedValue()
965 std::optional<RegImmPair> MipsInstrInfo::isAddImmediate(const MachineInstr &MI, in isAddImmediate() function in MipsInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h226 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DRISCVInsertVSETVLI.cpp1467 if (!TII->isAddImmediate(*DeadMI, Reg)) in emitVSETVLIs()
1655 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in coalesceVSETVLIs()
H A DRISCVInstrInfo.cpp2959 std::optional<RegImmPair> RISCVInstrInfo::isAddImmediate(const MachineInstr &MI, in isAddImmediate()
2952 std::optional<RegImmPair> RISCVInstrInfo::isAddImmediate(const MachineInstr &MI, isAddImmediate() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h504 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DAArch64InstrInfo.cpp9320 AArch64InstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h542 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp5562 ARMBaseInstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in ARMBaseInstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1106 virtual std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI, in isAddImmediate() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1574 } else if (auto RegImm = isAddImmediate(MI, Reg)) { in describeLoadedValue()