Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h254 bool isLiveInSExt(Register VReg) const;
H A DPPCMachineFunctionInfo.cpp61 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const { in isLiveInSExt() function in PPCFunctionInfo
H A DPPCInstrInfo.cpp5272 return SignExt ? FuncInfo->isLiveInSExt(VReg) : in isSignOrZeroExtended()