Searched refs:EndBit (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 4038 IN UINTN EndBit 4069 IN UINTN EndBit, 4102 IN UINTN EndBit, 4135 IN UINTN EndBit, 4171 IN UINTN EndBit, 4200 IN UINTN EndBit 4231 IN UINTN EndBit, 4264 IN UINTN EndBit, 4297 IN UINTN EndBit, 4333 IN UINTN EndBit, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AssignmentTrackingAnalysis.cpp | 622 unsigned StartBit, unsigned EndBit, unsigned Base, in insertMemLoc() argument 624 assert(StartBit < EndBit && "Cannot create fragment of size <= 0"); in insertMemLoc() 630 Loc.SizeInBits = EndBit - StartBit; in insertMemLoc() 636 << " bits [" << StartBit << ", " << EndBit << ")\n"); in insertMemLoc() 644 unsigned StartBit, unsigned EndBit, unsigned Base, in coalesceFragments() argument 655 if (CoalescedFrag.start() == StartBit && CoalescedFrag.stop() == EndBit) in coalesceFragments() 680 unsigned EndBit; in addDef() local 683 EndBit = StartBit + Frag->SizeInBits; in addDef() 687 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef() 703 << StartBit << ", " << EndBit << "): " << toString(Base) in addDef() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 2322 unsigned EndBit, ASTContext &Context) { in BitsContainNoUserData() argument 2338 if (EltOffset >= EndBit) break; in BitsContainNoUserData() 2342 EndBit-EltOffset, Context)) in BitsContainNoUserData() 2363 if (BaseOffset >= EndBit) continue; in BitsContainNoUserData() 2367 EndBit-BaseOffset, Context)) in BitsContainNoUserData() 2382 if (FieldOffset >= EndBit) break; in BitsContainNoUserData() 2385 if (!BitsContainNoUserData(i->getType(), FieldStart, EndBit-FieldOffset, in BitsContainNoUserData()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizationArtifactCombiner.h | 756 unsigned EndBit = StartBit + Size; in findValueFromInsert() local 759 if (EndBit <= InsertOffset || InsertedEndBit <= StartBit) { in findValueFromInsert() 764 if (InsertOffset <= StartBit && EndBit <= InsertedEndBit) { in findValueFromInsert()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1952 auto InitBytes = [&](uint64_t StartBit, uint64_t EndBit) { in DoZeroInitPadding() argument 1954 CharUnits End = CGF.getContext().toCharUnitsFromBits(EndBit); in DoZeroInitPadding()
|