Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlinux64.h105 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
122 (FS)->cfa_how = CFA_REG_OFFSET; \
124 (FS)->cfa_reg = 7; \
125 (FS)->cfa_offset = new_cfa_ - (long) (CONTEXT)->cfa; \
128 (FS)->regs.reg[0].how = REG_SAVED_OFFSET; \
129 (FS)->regs.reg[0].loc.offset = (long)&sc_->rax - new_cfa_; \
130 (FS)->regs.reg[1].how = REG_SAVED_OFFSET; \
131 (FS)->regs.reg[1].loc.offset = (long)&sc_->rdx - new_cfa_; \
132 (FS)->regs.reg[2].how = REG_SAVED_OFFSET; \
133 (FS)->regs.reg[2].loc.offset = (long)&sc_->rcx - new_cfa_; \
[all …]
H A Dlinux.h242 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
271 (FS)->cfa_how = CFA_REG_OFFSET; \
272 (FS)->cfa_reg = 4; \
273 (FS)->cfa_offset = new_cfa_ - (long) (CONTEXT)->cfa; \
276 (FS)->regs.reg[0].how = REG_SAVED_OFFSET; \
277 (FS)->regs.reg[0].loc.offset = (long)&sc_->eax - new_cfa_; \
278 (FS)->regs.reg[3].how = REG_SAVED_OFFSET; \
279 (FS)->regs.reg[3].loc.offset = (long)&sc_->ebx - new_cfa_; \
280 (FS)->regs.reg[1].how = REG_SAVED_OFFSET; \
281 (FS)->regs.reg[1].loc.offset = (long)&sc_->ecx - new_cfa_; \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Install/t/
H A Dcan_write_dir.t8 { package FS; our @ISA = qw(File::Spec); }
16 my $dne = FS->catdir(qw(does not exist));
20 FS->curdir,
21 FS->catdir('does'),
22 FS->catdir('does', 'not'),
23 FS->catdir('does', 'not', 'exist')
27 my $abs_dne = FS->rel2abs($dne);
31 FS->rel2abs(FS->curdir),
32 FS->rel2abs(FS->catdir('does')),
33 FS->rel2abs(FS->catdir('does', 'not')),
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlinux64.h342 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
358 (FS)->cfa_how = CFA_REG_OFFSET; \
359 (FS)->cfa_reg = 14; \
360 (FS)->cfa_offset = new_cfa_ - (long) (CONTEXT)->cfa; \
363 (FS)->regs.reg[i_].how = REG_SAVED_OFFSET; \
364 (FS)->regs.reg[i_].loc.offset = \
369 (FS)->regs.reg[i_ + 16].how = REG_SAVED_OFFSET; \
370 (FS)->regs.reg[i_ + 16].loc.offset = \
379 (FS)->regs.reg[i_ + 32].how = REG_SAVED_OFFSET; \
380 (FS)->regs.reg[i_ + 32].loc.offset = \
[all …]
H A Dlinux.h276 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
304 (FS)->cfa_how = CFA_REG_OFFSET; \
305 (FS)->cfa_reg = 14; \
306 (FS)->cfa_offset = new_cfa_ - (int) (CONTEXT)->cfa; \
311 (FS)->regs.reg[i_].how = REG_SAVED_OFFSET; \
312 (FS)->regs.reg[i_].loc.offset = \
317 (FS)->regs.reg[i_ + 16].how = REG_SAVED_OFFSET; \
318 (FS)->regs.reg[i_ + 16].loc.offset = \
325 (FS)->regs.reg[i_ + 32].how = REG_SAVED_OFFSET; \
326 (FS)->regs.reg[i_ + 32].loc.offset = \
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp123 StringRef CPU, StringRef FS, in MipsTargetMachine() argument
130 CPU, FS, Options, getEffectiveRelocModel(JIT, RM), in MipsTargetMachine()
135 DefaultSubtarget(TT, CPU, FS, isLittle, *this, std::nullopt), in MipsTargetMachine()
136 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16", in MipsTargetMachine()
138 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16", in MipsTargetMachine()
152 StringRef CPU, StringRef FS, in MipsebTargetMachine() argument
157 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
162 StringRef CPU, StringRef FS, in MipselTargetMachine() argument
167 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
176 std::string FS = in getSubtargetImpl() local
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dlinux.h75 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
99 (FS)->cfa_how = CFA_REG_OFFSET; \
100 (FS)->cfa_reg = 30; \
101 (FS)->cfa_offset = new_cfa_ - (long) (CONTEXT)->cfa; \
104 (FS)->regs.reg[i_].how = REG_SAVED_OFFSET; \
105 (FS)->regs.reg[i_].loc.offset \
110 (FS)->regs.reg[i_+32].how = REG_SAVED_OFFSET; \
111 (FS)->regs.reg[i_+32].loc.offset \
114 (FS)->regs.reg[64].how = REG_SAVED_OFFSET; \
115 (FS)->regs.reg[64].loc.offset = (long)&sc_->sc_pc - new_cfa_; \
[all …]
H A Dvms.h170 enum avms_arg_type {I64, FF, FD, FG, FS, FT}; enumerator
381 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
392 (FS)->cfa_offset = pv->pdsc$l_size; \
393 (FS)->cfa_reg = pv->pdsc$w_flags & PDSC$M_BASE_REG_IS_FP ? 29 : 30; \
394 (FS)->retaddr_column = 26; \
395 (FS)->cfa_how = CFA_REG_OFFSET; \
396 (FS)->regs.reg[27].loc.offset = -pv->pdsc$l_size; \
397 (FS)->regs.reg[27].how = REG_SAVED_OFFSET; \
398 (FS)->regs.reg[26].loc.offset \
400 (FS)->regs.reg[26].how = REG_SAVED_OFFSET; \
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Dlinux.h135 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
184 (FS)->cfa_how = CFA_REG_OFFSET; \
185 (FS)->cfa_reg = 15; \
186 (FS)->cfa_offset = \
191 (FS)->regs.reg[i_].how = REG_SAVED_OFFSET; \
192 (FS)->regs.reg[i_].loc.offset = \
197 (FS)->regs.reg[16+i_].how = REG_SAVED_OFFSET; \
198 (FS)->regs.reg[16+i_].loc.offset = \
203 (FS)->regs.reg[32].how = REG_SAVED_OFFSET; \
204 (FS)->regs.reg[32].loc.offset = (long)&regs_->psw_addr - new_cfa_; \
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dlinux.h113 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
152 (FS)->cfa_how = CFA_REG_OFFSET; \
153 (FS)->cfa_reg = STACK_POINTER_REGNUM; \
154 (FS)->cfa_offset = new_cfa_ - (long) (CONTEXT)->cfa; \
159 (FS)->regs.reg[i_].how = REG_SAVED_OFFSET; \
160 (FS)->regs.reg[i_].loc.offset \
164 (FS)->regs.reg[LINK_REGISTER_REGNUM].how = REG_SAVED_OFFSET; \
165 (FS)->regs.reg[LINK_REGISTER_REGNUM].loc.offset \
168 (FS)->regs.reg[CR0_REGNO].how = REG_SAVED_OFFSET; \
169 (FS)->regs.reg[CR0_REGNO].loc.offset \
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileLoaderBaseUtil.cpp81 bool SampleCoverageTracker::markSamplesUsed(const FunctionSamples *FS, in markSamplesUsed() argument
86 unsigned &Count = SampleCoverage[FS][Loc]; in markSamplesUsed()
97 SampleCoverageTracker::countUsedRecords(const FunctionSamples *FS, in countUsedRecords() argument
99 auto I = SampleCoverage.find(FS); in countUsedRecords()
108 for (const auto &I : FS->getCallsiteSamples()) in countUsedRecords()
122 SampleCoverageTracker::countBodyRecords(const FunctionSamples *FS, in countBodyRecords() argument
124 unsigned Count = FS->getBodySamples().size(); in countBodyRecords()
127 for (const auto &I : FS->getCallsiteSamples()) in countBodyRecords()
141 SampleCoverageTracker::countBodySamples(const FunctionSamples *FS, in countBodySamples() argument
144 for (const auto &I : FS->getBodySamples()) in countBodySamples()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp29 StringRef FS) { in initializeSubtargetDependencies() argument
31 initSubtargetFeatures(CPU, FS); in initializeSubtargetDependencies()
32 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
43 void BPFSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { in initSubtargetFeatures() argument
61 const std::string &FS, const TargetMachine &TM) in BPFSubtarget() argument
62 : BPFGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), in BPFSubtarget()
63 FrameLowering(initializeSubtargetDependencies(CPU, FS)), in BPFSubtarget()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DOSLog.cpp59 bool HandlePrintfSpecifier(const analyze_printf::PrintfSpecifier &FS, in HandlePrintfSpecifier() argument
62 if (!FS.consumesDataArgument() && in HandlePrintfSpecifier()
63 FS.getConversionSpecifier().getKind() != in HandlePrintfSpecifier()
68 unsigned ArgIndex = FS.getArgIndex(); in HandlePrintfSpecifier()
73 ArgsData.back().Kind = getKind(FS.getConversionSpecifier().getKind()); in HandlePrintfSpecifier()
81 switch (FS.getConversionSpecifier().getKind()) { in HandlePrintfSpecifier()
84 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
100 auto &precision = FS.getPrecision(); in HandlePrintfSpecifier()
116 if (FS.getPrecision().hasDataArgument()) { in HandlePrintfSpecifier()
117 ArgsData.back().Precision = Args[FS.getPrecision().getArgIndex()]; in HandlePrintfSpecifier()
[all …]
H A DFormatStringParsing.h58 FormatSpecifier &FS, const char *&Beg, const char *E,
63 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
73 T FS; variable
81 : FS(fs), Start(start), Stop(false) {} in SpecifierResult()
88 return FS; in getValue()
90 const T &getValue() { return FS; } in getValue()
H A DPrintfFormatString.cpp38 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, in ParsePrecision() argument
42 FS.setPrecision(ParseNonPositionAmount(Beg, E, *argIndex)); in ParsePrecision()
48 FS.setPrecision(Amt); in ParsePrecision()
53 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, in ParseObjCFlags() argument
58 FS.setHasObjCTechnicalTerm(FlagBeg); in ParseObjCFlags()
112 PrintfSpecifier FS; in ParsePrintfSpecifier() local
113 if (ParseArgPosition(H, FS, Start, I, E)) in ParsePrintfSpecifier()
148 FS.setMaskType(MaskType); in ParsePrintfSpecifier()
178 FS.setIsPrivate(MatchedStr.data()); in ParsePrintfSpecifier()
181 FS.setIsPublic(MatchedStr.data()); in ParsePrintfSpecifier()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp100 StringRef CPU, StringRef FS, in SparcTargetMachine() argument
106 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, in SparcTargetMachine()
112 Subtarget(TT, std::string(CPU), std::string(FS), *this, is64bit), in SparcTargetMachine()
126 std::string FS = in getSubtargetImpl() local
135 FS += FS.empty() ? "+soft-float" : ",+soft-float"; in getSubtargetImpl()
137 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
143 I = std::make_unique<SparcSubtarget>(TargetTriple, CPU, FS, *this, in getSubtargetImpl()
210 StringRef CPU, StringRef FS, in SparcV8TargetMachine() argument
215 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
220 StringRef CPU, StringRef FS, in SparcV9TargetMachine() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp31 const std::string &FS, const AVRTargetMachine &TM) in AVRSubtarget() argument
32 : AVRGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), in AVRSubtarget()
33 TLInfo(TM, initializeSubtargetDependencies(CPU, FS, TM)) { in AVRSubtarget()
35 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in AVRSubtarget()
39 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies() argument
42 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dlinux.h68 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS, SUCCESS) \ argument
106 (FS) -> no_reg_stack_frame = 1; \
118 (FS)->curr.reg[UNW_REG_RP].where = UNW_WHERE_SPREL; \
119 (FS)->curr.reg[UNW_REG_RP].val \
121 (FS)->curr.reg[UNW_REG_RP].when = -1; \
126 #define MD_HANDLE_UNWABI(CONTEXT, FS) \ argument
127 if ((FS)->unwabi == ((3 << 8) | 's') \
128 || (FS)->unwabi == ((0 << 8) | 's')) \
162 (FS) -> no_reg_stack_frame = 1; \
176 (FS)->curr.reg[UNW_REG_PFS].where = UNW_WHERE_NONE; \
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp29 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) in ExpandResponseFilesDatabase() argument
30 : Base(std::move(Base)), Tokenizer(Tokenizer), FS(std::move(FS)) { in ExpandResponseFilesDatabase()
33 assert(this->FS != nullptr); in ExpandResponseFilesDatabase()
64 llvm::Error Err = ECtx.setVFS(FS.get()) in expand()
79 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS; member in clang::tooling::__anonb6cb45b20111::ExpandResponseFilesDatabase
86 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS) { in expandResponseFiles() argument
91 std::move(Base), Tokenizer, std::move(FS)); in expandResponseFiles()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCSubtargetInfo.cpp151 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, in getFeatures() argument
154 SubtargetFeatures Features(FS); in getFeatures()
210 StringRef FS) { in InitMCProcessorInfo() argument
211 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in InitMCProcessorInfo()
212 FeatureString = std::string(FS); in InitMCProcessorInfo()
221 StringRef FS) { in setDefaultFeatures() argument
222 FeatureBits = getFeatures(CPU, TuneCPU, FS, ProcDesc, ProcFeatures); in setDefaultFeatures()
223 FeatureString = std::string(FS); in setDefaultFeatures()
227 StringRef FS, ArrayRef<SubtargetFeatureKV> PF, in MCSubtargetInfo() argument
238 InitMCProcessorInfo(CPU, TuneCPU, FS); in MCSubtargetInfo()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltinTargetFeatures.h83 FeatureListStatus FS = {false, FeatureList}; in hasRequiredFeatures() local
84 while (!FS.HasFeatures && !FS.CurFeaturesList.empty()) in hasRequiredFeatures()
85 FS = getAndFeatures(FS.CurFeaturesList); in hasRequiredFeatures()
86 return FS.HasFeatures; in hasRequiredFeatures()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp29 StringRef FS) { in initializeSubtargetDependencies() argument
36 ParseSubtargetFeatures(CPU, /*TuneCPU*/ CPU, FS); in initializeSubtargetDependencies()
42 const std::string &FS, in WebAssemblySubtarget() argument
44 : WebAssemblyGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), in WebAssemblySubtarget()
45 TargetTriple(TT), InstrInfo(initializeSubtargetDependencies(CPU, FS)), in WebAssemblySubtarget()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.cpp25 R600Subtarget::R600Subtarget(const Triple &TT, StringRef GPU, StringRef FS, in R600Subtarget() argument
27 : R600GenSubtargetInfo(TT, GPU, /*TuneCPU*/ GPU, FS), AMDGPUSubtarget(TT), in R600Subtarget()
30 TLInfo(TM, initializeSubtargetDependencies(TT, GPU, FS)), in R600Subtarget()
37 StringRef FS) { in initializeSubtargetDependencies() argument
39 FullFS += FS; in initializeSubtargetDependencies()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileCollector.cpp138 IntrusiveRefCntPtr<vfs::FileSystem> FS, in addDirectoryImpl() argument
140 auto It = FS->dir_begin(Dir, EC); in addDirectoryImpl()
154 return FS->dir_begin(Dir, EC); in addDirectoryImpl()
259 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, in FileCollectorFileSystem() argument
261 : FS(std::move(FS)), Collector(std::move(Collector)) {} in FileCollectorFileSystem()
264 auto Result = FS->status(Path); in status()
272 auto Result = FS->openFileForRead(Path); in openFileForRead()
280 return Collector->addDirectoryImpl(Dir, FS, EC); in dir_begin()
285 auto EC = FS->getRealPath(Path, Output); in getRealPath()
295 return FS->isLocal(Path, Result); in isLocal()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVESubtarget.cpp29 StringRef FS) { in initializeSubtargetDependencies() argument
39 ParseSubtargetFeatures(CPUName, /*TuneCPU=*/CPU, FS); in initializeSubtargetDependencies()
45 const std::string &FS, const TargetMachine &TM) in VESubtarget() argument
46 : VEGenSubtargetInfo(TT, CPU, /*TuneCPU=*/CPU, FS), TargetTriple(TT), in VESubtarget()
47 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this), in VESubtarget()

12345678910>>...17