HomeSort by relevance Sort by last modified time
    Searched refs:StructSize (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
AuthVariableLib.h 176 UINTN StructSize;
196 UINTN StructSize;
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 47 StructSize = 0;
56 if ((StructSize & (TyAlign-1)) != 0)
57 StructSize = TargetData::RoundUpAlignment(StructSize, TyAlign);
62 MemberOffsets[i] = StructSize;
63 StructSize += TD.getTypeAllocSize(Ty); // Consume space for this data item
71 if ((StructSize & (StructAlignment-1)) != 0)
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 316 uint64_t StructSize;
323 return StructSize;
327 return 8*StructSize;
  /external/llvm/lib/IR/
DataLayout.cpp 43 StructSize = 0;
53 if ((StructSize & (TyAlign-1)) != 0) {
55 StructSize = alignTo(StructSize, TyAlign);
61 MemberOffsets[i] = StructSize;
62 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
70 if ((StructSize & (StructAlignment-1)) != 0) {
72 StructSize = alignTo(StructSize, StructAlignment);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DataLayout.cpp 49 StructSize = 0;
59 if ((StructSize & (TyAlign-1)) != 0) {
61 StructSize = alignTo(StructSize, TyAlign);
67 MemberOffsets[i] = StructSize;
68 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item
76 if ((StructSize & (StructAlignment-1)) != 0) {
78 StructSize = alignTo(StructSize, StructAlignment);
  /external/llvm/include/llvm/IR/
DataLayout.h 474 uint64_t StructSize;
480 uint64_t getSizeInBytes() const { return StructSize; }
482 uint64_t getSizeInBits() const { return 8 * StructSize; }
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DelaySlotFiller.cpp 82 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
117 unsigned structSize = 0;
118 if (needsUnimp(I, structSize)) {
122 TII->get(SP::UNIMP)).addImm(structSize);
305 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
321 StructSize = MO.getImm();
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DataLayout.h 522 uint64_t StructSize;
529 uint64_t getSizeInBytes() const { return StructSize; }
531 uint64_t getSizeInBits() const { return 8 * StructSize; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 321 unsigned StructSize = 0;
330 if ((StructSize & (TyAlign - 1)) != 0)
331 StructSize = alignTo(StructSize, TyAlign);
333 StructSize += DL.getTypeAllocSize(Ty); // Consume space for this data item.
343 auto Natural = alignTo(StructSize, TyAlign);
344 auto Forced = alignTo(StructSize, ForcedAlignment);
348 return std::max(Natural, Forced) - StructSize;
    [all...]
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 89 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
153 unsigned structSize = 0;
154 if (needsUnimp(MI, structSize)) {
159 TII->get(SP::UNIMP)).addImm(structSize);
356 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
373 StructSize = MO.getImm();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 87 bool needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize);
151 unsigned structSize = 0;
152 if (needsUnimp(MI, structSize)) {
157 TII->get(SP::UNIMP)).addImm(structSize);
354 bool Filler::needsUnimp(MachineBasicBlock::iterator I, unsigned &StructSize)
371 StructSize = MO.getImm();
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthVariableLib.c 422 AuthVarLibContextOut->StructSize = sizeof (AUTH_VAR_LIB_CONTEXT_OUT);
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
Variable.c 83 // StructSize, TO BE FILLED
    [all...]

Completed in 1756 milliseconds