Searched refs:isAddImmediate (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.h | 189 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
|
H A D | MipsInstrInfo.cpp | 942 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 D | RISCVInstrInfo.h | 226 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
|
H A D | RISCVInsertVSETVLI.cpp | 1467 if (!TII->isAddImmediate(*DeadMI, Reg)) in emitVSETVLIs() 1655 if (VLOpDef && TII->isAddImmediate(*VLOpDef, OldVLReg) && in coalesceVSETVLIs()
|
H A D | RISCVInstrInfo.cpp | 2959 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 D | AArch64InstrInfo.h | 504 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
|
H A D | AArch64InstrInfo.cpp | 9320 AArch64InstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in AArch64InstrInfo
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 542 std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI,
|
H A D | ARMBaseInstrInfo.cpp | 5562 ARMBaseInstrInfo::isAddImmediate(const MachineInstr &MI, Register Reg) const { in isAddImmediate() function in ARMBaseInstrInfo
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 1106 virtual std::optional<RegImmPair> isAddImmediate(const MachineInstr &MI, in isAddImmediate() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetInstrInfo.cpp | 1574 } else if (auto RegImm = isAddImmediate(MI, Reg)) { in describeLoadedValue()
|