Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVMachineFunctionInfo.cpp43 bool RISCVMachineFunctionInfo::isSExt32Register(Register Reg) const { in isSExt32Register() function in RISCVMachineFunctionInfo
DRISCVMachineFunctionInfo.h128 bool isSExt32Register(Register Reg) const;
DRISCVSExtWRemoval.cpp143 if (MF->getRegInfo().isLiveIn(VReg) && RVFI->isSExt32Register(VReg)) in isSignExtendedW()