HomeSort by relevance Sort by last modified time
    Searched refs:getTargetInfo (Results 26 - 50 of 68) sorted by null

12 3

  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 80 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 73 AtomicSizeInBits > C.getTargetInfo().getMaxAtomicInlineWidth());
330 getContext().getTargetInfo().getMaxAtomicInlineWidth();
    [all...]
CodeGenModule.cpp 58 switch (CGM.getContext().getTargetInfo().getCXXABI().getKind()) {
102 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
104 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
105 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
235 return getContext().getTargetInfo().getTriple().isOSDarwin();
    [all...]
CGCall.cpp     [all...]
CodeGenTypes.cpp 32 : Context(CGM.getContext()), Target(Context.getTargetInfo()),
ItaniumCXXABI.cpp 192 switch (CGM.getContext().getTargetInfo().getCXXABI().getKind()) {
519 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp 654 uint64_t Size = CGM.getContext().getTargetInfo().getPointerWidth(AS);
    [all...]
CodeGenModule.h 485 const TargetInfo &getTarget() const { return Context.getTargetInfo(); }
    [all...]
CGClass.cpp 713 CGM.getContext().getTargetInfo().getCXXABI().hasConstructorVariants()) {
    [all...]
CodeGenFunction.cpp 34 Target(CGM.getContext().getTargetInfo()),
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 287 const TargetInfo &TI = PP.getTargetInfo();
749 unsigned BitWidth = getTargetInfo().getIntMaxTWidth();
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 47 PP.getLangOpts(), PP.getTargetInfo());
283 switch (Context.getTargetInfo().getTriple().getArch()) {
    [all...]
SemaDecl.cpp     [all...]
Sema.cpp 132 if (PP.getTargetInfo().hasInt128Type()) {
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 52 if (Ctx.getTargetInfo().getTriple().getOS() == llvm::Triple::IOS)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 29 const llvm::Triple &T = Ctx.getTargetInfo().getTriple();
  /external/clang/include/clang/Parse/
Parser.h 199 const TargetInfo &getTargetInfo() const { return PP.getTargetInfo(); }
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 433 const TargetInfo &getTargetInfo() const { return *Target; }
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 492 bool HasVariants = !C.getTargetInfo().hasNoAsmVariants();
    [all...]
VTableBuilder.cpp 668 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 471 const TargetInfo &getTargetInfo() const { return *Target; }
    [all...]

Completed in 426 milliseconds

12 3