Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h212 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DRISCVInsertVSETVLI.cpp1332 if (VLOpDef && TII->isAddImmediate(*VLOpDef, Reg) && in emitVSETVLIs()
1571 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in doLocalPostpass()
H A DRISCVInstrInfo.cpp2544 std::optional<RegImmPair> RISCVInstrInfo::isAddImmediate(const MachineInstr &MI, in isAddImmediate() function in RISCVInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h357 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DAArch64InstrInfo.cpp9240 AArch64InstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in AArch64InstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h537 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
H A DARMBaseInstrInfo.cpp5561 ARMBaseInstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in ARMBaseInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1080 virtual std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI, in isAddImmediate() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1515 } else if (auto RegImm = isAddImmediate(MI, Reg)) { in describeLoadedValue()