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

1234567891011>>

/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h39 StringRef FS, const TargetOptions &Options,
79 StringRef FS, const TargetOptions &Options,
88 StringRef FS, const TargetOptions &Options,
H A DNVPTXTargetMachine.cpp108 StringRef CPU, StringRef FS,
116 CPU, FS, Options, Reloc::PIC_,
120 Subtarget(TT, CPU, FS, *this) {
135 StringRef CPU, StringRef FS,
140 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {}
145 StringRef CPU, StringRef FS,
150 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {}
107 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
134 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
144 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
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h59 StringRef CPU, StringRef FS,
64 RISCVSubtarget(const Triple &TT, StringRef CPU, StringRef FS,
69 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
H A DRISCVTargetMachine.cpp60 StringRef CPU, StringRef FS,
65 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
83 std::string FS = !FSAttr.hasAttribute(Attribute::None) local
86 std::string Key = CPU + FS;
103 I = std::make_unique<RISCVSubtarget>(TargetTriple, CPU, FS, ABIName, *this);
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
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp68 StringRef CPU, StringRef FS,
73 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
76 TLOF(createTLOF()), Subtarget(TT, CPU, FS, *this) {
67 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-12-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, CPU, 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
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/Solaris/sys/
H A Dregset.h21 #undef FS macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFTargetMachine.h26 StringRef FS, const TargetOptions &Options,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h31 StringRef FS, const TargetOptions &Options,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
H A Drsend_003_pos.ksh87 ds=$dstds/$FS/fs1
100 ds=$POOL2/$FS
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-bsdlabel.sh248 FS=`echo $STRING | tr -s '\t' ' ' | cut -d ' ' -f 1`
252 # Check if we have a .eli extension on this FS
253 echo ${FS} | grep -q ".eli" 2>/dev/null
256 FS="`echo ${FS} | cut -d '.' -f 1`"
275 case $FS in
341 if [ "${FS}" != "UFS" -a "${FS}" != "UFS+S" -a "${FS}" != "UFS+J" -a "${FS}" !
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h32 llvm::vfs::FileSystem *FS = llvm::vfs::getRealFileSystem().get();
34 FS->getBufferForFile(ConfigFile.str());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCMCTargetDesc.cpp50 StringRef CPU, StringRef FS) {
51 return createARCMCSubtargetInfoImpl(TT, CPU, FS);
49 createARCMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp46 createMSP430MCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) { argument
47 return createMSP430MCSubtargetInfoImpl(TT, CPU, FS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp48 createNVPTXMCSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS) { argument
49 return createNVPTXMCSubtargetInfoImpl(TT, CPU, FS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.h29 StringRef FS, const TargetOptions &Options,
37 std::string FS) const;
/freebsd-12-stable/contrib/gdb/gdb/
H A Dcopying.awk2 FS="\"";
/freebsd-12-stable/sys/cddl/dev/dtrace/x86/
H A Dregset.h143 #define FS 1 macro
164 #define FS 0 macro
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh87 FS=$($ZFS list $TESTPOOL)
88 if [ -z "$FS" ]
/freebsd-12-stable/usr.bin/hexdump/
H A Dhexdump.c56 FS *fshead; /* head of format strings */
64 FS *tfs;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp184 bool markSamplesUsed(const FunctionSamples *FS, uint32_t LineOffset,
187 unsigned countUsedRecords(const FunctionSamples *FS,
189 unsigned countBodyRecords(const FunctionSamples *FS,
192 uint64_t countBodySamples(const FunctionSamples *FS,
282 FunctionSamples *FS = FSToUpdate.front(); local
284 FS->GUIDToFuncNameMap = Map;
285 for (const auto &ICS : FS->getCallsiteSamples()) {
288 FunctionSamples &FS = const_cast<FunctionSamples &>(IFS.second); local
289 FSToUpdate.push(&FS);
546 bool SampleCoverageTracker::markSamplesUsed(const FunctionSamples *FS, argument
562 countUsedRecords(const FunctionSamples *FS, ProfileSummaryInfo *PSI) const argument
587 countBodyRecords(const FunctionSamples *FS, ProfileSummaryInfo *PSI) const argument
606 countBodySamples(const FunctionSamples *FS, ProfileSummaryInfo *PSI) const argument
699 const FunctionSamples *FS = findFunctionSamples(Inst); local
815 const FunctionSamples *FS = findFunctionSamples(Inst); local
837 const FunctionSamples *FS = findFunctionSamples(Inst); local
988 const FunctionSamples *FS = nullptr; local
1093 const FunctionSamples *FS = Pair.getSecond(); local
1537 const FunctionSamples *FS = findFunctionSamples(I); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp229 void X86Subtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { argument
234 std::string FullFS = FS;
317 StringRef FS) {
318 initSubtargetFeatures(CPU, FS);
322 X86Subtarget::X86Subtarget(const Triple &TT, StringRef CPU, StringRef FS, argument
327 : X86GenSubtargetInfo(TT, CPU, FS), PICStyle(PICStyles::Style::None),
336 InstrInfo(initializeSubtargetDependencies(CPU, FS)), TLInfo(TM, *this),
316 initializeSubtargetDependencies(StringRef CPU, StringRef FS) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.h44 StringRef FS, TargetOptions Options,
75 StringRef FS, TargetOptions Options,
100 StringRef FS, TargetOptions Options,

Completed in 365 milliseconds

1234567891011>>