HomeSort by relevance Sort by last modified time
    Searched refs:getTypeAllocSize (Results 51 - 69 of 69) sorted by null

1 23

  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 396 Align = TM->getDataLayout()->getTypeAllocSize(Type);
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 713 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 496 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
512 uint64_t VariableScale = TD.getTypeAllocSize(GTI.getIndexedType());
526 uint64_t Size = TD.getTypeAllocSize(GTI.getIndexedType());
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 533 unsigned Size = TD.getTypeAllocSize(CPs[i].getType());
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 637 return getDataLayout()->getTypeAllocSize(ElementTy);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 803 size_t RSExportType::GetTypeAllocSize(const RSExportType *ET) {
807 return ET->getRSContext()->getDataLayout()->getTypeAllocSize(
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 374 unsigned sz = getDataLayout()->getTypeAllocSize(ETy);
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1549 milliseconds

1 23