Searched refs:LOI (Results 1 – 8 of 8) sorted by relevance
157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local158 if (!LOI->IsValid) in GetLiveOutRegInfo()161 return LOI; in GetLiveOutRegInfo()179 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local180 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo()181 LOI.KnownOne = KnownOne; in AddLiveOutRegInfo()182 LOI.KnownZero = KnownZero; in AddLiveOutRegInfo()
235 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local236 if (!LOI->IsValid) in GetLiveOutRegInfo()239 return LOI; in GetLiveOutRegInfo()257 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local258 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo()259 LOI.KnownOne = KnownOne; in AddLiveOutRegInfo()260 LOI.KnownZero = KnownZero; in AddLiveOutRegInfo()
165 LibgccObjectInfo* LOI = (struct LibgccObjectInfo*) in DarwinRegisterFrame() local167 assert(LOI && "This should be preallocated by the runtime"); in DarwinRegisterFrame()187 ob->fde_end = (char*)LOI->unseenObjects; in DarwinRegisterFrame()188 ob->next = LOI->unseenObjects; in DarwinRegisterFrame()191 LOI->unseenObjects = ob; in DarwinRegisterFrame()195 LOI); in DarwinRegisterFrame()298 struct LibgccObjectInfo* LOI = (struct LibgccObjectInfo*) in JIT() local304 if (!LOI) in JIT()305 LOI = (LibgccObjectInfo*)calloc(sizeof(struct LibgccObjectInfo), 1); in JIT()306 _keymgr_set_and_unlock_processwide_ptr(KEYMGR_GCC3_DW2_OBJ_LIST, LOI); in JIT()
247 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local248 if (!LOI->IsValid) in GetLiveOutRegInfo()251 if (BitWidth > LOI->KnownZero.getBitWidth()) { in GetLiveOutRegInfo()252 LOI->NumSignBits = 1; in GetLiveOutRegInfo()253 LOI->KnownZero = LOI->KnownZero.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()254 LOI->KnownOne = LOI->KnownOne.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()257 return LOI; in GetLiveOutRegInfo()
679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local681 if (!LOI) in getCopyFromRegs()685 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs()686 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes(); in getCopyFromRegs()
106 for (MachineRegisterInfo::liveout_iterator LOI = MRI->liveout_begin(), in runOnMachineFunction() local107 LOE = MRI->liveout_end(); LOI != LOE; ++LOI) { in runOnMachineFunction()108 unsigned Reg = *LOI; in runOnMachineFunction()
406 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local407 if (!LOI->IsValid) in GetLiveOutRegInfo()410 if (BitWidth > LOI->KnownZero.getBitWidth()) { in GetLiveOutRegInfo()411 LOI->NumSignBits = 1; in GetLiveOutRegInfo()412 LOI->KnownZero = LOI->KnownZero.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()413 LOI->KnownOne = LOI->KnownOne.zextOrTrunc(BitWidth); in GetLiveOutRegInfo()416 return LOI; in GetLiveOutRegInfo()
678 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local680 if (!LOI) in getCopyFromRegs()684 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs()685 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes(); in getCopyFromRegs()