Home
last modified time | relevance | path

Searched refs:LOI (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DFunctionLoweringInfo.h157 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local
158 if (!LOI->IsValid) in GetLiveOutRegInfo()
161 return LOI; in GetLiveOutRegInfo()
179 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local
180 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo()
181 LOI.KnownOne = KnownOne; in AddLiveOutRegInfo()
182 LOI.KnownZero = KnownZero; in AddLiveOutRegInfo()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h235 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local
236 if (!LOI->IsValid) in GetLiveOutRegInfo()
239 return LOI; in GetLiveOutRegInfo()
257 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local
258 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo()
259 LOI.KnownOne = KnownOne; in AddLiveOutRegInfo()
260 LOI.KnownZero = KnownZero; in AddLiveOutRegInfo()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp165 LibgccObjectInfo* LOI = (struct LibgccObjectInfo*) in DarwinRegisterFrame() local
167 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() local
304 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp247 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local
248 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()
DSelectionDAGBuilder.cpp679 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local
681 if (!LOI) in getCopyFromRegs()
685 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs()
686 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes(); in getCopyFromRegs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDeadMachineInstructionElim.cpp106 for (MachineRegisterInfo::liveout_iterator LOI = MRI->liveout_begin(), in runOnMachineFunction() local
107 LOE = MRI->liveout_end(); LOI != LOE; ++LOI) { in runOnMachineFunction()
108 unsigned Reg = *LOI; in runOnMachineFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp406 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local
407 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()
DSelectionDAGBuilder.cpp678 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local
680 if (!LOI) in getCopyFromRegs()
684 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs()
685 unsigned NumZeroBits = LOI->KnownZero.countLeadingOnes(); in getCopyFromRegs()