Searched defs:Target (Results 251 - 275 of 305) sorted by relevance

<<111213

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp1413 int64_t Target = MI.getOperand(3).getImm(); local
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp94 Target::Target(Debugger &debugger, const ArchSpec &target_arch, function in class:Target
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h738 HandlePrintfSpecifier(const analyze_printf::PrintfSpecifier &FS, const char *startSpecifier, unsigned specifierLen, const TargetInfo &Target) argument
H A DStmt.h2901 Stmt *Target; member in class:clang::IndirectGotoStmt
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c4250 ttdsaTgt_t *Target = (ttdsaTgt_t *)osData->ttdsaTgt; local
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h999 SExpr* Target; member in class:clang::threadSafety::Call
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1543 MachineOperand *Target; member in class:__anon1829::KernelOperandInfo
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp338 RecordTable &Target = local
345 NameTable &Target = (StreamIdx == StreamTPI) ? NameFromTypes : NameFromIds; local
350 RecordTable &Target = local
372 NameTable &Target = (StreamIdx == StreamTPI) ? NameFromTypes : NameFromIds; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp177 static void parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, argument
H A DAArch64FastISel.cpp2458 MachineBasicBlock *Target = (Imm == 0) ? FBB : TBB; local
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp1271 targetVersionOrMinimumSupportedOSVersion(const Triple &Target, argument
1278 getMachoVersionMinLoadCommandType(const Triple &Target) { argument
1298 static VersionTuple getMachoBuildVersionSupportedOS(const Triple &Target) { argument
1326 getMachoBuildVersionPlatformType(const Triple &Target) argument
1354 emitVersionForTarget( const Triple &Target, const VersionTuple &SDKVersion, const Triple *DarwinTargetVariantTriple, const VersionTuple &DarwinTargetVariantSDKVersion) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp591 void CodeGenFunction::EmitBranch(llvm::BasicBlock *Target) { argument
2113 SimplifyConstraint(const char *Constraint, const TargetInfo &Target, argument
2166 AddVariableConstraints(const std::string &Constraint, const Expr &AsmExpr, const TargetInfo &Target, CodeGenModule &CGM, const AsmStmt &Stmt, const bool EarlyClobber, std::string *GCCReg = nullptr) argument
[all...]
H A DCGException.cpp133 static const EHPersonality &getCPersonality(const TargetInfo &Target, argument
147 static const EHPersonality &getObjCPersonality(const TargetInfo &Target, argument
177 static const EHPersonality &getCXXPersonality(const TargetInfo &Target, argument
199 static const EHPersonality &getObjCXXPersonality(const TargetInfo &Target, argument
241 const TargetInfo &Target = CGM.getTarget(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1891 llvm::Triple Target = Context.getTargetInfo().getTriple(); local
H A DExpr.cpp1069 unsigned StringLiteral::mapCharByteWidth(TargetInfo const &Target, argument
1299 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, const LangOptions &Features, const TargetInfo &Target, unsigned *StartToken, unsigned *StartTokenByteOffset) const argument
H A DItaniumMangle.cpp4091 llvm::Triple Target = getASTContext().getTargetInfo().getTriple(); local
4121 llvm::Triple Target = getASTContext().getTargetInfo().getTriple(); local
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp523 IntrusiveRefCntPtr<TargetInfo> &Target; member in class:__anon606::ASTInfoCollector
529 ASTInfoCollector(Preprocessor &PP, ASTContext *Context, HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, LangOptions &LangOpt, std::shared_ptr<TargetOptions> &TargetOpts, IntrusiveRefCntPtr<TargetInfo> &Target, unsigned &Counter) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp372 void ModuleMap::setTarget(const TargetInfo &Target) { argument
1514 const TargetInfo *Target; member in class:clang::ModuleMapParser
357 ModuleMap(SourceManager &SourceMgr, DiagnosticsEngine &Diags, const LangOptions &LangOpts, const TargetInfo *Target, HeaderSearch &HeaderInfo) argument
1588 ModuleMapParser(Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, FileEntryRef ModuleMapFile, DirectoryEntryRef Directory, bool IsSystem) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1285 MachineBasicBlock *Target = (Imm == 0) ? FBB : TBB; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp897 static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp795 const auto *Target = getWalkTarget(Current); local
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp53 const CodeGenTarget &Target; member in struct:__anon3133::InstRegexOp
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4021 NamedDecl *Target = R.getFoundDecl(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1474 const TargetInfo &Target = Context.getTargetInfo(); local
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp478 const Triple &Target = TM.getTargetTriple(); local

Completed in 799 milliseconds

<<111213