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

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMGlobalMerge.cpp 106 return (TD->getTypeAllocSize(Ty1) < TD->getTypeAllocSize(Ty2));
135 MergedSize += TD->getTypeAllocSize(Ty);
188 if (TD->getTypeAllocSize(Ty) < MaxOffset) {
  /external/llvm/lib/Target/Lanai/
LanaiTargetObjectFile.cpp 90 GV->getParent()->getDataLayout().getTypeAllocSize(Ty));
111 return isInSmallSection(DL.getTypeAllocSize(CN->getType()));
  /external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp 113 GV->getParent()->getDataLayout().getTypeAllocSize(Ty));
139 LocalSData && IsInSmallSection(DL.getTypeAllocSize(CN->getType())));
  /external/llvm/lib/IR/
Operator.cpp 46 DL.getTypeAllocSize(GTI.getIndexedType()));
Mangler.cpp 102 ArgWords += alignTo(DL.getTypeAllocSize(Ty), PtrSize);
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeTargetObjectFile.cpp 73 return IsInSmallSection(TM.getTargetData()->getTypeAllocSize(Ty));
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 234 /// getTypeAllocSize - Return the offset in bytes between successive objects
238 uint64_t getTypeAllocSize(Type* Ty) const {
248 return 8*getTypeAllocSize(Ty);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsTargetObjectFile.cpp 83 return IsInSmallSection(TM.getTargetData()->getTypeAllocSize(Ty));
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 208 return DL.getTypeAllocSize(GV1->getValueType()) <
209 DL.getTypeAllocSize(GV2->getValueType());
439 MergedSize += DL.getTypeAllocSize(Ty);
563 if (DL.getTypeAllocSize(Ty) < MaxOffset) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFWriter.cpp 239 switch (TM.getTargetData()->getTypeAllocSize(CPE.getType())) {
377 unsigned Size = TD->getTypeAllocSize(GVar->getInitializer()->getType());
424 unsigned Size = TD->getTypeAllocSize(CVS->getType());
431 uint64_t fieldSize = TD->getTypeAllocSize(field->getType());
450 unsigned Size = TD->getTypeAllocSize(CV->getType());
469 unsigned PadSize = TD->getTypeAllocSize(CFP->getType())-
500 TD->getTypeAllocSize(Op->getType()),
559 if (TD->getTypeAllocSize(Ty) == TD->getTypeAllocSize(Op->getType()))
    [all...]
StackProtector.cpp 133 if (SSPBufferSize <= TD->getTypeAllocSize(AT))
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 74 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
TargetData.cpp 63 StructSize += TD.getTypeAllocSize(Ty); // Consume space for this data item
306 unsigned Align = getTypeAllocSize(cast<VectorType>(Ty)->getElementType());
562 Result += (uint64_t)arrayIdx * getTypeAllocSize(Ty);
  /external/llvm/include/llvm/IR/
DataLayout.h 385 uint64_t getTypeAllocSize(Type *Ty) const {
396 return 8 * getTypeAllocSize(Ty);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 687 unsigned FromTypeSize = TD.getTypeAllocSize(FromType);
688 unsigned ToTypeSize = TD.getTypeAllocSize(ToType);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 402 uint64_t Size = DL.getTypeAllocSize(GV->getType()->getElementType());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 283 uint64_t Size = TD->getTypeAllocSize(GV->getType()->getElementType());
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 211 uint64_t DstSize = DstDL.getTypeAllocSize(DstGV->getValueType());
212 uint64_t SrcSize = SrcDL.getTypeAllocSize(SrcGV->getValueType());
320 uint64_t DestSize = DL.getTypeAllocSize(Dest.getValueType());
321 uint64_t SrcSize = DL.getTypeAllocSize(Src.getValueType());
  /external/llvm/lib/Target/
Target.cpp 111 return unwrap(TD)->getTypeAllocSize(unwrap(Ty));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Loads.cpp 119 if (ByteOffset + LoadSize <= TD->getTypeAllocSize(BaseType) &&
MemoryBuiltins.cpp 101 unsigned ElementSize = TD->getTypeAllocSize(T);
  /frameworks/compile/libbcc/lib/
RSX86TranslateGEPPass.cpp 92 DL.getTypeAllocSize(GTI.getIndexedType()));
  /frameworks/compile/slang/
slang_rs_export_func.cpp 164 size_t T2Size = getRSContext()->getDataLayout().getTypeAllocSize(T2);
  /external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp 227 unsigned Size = GVar->getParent()->getDataLayout().getTypeAllocSize(GType);
288 return DL.getTypeAllocSize(const_cast<Type*>(Ty));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 398 uint64_t getTypeAllocSize(Type *Ty) const {
409 return 8 * getTypeAllocSize(Ty);

Completed in 1361 milliseconds

1 2 3 4 5 6 7 8