HomeSort by: relevance | last modified time | path
    Searched refs:OffsetInBytes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
DynamicExtent.cpp 70 NonLoc OffsetInBytes = SvalBuilder.makeArrayIndex(
77 ExtentInBytes, OffsetInBytes,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 1569 uint64_t OffsetInBytes;
1587 OffsetInBytes = (Offset - StartBitOffset) / 8;
1599 OffsetInBytes = FieldOffset >> 3;
1605 OffsetInBytes = DT->getOffsetInBits() / 8;
1614 addUInt(*MemLocationDie, dwarf::DW_FORM_udata, OffsetInBytes);
1618 OffsetInBytes);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsISelLowering.cpp 4376 unsigned OffsetInBytes = 0; // From beginning of struct
4390 for (; I < NumRegs - LeftoverBytes; ++I, OffsetInBytes += RegSizeInBytes) {
4392 DAG.getConstant(OffsetInBytes, DL, PtrTy));
4401 if (ByValSizeInBytes == OffsetInBytes)
4409 OffsetInBytes < ByValSizeInBytes; LoadSizeInBytes /= 2) {
4410 unsigned RemainingSizeInBytes = ByValSizeInBytes - OffsetInBytes;
4417 DAG.getConstant(OffsetInBytes, DL,
4440 OffsetInBytes += LoadSizeInBytes;
4452 unsigned MemCpySize = ByValSizeInBytes - OffsetInBytes;
4454 DAG.getConstant(OffsetInBytes, DL, PtrTy))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 15589 /// Check if the value of \p OffsetInBytes can be used as an immediate for
15597 inline static bool isValidImmForSVEVecImmAddrMode(unsigned OffsetInBytes,
15600 if (OffsetInBytes % ScalarSizeInBytes)
15604 if (OffsetInBytes / ScalarSizeInBytes > 31)

Completed in 70 milliseconds