Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCMachineFunctionInfo.cpp48 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInSExt()
55 for (const std::pair<unsigned, ISD::ArgFlagsTy> &LiveIn : LiveInAttrs) in isLiveInZExt()
DPPCMachineFunctionInfo.h124 std::vector<std::pair<unsigned, ISD::ArgFlagsTy>> LiveInAttrs; variable
196 LiveInAttrs.push_back(std::make_pair(VReg, Flags)); in addLiveInAttr()