Home
last modified time | relevance | path

Searched refs:EndBit (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h4038 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 DAssignmentTrackingAnalysis.cpp624 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 DX86.cpp2306 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 DLegalizationArtifactCombiner.h751 unsigned EndBit = StartBit + Size; in findValueFromInsert() local
754 if (EndBit <= InsertOffset || InsertedEndBit <= StartBit) { in findValueFromInsert()
759 if (InsertOffset <= StartBit && EndBit <= InsertedEndBit) { in findValueFromInsert()