Searched refs:FS (Results 76 - 100 of 318) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h69 #define FS 28 macro
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileSystemStatCache.h53 FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS);
62 llvm::vfs::FileSystem &FS) = 0;
83 llvm::vfs::FileSystem &FS) override;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_007_pos.ksh47 "$POOL/pclone" "$POOL/$FS/pclone" \
48 "$POOL/$FS/fs1/fs2" "$POOL/fs2"
51 dtst[((n))]="$POOL/vol"; dtst[((n+1))]="$POOL/$FS/fs1/vol"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h51 const std::string &FS, const TargetMachine &TM);
53 MSP430Subtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
57 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
H A DMSP430TargetMachine.cpp41 StringRef CPU, StringRef FS,
46 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS,
50 Subtarget(TT, std::string(CPU), std::string(FS), *this) {
40 MSP430TargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h55 const std::string &FS, const NVPTXTargetMachine &TM);
85 NVPTXSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
86 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
H A DNVPTXTargetMachine.h39 StringRef FS, const TargetOptions &Options,
79 StringRef FS, const TargetOptions &Options,
88 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp31 StringRef CPU, StringRef FS,
39 TT, CPU, FS, Options, getRelocModel(RM),
42 Subtarget(TT, std::string(CPU), std::string(FS), *this) {
30 ARCTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp38 static bool UsesVectorABI(StringRef CPU, StringRef FS) { argument
50 FS.split(Features, ',', -1, false /* KeepEmpty */);
66 StringRef FS) {
67 bool VectorABI = UsesVectorABI(CPU, FS);
153 StringRef CPU, StringRef FS,
159 T, computeDataLayout(TT, CPU, FS), TT, CPU, FS, Options,
177 std::string FS = !FSAttr.hasAttribute(Attribute::None) local
189 FS += FS
65 computeDataLayout(const Triple &TT, StringRef CPU, StringRef FS) argument
152 SystemZTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySubtarget.h61 StringRef FS);
67 const std::string &FS, const TargetMachine &TM);
108 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/freebsd-13-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_007_pos.ksh61 "$POOL/pclone" "$POOL/$FS/pclone" \
62 "$POOL/$FS/fs1/fs2" "$POOL/fs2"
65 dtst[((n))]="$POOL/vol"; dtst[((n+1))]="$POOL/$FS/fs1/vol"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp60 const sampleprof::FunctionSamples &FS, bool isCallsiteSample) {
63 if (FS.getHeadSamples() > MaxFunctionCount)
64 MaxFunctionCount = FS.getHeadSamples();
66 for (const auto &I : FS.getBodySamples())
68 for (const auto &I : FS.getCallsiteSamples())
59 addRecord( const sampleprof::FunctionSamples &FS, bool isCallsiteSample) argument
H A DSampleProf.cpp153 for (const auto &FS : CS->second) {
155 OS << CS->first << ": inlined callee: " << FS.second.getName() << ": ";
156 FS.second.print(OS, Indent + 4);
167 const FunctionSamples &FS) {
168 FS.print(OS);
191 const FunctionSamples *FS = this; local
192 for (int i = S.size() - 1; i >= 0 && FS != nullptr; i--) {
193 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second);
195 return FS;
166 operator <<(raw_ostream &OS, const FunctionSamples &FS) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp48 StringRef FS) {
50 initSubtargetFeatures(CPU, FS);
55 const std::string &FS, const PPCTargetMachine &TM)
56 : PPCGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT),
59 TM(TM), FrameLowering(initializeSubtargetDependencies(CPU, FS)),
130 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
147 ParseSubtargetFeatures(CPUName, FS);
47 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
54 PPCSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const PPCTargetMachine &TM) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp112 IntrusiveRefCntPtr<vfs::FileSystem> FS,
114 auto It = FS->dir_begin(Dir, EC);
128 return FS->dir_begin(Dir, EC);
229 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, argument
231 : FS(std::move(FS)), Collector(std::move(Collector)) {}
234 auto Result = FS->status(Path);
242 auto Result = FS->openFileForRead(Path);
250 return Collector->addDirectoryImpl(Dir, FS, EC);
255 auto EC = FS
111 addDirectoryImpl(const llvm::Twine &Dir, IntrusiveRefCntPtr<vfs::FileSystem> FS, std::error_code &EC) argument
277 IntrusiveRefCntPtr<vfs::FileSystem> FS; member in class:llvm::FileCollectorFileSystem
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h89 FeatureBitset FeatureBits; // Feature bits for current CPU + FS
93 MCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS,
121 void InitMCProcessorInfo(StringRef CPU, StringRef FS);
126 void setDefaultFeatures(StringRef CPU, StringRef FS);
138 FeatureBitset ToggleFeature(StringRef FS);
142 FeatureBitset ApplyFeatureFlag(StringRef FS);
150 bool checkFeatures(StringRef FS) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp150 static FeatureBitset getFeatures(StringRef CPU, StringRef FS, argument
153 SubtargetFeatures Features(FS);
195 void MCSubtargetInfo::InitMCProcessorInfo(StringRef CPU, StringRef FS) { argument
196 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
203 void MCSubtargetInfo::setDefaultFeatures(StringRef CPU, StringRef FS) { argument
204 FeatureBits = getFeatures(CPU, FS, ProcDesc, ProcFeatures);
207 MCSubtargetInfo::MCSubtargetInfo(const Triple &TT, StringRef C, StringRef FS, argument
218 InitMCProcessorInfo(CPU, FS);
273 FeatureBitset MCSubtargetInfo::ApplyFeatureFlag(StringRef FS) { argument
274 ::ApplyFeatureFlag(FeatureBits, FS, ProcFeature
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h43 StringRef FS, const TargetOptions &Options,
82 StringRef FS, const TargetOptions &Options,
92 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSubtarget.h36 //! \param FS The feature string.
38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
49 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
51 AVRSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS,
H A DAVRTargetMachine.cpp44 StringRef CPU, StringRef FS,
49 : LLVMTargetMachine(T, AVRDataLayout, TT, getCPU(CPU), FS, Options,
52 SubTarget(TT, std::string(getCPU(CPU)), std::string(FS), *this) {
43 AVRTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h41 StringRef FS, const TargetOptions &Options,
77 StringRef FS, const TargetOptions &Options,
89 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h32 StringRef FS, const TargetOptions &Options,
70 StringRef FS, const TargetOptions &Options,
82 StringRef FS, const TargetOptions &Options,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h62 const std::string &FS, const TargetMachine &TM, bool is64bit);
104 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
105 SparcSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp69 StringRef CPU, StringRef FS,
74 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
78 Subtarget(TT, std::string(CPU), std::string(FS), *this) {
68 VETargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp47 StringRef CPU, StringRef FS,
54 TT, CPU, FS, Options, getEffectiveRelocModel(RM),
57 Subtarget(TT, std::string(CPU), std::string(FS), *this) {
46 XCoreTargetMachine(const Target &T, const Triple &TT, StringRef CPU, StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM, Optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) argument

Completed in 129 milliseconds

1234567891011>>