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

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 131 uint64_t TySize = TLI->getDataLayout()->getTypeAllocSize(Ty);
136 TySize *= CUI->getZExtValue(); // Get total allocated size.
137 if (TySize == 0) TySize = 1; // Don't create zero-sized stack objects.
140 MF->getFrameInfo()->CreateStackObject(TySize, Align, false, AI);
SelectionDAGBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 210 milliseconds