Searched refs:FS (Results 1 - 25 of 196) sorted by relevance

12345678

/freebsd-11.0-release/usr.bin/lex/
H A Dversion.awk4 FS = "[ \t\.\"]+"
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-unwind.h33 #define MD_FALLBACK_FRAME_STATE_FOR(CONTEXT, FS) \
34 (_Unwind_fallback_frame_state_for (CONTEXT, FS) \
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.cpp29 MSP430Subtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
30 ParseSubtargetFeatures("generic", FS);
35 const std::string &FS, const TargetMachine &TM)
36 : MSP430GenSubtargetInfo(TT, CPU, FS), FrameLowering(),
37 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this) {}
34 MSP430Subtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
H A DMSP430Subtarget.h45 const std::string &FS, const TargetMachine &TM);
47 MSP430Subtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
51 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
H A DMSP430TargetMachine.cpp29 StringRef CPU, StringRef FS,
33 : LLVMTargetMachine(T, "e-m:e-p:16:16-i32:16:32-a:16-n8:16", TT, CPU, FS,
37 Subtarget(TT, CPU, FS, *this) {
28 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.cpp29 WebAssemblySubtarget::initializeSubtargetDependencies(StringRef FS) { argument
35 ParseSubtargetFeatures(CPUString, FS);
41 const std::string &FS,
43 : WebAssemblyGenSubtargetInfo(TT, CPU, FS), HasSIMD128(false),
45 InstrInfo(initializeSubtargetDependencies(FS)), TSInfo(),
39 WebAssemblySubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
H A DWebAssemblySubtarget.h47 WebAssemblySubtarget &initializeSubtargetDependencies(StringRef FS);
53 const std::string &FS, const TargetMachine &TM);
80 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/freebsd-11.0-release/bin/mv/tests/
H A Dlegacy_test.sh13 if [ -z "$FS" ]
139 for FS in '' $TMPDIR/testdir/
143 mv fa ${FS}fb
145 ckf fa ${FS}fb
152 mkdir -p ${FS}1/2/3
153 mv fa fb ${FS}1/2/3
155 ckf fa ${FS}1/2/3/fa
156 ckf fb ${FS}1/2/3/fb
164 mv 1/2/3/fa ${FS}fb
166 ckf fa ${FS}f
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.cpp30 StringRef FS) {
32 if (CPU.empty() && FS.size())
36 ParseSubtargetFeatures(TargetName, FS);
47 const std::string &FS,
49 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM),
50 InstrInfo(), TLInfo(TM, initializeSubtargetDependencies(CPU, FS)),
29 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
46 NVPTXSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const NVPTXTargetMachine &TM) argument
/freebsd-11.0-release/gnu/usr.bin/grep/tests/
H A Dspencer1.awk2 FS = "@";
H A Dbre.awk2 FS="@";
H A Dere.awk2 FS="@";
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreSubtarget.cpp29 const std::string &FS, const TargetMachine &TM)
30 : XCoreGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
28 XCoreSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/BPF/
H A DBPFSubtarget.cpp29 const std::string &FS, const TargetMachine &TM)
30 : BPFGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(*this),
28 BPFSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.cpp30 StringRef FS) {
43 ParseSubtargetFeatures(CPUName, FS);
53 const std::string &FS, TargetMachine &TM,
55 : SparcGenSubtargetInfo(TT, CPU, FS), Is64Bit(is64Bit),
56 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
29 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
52 SparcSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, TargetMachine &TM, bool is64Bit) argument
H A DSparcTargetMachine.cpp58 StringRef CPU, StringRef FS,
62 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options,
65 Subtarget(TT, CPU, FS, *this, is64bit) {
110 StringRef CPU, StringRef FS,
114 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
119 StringRef CPU, StringRef FS,
123 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
128 StringRef CPU, StringRef FS,
132 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
57 SparcTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool is64bit) argument
109 SparcV8TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
118 SparcV9TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
127 SparcelTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-11.0-release/tools/
H A Dmake_libdeps.sh32 FS=': ' # internal field separator
76 echo ${libdir}"${FS}"$(
92 awk -F"${FS}" '{ print $2 }' ${LIBDEPENDS} | tr ' ' '\n' |
103 grep "^${lib}${FS}" ${LIBDEPENDS} || true
105 awk -F"${FS}" '{
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCSubtargetInfo.cpp20 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, argument
23 SubtargetFeatures Features(FS);
27 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { argument
28 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
35 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { argument
36 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
40 const Triple &TT, StringRef C, StringRef FS,
48 InitMCProcessorInfo(CPU, FS);
65 FeatureBitset MCSubtargetInfo::ToggleFeature(StringRef FS) { argument
66 SubtargetFeatures::ToggleFeature(FeatureBits, FS, ProcFeature
39 MCSubtargetInfo( const Triple &TT, StringRef C, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
70 ApplyFeatureFlag(StringRef FS) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DFormatStringParsing.h47 bool ParseLengthModifier(FormatSpecifier &FS, const char *&Beg, const char *E,
51 T FS; member in class:clang::analyze_format_string::SpecifierResult
59 : FS(fs), Start(start), Stop(false) {}
66 return FS;
68 const T &getValue() { return FS; }
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp86 StringRef CPU, StringRef FS,
91 CPU, FS, Options, RM, CM, OL),
94 Subtarget(nullptr), DefaultSubtarget(TT, CPU, FS, isLittle, *this),
95 NoMips16Subtarget(TT, CPU, FS.empty() ? "-mips16" : FS.str() + ",-mips16",
97 Mips16Subtarget(TT, CPU, FS.empty() ? "+mips16" : FS.str() + ",+mips16",
108 StringRef CPU, StringRef FS,
112 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
117 StringRef CPU, StringRef FS,
85 MipsTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL, bool isLittle) argument
107 MipsebTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
116 MipselTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
131 std::string FS = !FSAttr.hasAttribute(Attribute::None) local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp26 SystemZSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS) { argument
31 ParseSubtargetFeatures(CPUName, FS);
36 const std::string &FS,
38 : SystemZGenSubtargetInfo(TT, CPU, FS), HasDistinctOps(false),
44 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
35 SystemZSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM) argument
H A DSystemZTargetMachine.cpp26 static bool UsesVectorABI(StringRef CPU, StringRef FS) { argument
36 FS.split(Features, ',', -1, false /* KeepEmpty */);
48 StringRef FS) {
49 bool VectorABI = UsesVectorABI(CPU, FS);
83 StringRef CPU, StringRef FS,
87 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options,
90 Subtarget(TT, CPU, FS, *this) {
47 computeDataLayout(const Triple &TT, StringRef CPU, StringRef FS) argument
82 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp45 FileSystemStatCache *Cache, vfs::FileSystem &FS) {
51 R = Cache->getStat(Path, Data, isFile, F, FS);
55 llvm::ErrorOr<vfs::Status> Status = FS.status(Path);
70 auto OwnedFile = FS.openFileForRead(Path);
111 std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) {
112 LookupResult Result = statChained(Path, Data, isFile, F, FS);
43 get(const char *Path, FileData &Data, bool isFile, std::unique_ptr<vfs::File> *F, FileSystemStatCache *Cache, vfs::FileSystem &FS) argument
110 getStat(const char *Path, FileData &Data, bool isFile, std::unique_ptr<vfs::File> *F, vfs::FileSystem &FS) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPTargetMachine.h27 StringRef FS, const TargetOptions &Options, Reloc::Model RM,
29 : TargetMachine(T, "", TT, CPU, FS, Options) {}
26 CPPTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Reloc::Model RM, CodeModel::Model CM, CodeGenOpt::Level OL) argument
/freebsd-11.0-release/usr.bin/hexdump/
H A Dhexdump.h72 } FS; typedef in typeref:struct:_fs
74 extern FS *fshead; /* head of format strings list */
102 void rewrite(FS *);
103 int size(FS *);

Completed in 160 milliseconds

12345678