Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h270 bool isLiveInZExt(Register VReg) const;
H A DPPCMachineFunctionInfo.cpp69 bool PPCFunctionInfo::isLiveInZExt(Register VReg) const { in isLiveInZExt() function in PPCFunctionInfo
H A DPPCInstrInfo.cpp5291 IsZExt |= FuncInfo->isLiveInZExt(VReg); in isSignOrZeroExtended()