HomeSort by relevance Sort by last modified time
    Searched refs:getObjectSize (Results 1 - 25 of 40) sorted by null

1 2

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
parseConst.cpp 118 size = node->getType().getObjectSize();
155 int instanceSize = type.getObjectSize();
161 int size = node->getType().getObjectSize();
184 if (node->getType().getObjectSize() > 1)
200 if (node->getType().getObjectSize() > 1)
ParseHelper.cpp 509 size += param.type->getObjectSize();
515 if (op != EOpConstructStruct && !type->isArray() && size >= type->getObjectSize())
554 if ((op != EOpConstructStruct && size != 1 && size < type->getObjectSize()) ||
555 (op == EOpConstructStruct && size < type->getObjectSize())) {
1029 if (type.getObjectSize() == 1 && type.getBasicType() != EbtStruct) {
    [all...]
SymbolTable.cpp 69 structureSize += ((*tl).type)->getObjectSize();
176 assert(copyOf.type.getObjectSize() == 1);
Intermediate.cpp 1041 int size = (*fields)[j].type->getObjectSize();
1066 int offset = typeWithoutArrayness.getObjectSize() * i;
1086 int objectSize = getType().getObjectSize();
1094 if (constantNode->getType().getObjectSize() == 1 && objectSize > 1)
    [all...]
OutputHLSL.cpp     [all...]
SymbolTable.h 88 unionArray = new ConstantUnion[type.getObjectSize()];
Types.h 172 int getObjectSize() const
intermOut.cpp 312 int size = node->getType().getObjectSize();
  /external/llvm/lib/Target/ARM/
Thumb1InstrInfo.cpp 71 MFI.getObjectSize(FI),
99 MFI.getObjectSize(FI),
Thumb2InstrInfo.cpp 140 MFI.getObjectSize(FI),
167 MFI.getObjectSize(FI),
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 126 Offset = RoundUpToAlignment(Offset + MFI->getObjectSize(I), MaxAlign);
MipsInstrInfo.cpp 61 MFI.getObjectSize(FI), Align);
  /external/llvm/lib/CodeGen/
StackColoring.cpp 134 return MFI->getObjectSize(LHS) > MFI->getObjectSize(RHS);
691 DEBUG(dbgs()<<"Slot #"<<i<<" - "<<MFI->getObjectSize(i)<<" bytes.\n");
692 TotalSize += MFI->getObjectSize(i);
772 assert(MFI->getObjectSize(FirstSlot) >=
773 MFI->getObjectSize(SecondSlot) &&
777 ReducedSize += MFI->getObjectSize(SecondSlot);
LocalStackSlotAllocation.cpp 120 Offset += MFI->getObjectSize(FrameIdx);
140 Offset += MFI->getObjectSize(FrameIdx);
PrologEpilogInserter.cpp 455 Offset += MFI->getObjectSize(FrameIdx);
472 Offset += MFI->getObjectSize(FrameIdx);
513 FixedOff = MFI->getObjectOffset(i) + MFI->getObjectSize(i);
524 Offset += MFI->getObjectSize(i);
540 Offset += MFI->getObjectSize(i);
    [all...]
StackSlotColoring.cpp 184 OrigSizes[FI] = MFI->getObjectSize(FI);
248 if (!Share || Size > MFI->getObjectSize(Color))
TargetInstrInfo.cpp 378 Flags, MFI.getObjectSize(FI),
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 160 Flags, MFI.getObjectSize(FI),
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 47 MFI.getObjectSize(FrameIdx),
75 MFI.getObjectSize(FrameIdx),
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 146 bool getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout *TD,
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 344 /// getObjectSize - Return the size of the specified object.
346 int64_t getObjectSize(int ObjectIdx) const {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 85 /// getObjectSize - Return the size of the object specified by V, or
87 static uint64_t getObjectSize(const Value *V, const DataLayout &TD,
103 uint64_t ObjectSize = getObjectSize(V, TD, TLI, /*RoundToAlign*/true);
112 uint64_t ObjectSize = getObjectSize(V, TD, TLI);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 393 MFI.getObjectSize(FrameIdx),
439 MFI.getObjectSize(FrameIdx),
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 566 MFI.getObjectSize(FrameIdx),
676 MFI.getObjectSize(FrameIdx),
  /external/llvm/lib/Target/MBlaze/
MBlazeFrameLowering.cpp 136 MFI->getObjectSize(FI) != 4) continue;

Completed in 578 milliseconds

1 2