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

1 2 3 4 5 6 7

  /external/clang/lib/AST/
ItaniumCXXABI.cpp 105 const TargetInfo &Target = Context.getTargetInfo();
115 const llvm::Triple &T = Context.getTargetInfo().getTriple();
132 Context.toCharUnitsFromBits(Context.getTargetInfo().getPointerWidth(0));
Mangle.cpp 67 const TargetInfo &TI = Context.getTargetInfo();
130 getASTContext().getTargetInfo().getUserLabelPrefix();
141 const TargetInfo &TI = Context.getTargetInfo();
RecordLayoutBuilder.cpp 682 return Context.getTargetInfo().getCXXABI();
    [all...]
RecordLayout.cpp 92 if (Ctx.getTargetInfo().getCXXABI().hasPrimaryVBases()) {
MicrosoftCXXABI.cpp 86 Context.getTargetInfo().getTriple().getArch() == llvm::Triple::x86)
245 const TargetInfo &Target = Context.getTargetInfo();
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 155 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
204 M->setTargetTriple(Ctx.getTargetInfo().getTriple().getTriple());
205 M->setDataLayout(Ctx.getTargetInfo().getDataLayoutString());
214 auto Triple = Ctx.getTargetInfo().getTriple();
247 Ctx.getTargetInfo().getDataLayoutString(),
254 Ctx.getTargetInfo().getDataLayoutString(),
ModuleBuilder.cpp 100 M->setTargetTriple(Ctx->getTargetInfo().getTriple().getTriple());
101 M->setDataLayout(Ctx->getTargetInfo().getDataLayoutString());
178 if (Ctx->getTargetInfo().getCXXABI().isMicrosoft()) {
CodeGenModule.cpp 88 Target(C.getTargetInfo()), ABI(createCXXABI(*this)),
110 PointerWidthInBits = C.getTargetInfo().getPointerWidth(0);
112 C.toCharUnitsFromBits(C.getTargetInfo().getPointerAlign(0)).getQuantity();
114 C.toCharUnitsFromBits(C.getTargetInfo().getIntAlign()).getQuantity();
115 IntTy = llvm::IntegerType::get(LLVMContext, C.getTargetInfo().getIntWidth());
431 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
    [all...]
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 49 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
124 CGP.getTargetInfo().getName() + " target", OS);
InstrInfoEmitter.cpp 39 Records(R), CDP(R), SchedModels(CDP.getTargetInfo().getSchedModels()) {}
179 const CodeGenTarget &Target = CDP.getTargetInfo();
352 CodeGenTarget &Target = CDP.getTargetInfo();
548 CodeGenTarget &Target = CDP.getTargetInfo();
DAGISelMatcherGen.cpp 626 CGP.getTargetInfo().getRegBank().getReg(Def);
688 const CodeGenTarget &CGT = CGP.getTargetInfo();
717 const CodeGenTarget &CGT = CGP.getTargetInfo();
    [all...]
FastISelEmitter.cpp 443 const CodeGenTarget &Target = CGP.getTargetInfo();
461 CodeGenInstruction &II = CGP.getTargetInfo().getInstruction(Op);
877 const CodeGenTarget &Target = CGP.getTargetInfo();
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 400 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT())
429 return Ctx.getTargetInfo().getTriple().isArch64Bit()
462 return Ctx.getTargetInfo().getTriple().isArch64Bit()
527 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT() &&
534 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT() &&
665 if (hasValidLengthModifier(Ctx.getTargetInfo())) {
ScanfFormatString.cpp 337 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT())
353 if (Ctx.getTargetInfo().getTriple().isOSMSVCRT())
493 if (hasValidLengthModifier(Ctx.getTargetInfo())) {
  /external/clang/lib/Lex/
LiteralSupport.cpp     [all...]
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 77 PtrWidth(ASTC.getTargetInfo().getPointerWidth(0)) {}
UnixAPIChecker.cpp 117 if (C.getASTContext().getTargetInfo().getTriple().getVendor()
  /frameworks/compile/slang/
slang.cpp 193 mPP->Initialize(getTargetInfo());
201 mPP->getTargetInfo().getTriple());
227 mASTContext->InitBuiltinTypes(getTargetInfo());
580 getTargetInfo(),
slang.h 193 clang::TargetInfo const &getTargetInfo() const { return *mTarget; }
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 176 if (!Context.getTargetInfo().validateOutputConstraint(Info))
237 if (!Context.getTargetInfo().validateOutputSize(Literal->getString(),
255 if (!Context.getTargetInfo().validateInputConstraint(OutputConstraintInfos,
328 if (!Context.getTargetInfo().validateInputSize(Literal->getString(),
342 if (!Context.getTargetInfo().isValidClobber(Clobber))
393 if (!Context.getTargetInfo().validateConstraintModifier(
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp 48 Context.getTargetInfo());
297 switch (Context.getTargetInfo().getTriple().getArch()) {
572 switch (Context.getTargetInfo().getTriple().getArch()) {
718 llvm::Triple::ArchType Arch = Context.getTargetInfo().getTriple().getArch();
721 Context.getTargetInfo().getInt64Type() == TargetInfo::SignedLong;
    [all...]
DeclSpec.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 53 if (Ctx.getTargetInfo().getTriple().isiOS() ||
54 Ctx.getTargetInfo().getTriple().isWatchOS())

Completed in 490 milliseconds

1 2 3 4 5 6 7