Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp47 bool PPCFunctionInfo::isLiveInSExt(unsigned VReg) const { in isLiveInSExt() function in PPCFunctionInfo
DPPCMachineFunctionInfo.h201 bool isLiveInSExt(unsigned VReg) const;
DPPCInstrInfo.cpp3269 return SignExt ? FuncInfo->isLiveInSExt(VReg) : in isSignOrZeroExtended()