HomeSort by relevance Sort by last modified time
    Searched refs:getTargetInfo (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 33 if (Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
48 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
ItaniumCXXABI.cpp 56 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
RecordLayout.cpp 79 if (Ctx.getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
RecordLayoutBuilder.cpp 681 return Context.getTargetInfo().getCXXABI() == CXXABI_Microsoft;
    [all...]
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 55 M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
56 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
57 TD.reset(new llvm::TargetData(Ctx->getTargetInfo().getTargetDescription()));
CGRecordLayoutBuilder.cpp 378 unsigned charAlign = Types.getContext().getTargetInfo().getCharAlign();
508 Types.getContext().getTargetInfo().getCharAlign()));
717 } else if (Types.getContext().getTargetInfo().getCXXABI() == CXXABI_Microsoft
842 if (Types.getContext().getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
    [all...]
CodeGenModule.cpp 54 switch (CGM.getContext().getTargetInfo().getCXXABI()) {
90 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
92 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
93 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
197 return getContext().getTargetInfo().getTriple().isOSDarwin();
    [all...]
CGObjCRuntime.cpp 120 uint64_t ContainingTypeAlign = CGF.CGM.getContext().getTargetInfo().getCharAlign();
TargetInfo.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 35 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
112 CGP.getTargetInfo().getName() + " target", OS);
InstrInfoEmitter.cpp 145 const CodeGenTarget &Target = CDP.getTargetInfo();
177 CodeGenTarget &Target = CDP.getTargetInfo();
DAGISelMatcherGen.cpp 586 CGP.getTargetInfo().getRegBank().getReg(Def);
648 const CodeGenTarget &CGT = CGP.getTargetInfo();
677 const CodeGenTarget &CGT = CGP.getTargetInfo();
    [all...]
CodeGenDAGPatterns.h 694 CodeGenTarget &getTargetInfo() { return Target; }
695 const CodeGenTarget &getTargetInfo() const { return Target; }
CodeGenDAGPatterns.cpp 80 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
    [all...]
FastISelEmitter.cpp 416 const CodeGenTarget &Target = CGP.getTargetInfo();
434 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
854 const CodeGenTarget &Target = CGP.getTargetInfo();
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 240 const llvm::Triple &Triple(S.Context.getTargetInfo().getTriple());
266 const llvm::Triple &Triple(Context.getTargetInfo().getTriple());
SemaAttr.cpp 176 if (!PP.getTargetInfo().hasAlignMac68kSupport()) {
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 78 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
UnixAPIChecker.cpp 81 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
CallAndMessageChecker.cpp 351 !(supportsNilWithFloatRet(Ctx.getTargetInfo().getTriple()) &&
  /frameworks/compile/slang/
slang.h 146 clang::TargetInfo const &getTargetInfo() const { return *mTarget; }
slang_rs.cpp 216 getTargetInfo(),
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 696 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
716 InitializeStandardPredefinedMacros(PP.getTargetInfo(), PP.getLangOpts(),
762 PP.getTargetInfo().getTriple());
  /external/clang/lib/Lex/
PPExpressions.cpp 274 const TargetInfo &TI = PP.getTargetInfo();
735 unsigned BitWidth = getTargetInfo().getIntMaxTWidth();

Completed in 332 milliseconds

1 2 3