Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h266 bool isLiveInSExt(Register VReg) const;
H A DPPCMachineFunctionInfo.cpp62 bool PPCFunctionInfo::isLiveInSExt(Register VReg) const { in isLiveInSExt() function in PPCFunctionInfo
H A DPPCInstrInfo.cpp5290 IsSExt |= FuncInfo->isLiveInSExt(VReg); in isSignOrZeroExtended()