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

  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1036 Type *ETy = PTy->getElementType();
    [all...]
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 139 void addExtensionsToPM(ExtensionPointTy ETy,
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 415 QualType ETy = RTy->getPointeeType();
416 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
417 unsigned AS = Context.getTargetAddressSpace(ETy);
423 QualType ETy = PTy->getPointeeType();
424 llvm::Type *PointeeType = ConvertTypeForMem(ETy);
427 unsigned AS = Context.getTargetAddressSpace(ETy);
CodeGenTBAA.cpp 147 if (const EnumType *ETy = dyn_cast<EnumType>(Ty)) {
152 if (!Features.CPlusPlus || !ETy->getDecl()->isExternallyVisible())
157 MContext.mangleTypeName(QualType(ETy, 0), Out);
CGCall.cpp     [all...]
  /external/clang/lib/Analysis/
FormatString.cpp 282 if (const EnumType *ETy = argTy->getAs<EnumType>())
283 argTy = ETy->getDecl()->getIntegerType();
299 if (const EnumType *ETy = argTy->getAs<EnumType>())
300 argTy = ETy->getDecl()->getIntegerType();
PrintfFormatString.cpp 534 if (const EnumType *ETy = QT->getAs<EnumType>())
535 QT = ETy->getDecl()->getIntegerType();
ScanfFormatString.cpp 416 if (const EnumType *ETy = PT->getAs<EnumType>())
417 PT = ETy->getDecl()->getIntegerType();
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 126 void PassManagerBuilder::addExtensionsToPM(ExtensionPointTy ETy,
129 if ((*GlobalExtensions)[i].first == ETy)
132 if (Extensions[i].first == ETy)
  /external/llvm/lib/Transforms/ObjCARC/
ARCInstKind.cpp 98 Type *ETy = PTy->getElementType();
100 if (ETy->isIntegerTy(8))
122 if (PointerType *Pte = dyn_cast<PointerType>(ETy))
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Verifier.cpp 483 Type *ETy = STy->getTypeAtIndex(2);
484 Assert(ETy->isPointerTy() &&
485 cast<PointerType>(ETy)->getElementType()->isIntegerTy(8),
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 208 milliseconds