Searched refs:getTargetInfo (Results 1 - 25 of 62) sorted by relevance

123

/external/clang/lib/AST/
H A DMicrosoftCXXABI.cpp33 if (!isVariadic && Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
48 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
H A DItaniumCXXABI.cpp56 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
H A DRecordLayout.cpp79 if (Ctx.getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
H A DRecordLayoutBuilder.cpp680 return Context.getTargetInfo().getCXXABI() == CXXABI_Microsoft;
1047 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
1049 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
1095 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
1097 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerAlign(0));
1479 CharUnits::fromQuantity(Context.getTargetInfo().getIntWidth() / 8);
1647 Context.getTargetInfo().getCharAlign()));
1660 Context.getTargetInfo().getCharAlign()));
1781 Context.getTargetInfo().getCharAlign()));
1800 Context.getTargetInfo()
[all...]
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp55 M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
56 M->setDataLayout(Ctx->getTargetInfo().getTargetDescription());
57 TD.reset(new llvm::TargetData(Ctx->getTargetInfo().getTargetDescription()));
H A DCodeGenModule.cpp54 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());
211 return getContext().getTargetInfo().getTriple().isOSDarwin();
2116 if (const char *Sect = getContext().getTargetInfo().getCFStringSection())
2239 ? getContext().getTargetInfo().getNSStringNonFragileABISection()
2240 : getContext().getTargetInfo().getNSStringSection())
H A DCGRecordLayoutBuilder.cpp380 unsigned charAlign = Types.getContext().getTargetInfo().getCharAlign();
510 Types.getContext().getTargetInfo().getCharAlign()));
848 if (Types.getContext().getTargetInfo().getCXXABI() != CXXABI_Microsoft) {
H A DCGDeclCXX.cpp224 CGM.getContext().getTargetInfo().getStaticInitSectionSpecifier())
H A DCGObjCRuntime.cpp120 uint64_t ContainingTypeAlign = CGF.CGM.getContext().getTargetInfo().getCharAlign();
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp47 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
124 CGP.getTargetInfo().getName() + " target", OS);
H A DInstrInfoEmitter.cpp37 Records(R), CDP(R), SchedModels(CDP.getTargetInfo().getSchedModels()) {}
162 const CodeGenTarget &Target = CDP.getTargetInfo();
193 CodeGenTarget &Target = CDP.getTargetInfo();
H A DDAGISelMatcherGen.cpp586 CGP.getTargetInfo().getRegBank().getReg(Def);
648 const CodeGenTarget &CGT = CGP.getTargetInfo();
677 const CodeGenTarget &CGT = CGP.getTargetInfo();
909 const CodeGenTarget &CGT = CGP.getTargetInfo();
H A DCodeGenDAGPatterns.h694 CodeGenTarget &getTargetInfo() { return Target; }
695 const CodeGenTarget &getTargetInfo() const { return Target; }
H A DCodeGenDAGPatterns.cpp80 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
1035 CodeGenInstruction &InstInfo = CDP.getTargetInfo().getInstruction(Operator);
1041 if (InstInfo.HasOneImplicitDefWithKnownVT(CDP.getTargetInfo()) !=MVT::Other)
1253 const CodeGenTarget &T = TP.getDAGPatterns().getTargetInfo();
1262 const CodeGenTarget &T = TP.getDAGPatterns().getTargetInfo();
1276 const CodeGenTarget &T = TP.getDAGPatterns().getTargetInfo();
1520 CDP.getTargetInfo().getInstruction(getOperator());
1536 CDP.getTargetInfo().getRegisterClass(RegClass);
1544 CDP.getTargetInfo().getRegisterClass(ResultNode);
1557 InstInfo.HasOneImplicitDefWithKnownVT(CDP.getTargetInfo());
[all...]
H A DFastISelEmitter.cpp422 const CodeGenTarget &Target = CGP.getTargetInfo();
440 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
863 const CodeGenTarget &Target = CGP.getTargetInfo();
/external/clang/lib/Sema/
H A DTargetAttributesSema.cpp243 const llvm::Triple &Triple(S.Context.getTargetInfo().getTriple());
269 const llvm::Triple &Triple(Context.getTargetInfo().getTriple());
H A DSemaStmtAsm.cpp125 if (!Context.getTargetInfo().validateOutputConstraint(Info))
154 if (!Context.getTargetInfo().validateInputConstraint(OutputConstraintInfos.data(),
198 if (!Context.getTargetInfo().isValidClobber(Clobber))
492 bool IsSimple = isSimpleMSAsm(Pieces, Context.getTargetInfo());
504 const std::string &TT = Context.getTargetInfo().getTriple().getTriple();
603 if (!Context.getTargetInfo().isValidClobber(Clobber))
H A DSemaAttr.cpp176 if (!PP.getTargetInfo().hasAlignMac68kSupport()) {
H A DSemaDeclAttr.cpp1519 if (S.Context.getTargetInfo().getTriple().isOSDarwin()) {
2186 if (!S.Context.getTargetInfo().hasProtectedVisibility()) {
2500 (S.Context.getTargetInfo().getTriple().isOSDarwin() &&
2594 std::string Error = S.Context.getTargetInfo().isValidSectionSpecifier(SE->getString());
3244 DestWidth = S.Context.getTargetInfo().getPointerWidth(0);
3246 DestWidth = S.Context.getTargetInfo().getCharWidth();
3250 DestWidth = S.Context.getTargetInfo().getPointerWidth(0);
3324 if (S.Context.getTargetInfo().getLongWidth() == 64)
3329 if (S.Context.getTargetInfo().getLongWidth() == 64)
3694 if (Context.getTargetInfo()
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp78 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
H A DUnixAPIChecker.cpp81 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
H A DCallAndMessageChecker.cpp417 !(supportsNilWithFloatRet(Ctx.getTargetInfo().getTriple()) &&
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp716 InitializePredefinedMacros(PP.getTargetInfo(), LangOpts, FEOpts, Builder);
736 InitializeStandardPredefinedMacros(PP.getTargetInfo(), PP.getLangOpts(),
782 PP.getTargetInfo().getTriple());
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp485 if (hasValidLengthModifier(Ctx.getTargetInfo())) {
H A DScanfFormatString.cpp433 if (hasValidLengthModifier(Ctx.getTargetInfo())) {

Completed in 627 milliseconds

123