Searched defs:FS (Results 76 - 100 of 174) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp65 createRISCVMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp77 createMipsMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.cpp237 initSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS) argument
286 initializeSubtargetDependencies(StringRef CPU, StringRef TuneCPU, StringRef FS) argument
293 X86Subtarget(const Triple &TT, StringRef CPU, StringRef TuneCPU, StringRef FS, const X86TargetMachine &TM, MaybeAlign StackAlignOverride, unsigned PreferVectorWidthOverride, unsigned RequiredVectorWidth) argument
H A DX86TargetMachine.cpp250 StringRef FS = local
211 X86TargetMachine(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
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp172 llvm::vfs::FileSystem &FS = getUnderlyingFS(); local
18 createFileEntry( StringRef Filename, llvm::vfs::FileSystem &FS, bool Minimize) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp53 createXCoreMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp114 std::string FS = local
90 SparcTargetMachine( 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, bool is64bit) argument
187 SparcV8TargetMachine(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
197 SparcV9TargetMachine(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
207 SparcelTargetMachine(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...]
/netbsd-current/external/cddl/osnet/dev/dtrace/x86/
H A Dregset.h143 #define FS 1 macro
164 #define FS 0 macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp198 createARMMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSubtargetInfo.cpp150 static FeatureBitset getFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS, argument
208 InitMCProcessorInfo(StringRef CPU, StringRef TuneCPU, StringRef FS) argument
219 setDefaultFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS) argument
225 MCSubtargetInfo(const Triple &TT, StringRef C, StringRef TC, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
292 ApplyFeatureFlag(StringRef FS) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp242 const FunctionSamples *FS = this; local
203 operator <<(raw_ostream &OS, const FunctionSamples &FS) argument
279 auto FS = iter->second.find(*NameInProfile); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp257 explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::FileSystem> FS, argument
135 addDirectoryImpl(const llvm::Twine &Dir, IntrusiveRefCntPtr<vfs::FileSystem> FS, std::error_code &EC) argument
305 IntrusiveRefCntPtr<vfs::FileSystem> FS; member in class:llvm::FileCollectorFileSystem
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetMachine.cpp269 std::string FS = local
211 ARMBaseTargetMachine(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 isLittle) argument
311 ARMLETargetMachine(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
319 ARMBETargetMachine(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...]
H A DARMSubtarget.cpp161 void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
80 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
87 initializeFrameLowering(StringRef CPU, StringRef FS) argument
96 ARMSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const ARMBaseTargetMachine &TM, bool IsLittle, bool MinSize) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DPrintfFormatString.cpp38 static bool ParsePrecision(FormatStringHandler &H, PrintfSpecifier &FS, argument
53 static bool ParseObjCFlags(FormatStringHandler &H, PrintfSpecifier &FS, argument
112 PrintfSpecifier FS; local
459 const analyze_printf::PrintfSpecifier &FS = FSR.getValue(); local
[all...]
H A DFormatString.cpp211 clang::analyze_format_string::ParseLengthModifier(FormatSpecifier &FS, argument
144 ParseArgPosition(FormatStringHandler &H, FormatSpecifier &FS, const char *Start, const char *&Beg, const char *E) argument
181 ParseVectorModifier(FormatStringHandler &H, FormatSpecifier &FS, const char *&I, const char *E, const LangOptions &LO) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp247 std::string FS = local
215 HexagonTargetMachine(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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp171 std::string FS = local
117 WebAssemblyTargetMachine( 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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp349 std::string FS = local
279 AArch64TargetMachine(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, bool LittleEndian) argument
366 AArch64leTargetMachine( 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
374 AArch64beTargetMachine( 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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp52 createAArch64MCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) { argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp80 createPPCMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp170 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL, argument
338 std::string FS = local
313 PPCTargetMachine(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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp111 MipsTargetMachine(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, bool isLittle) argument
143 MipsebTargetMachine(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
153 MipselTargetMachine(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
168 std::string FS = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp111 NVPTXTargetMachine(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 is64bit) argument
138 NVPTXTargetMachine32(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
148 NVPTXTargetMachine64(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
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetMachine.cpp85 std::string FS = local
59 RISCVTargetMachine(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 542 milliseconds

1234567