Searched refs:EndBit (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 4016 IN UINTN EndBit 4048 IN UINTN EndBit, 4082 IN UINTN EndBit, 4116 IN UINTN EndBit, 4183 IN UINTN EndBit 4350 IN UINTN EndBit 4517 IN UINTN EndBit 4684 IN UINTN EndBit 4712 IN UINTN EndBit 5900 IN UINTN EndBit [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 631 Loc.SizeInBits = EndBit - StartBit; in insertMemLoc() 681 unsigned EndBit; in addDef() local 684 EndBit = StartBit + Frag->SizeInBits; in addDef() 719 P.first->second.insert(StartBit, EndBit, Base); in addDef() 727 if (!FragMap.overlaps(StartBit, EndBit)) { in addDef() 729 FragMap.insert(StartBit, EndBit, Base); in addDef() 742 auto LastOverlap = FragMap.find(EndBit); in addDef() 769 FragMap.insert(StartBit, EndBit, Base); in addDef() 793 LastOverlap.setStart(EndBit); in addDef() 818 assert(!FragMap.overlaps(StartBit, EndBit)); in addDef() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 2288 unsigned EndBit, ASTContext &Context) { in BitsContainNoUserData() argument 2304 if (EltOffset >= EndBit) break; in BitsContainNoUserData() 2308 EndBit-EltOffset, Context)) in BitsContainNoUserData() 2329 if (BaseOffset >= EndBit) continue; in BitsContainNoUserData() 2333 EndBit-BaseOffset, Context)) in BitsContainNoUserData() 2348 if (FieldOffset >= EndBit) break; in BitsContainNoUserData() 2351 if (!BitsContainNoUserData(i->getType(), FieldStart, EndBit-FieldOffset, in BitsContainNoUserData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 733 unsigned EndBit = StartBit + Size; in findValueFromInsert() local 736 if (EndBit <= InsertOffset || InsertedEndBit <= StartBit) { in findValueFromInsert() 741 if (InsertOffset <= StartBit && EndBit <= InsertedEndBit) { in findValueFromInsert()
|