Home
last modified time | relevance | path

Searched refs:LiveInAttrs (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp55 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt()
62 for (const std::pair<Register, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt()
H A DPPCMachineFunctionInfo.h150 std::vector<std::pair<Register, ISD::ArgFlagsTy>> LiveInAttrs; variable
239 LiveInAttrs.push_back(std::make_pair(VReg, Flags)); in addLiveInAttr()