/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 157 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/ |
D | FunctionLoweringInfo.h | 235 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-7.0/llvm/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 258 const LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local 259 if (!LOI->IsValid) in GetLiveOutRegInfo() 262 return LOI; in GetLiveOutRegInfo() 280 LiveOutInfo &LOI = LiveOutRegInfo[Reg]; in AddLiveOutRegInfo() local 281 LOI.NumSignBits = NumSignBits; in AddLiveOutRegInfo() 282 LOI.Known.One = Known.One; in AddLiveOutRegInfo() 283 LOI.Known.Zero = Known.Zero; in AddLiveOutRegInfo()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 165 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/ |
D | FunctionLoweringInfo.cpp | 247 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()
|
D | SelectionDAGBuilder.cpp | 679 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/ |
D | DeadMachineInstructionElim.cpp | 106 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/ |
D | FunctionLoweringInfo.cpp | 406 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()
|
D | SelectionDAGBuilder.cpp | 678 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 397 LiveOutInfo *LOI = &LiveOutRegInfo[Reg]; in GetLiveOutRegInfo() local 398 if (!LOI->IsValid) in GetLiveOutRegInfo() 401 if (BitWidth > LOI->Known.getBitWidth()) { in GetLiveOutRegInfo() 402 LOI->NumSignBits = 1; in GetLiveOutRegInfo() 403 LOI->Known = LOI->Known.zextOrTrunc(BitWidth); in GetLiveOutRegInfo() 406 return LOI; in GetLiveOutRegInfo()
|
D | SelectionDAGBuilder.cpp | 816 const FunctionLoweringInfo::LiveOutInfo *LOI = in getCopyFromRegs() local 818 if (!LOI) in getCopyFromRegs() 822 unsigned NumSignBits = LOI->NumSignBits; in getCopyFromRegs() 823 unsigned NumZeroBits = LOI->Known.countMinLeadingZeros(); in getCopyFromRegs()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 1293 ,"AT","LOI","Loimersdorf","Loimersdorf",,"-23-----","RL","0607",,"4810N 01650E", 7149 ,"BR","LOI","Lontras","Lontras","SC","---4----","AI","9912",,, 21718 ,"DE","LOI","Loitsche","Loitsche","ST","-----6--","RL","0901",,"5218N 01142E", 29547 ,"ES","LOI","Loiu","Loiu","BI","--3-----","RL","0207",,"4319N 00256W", 37956 ,"FR","LOI","L'Oie","L'Oie","85","--3-----","RL","9501",,,
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 3188 ,"GB","LOI","Long Itchington","Long Itchington","WAR","--3-----","AF","9511",,, 12600 ,"IT","LOI","Gravellona Lomellina","Gravellona Lomellina","PV","--3-----","RL","1207",,"4520N 00846…
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 18755 ,"US","LOI","Lodi","Lodi","NJ","--3-----","RQ","9307",,,
|