Home
last modified time | relevance | path

Searched refs:isSExt32Register (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchMachineFunctionInfo.h75 bool isSExt32Register(Register Reg) const { in isSExt32Register() function
H A DLoongArchOptWInstrs.cpp556 if (MF->getRegInfo().isLiveIn(VReg) && LAFI->isSExt32Register(VReg)) in isSignExtendedW()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMachineFunctionInfo.cpp145 bool RISCVMachineFunctionInfo::isSExt32Register(Register Reg) const { in isSExt32Register() function in RISCVMachineFunctionInfo
H A DRISCVMachineFunctionInfo.h214 bool isSExt32Register(Register Reg) const;
H A DRISCVOptWInstrs.cpp464 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg)) in isSignExtendedW()