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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 816 DICompositeType SPTy = SP.getType();
817 unsigned SPTag = SPTy.getTag();
821 DIArray Args = SPTy.getTypeArray();
    [all...]
DwarfDebug.cpp 393 DICompositeType SPTy = SP.getType();
394 DIArray Args = SPTy.getTypeArray();
395 unsigned SPTag = SPTy.getTag();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 702 PointerType* SPTy = cast<PointerType>(SrcPtr->getType());
704 if (SPTy->getAddressSpace() != AIPTy->getAddressSpace()) {
706 SPTy->getAddressSpace());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 219 milliseconds