Searched refs:EndBit (Results 1 – 4 of 4) sorted by relevance
/freebsd/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, 4153 IN UINTN EndBit, 4183 IN UINTN EndBit 4215 IN UINTN EndBit, 4249 IN UINTN EndBit, 4283 IN UINTN EndBit, 4320 IN UINTN EndBit, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 624 unsigned StartBit, unsigned EndBit, unsigned Base, in insertMemLoc() argument 626 assert(StartBit < EndBit && "Cannot create fragment of size <= 0"); in insertMemLoc() 632 Loc.SizeInBits = EndBit - StartBit; in insertMemLoc() 638 << " bits [" << StartBit << ", " << EndBit << ")\n"); in insertMemLoc() 646 unsigned StartBit, unsigned EndBit, unsigned Base, in coalesceFragments() argument 657 if (CoalescedFrag.start() == StartBit && CoalescedFrag.stop() == EndBit) in coalesceFragments() 682 unsigned EndBit; in addDef() local 685 EndBit = StartBit + Frag->SizeInBits; in addDef() 689 EndBit = *DbgVar.getVariable()->getSizeInBits(); in addDef() 705 << StartBit << ", " << EndBit << "): " << toString(Base) in addDef() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 2306 unsigned EndBit, ASTContext &Context) { in BitsContainNoUserData() argument 2322 if (EltOffset >= EndBit) break; in BitsContainNoUserData() 2326 EndBit-EltOffset, Context)) in BitsContainNoUserData() 2347 if (BaseOffset >= EndBit) continue; in BitsContainNoUserData() 2351 EndBit-BaseOffset, Context)) in BitsContainNoUserData() 2366 if (FieldOffset >= EndBit) break; in BitsContainNoUserData() 2369 if (!BitsContainNoUserData(i->getType(), FieldStart, EndBit-FieldOffset, in BitsContainNoUserData()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizationArtifactCombiner.h | 751 unsigned EndBit = StartBit + Size; in findValueFromInsert() local 754 if (EndBit <= InsertOffset || InsertedEndBit <= StartBit) { in findValueFromInsert() 759 if (InsertOffset <= StartBit && EndBit <= InsertedEndBit) { in findValueFromInsert()
|