Home
last modified time | relevance | path

Searched refs:FS (Results 126 – 150 of 556) sorted by relevance

12345678910>>...23

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp42 StringRef CPU, StringRef FS, in MSP430TargetMachine() argument
47 : LLVMTargetMachine(T, computeDataLayout(TT, CPU, Options), TT, CPU, FS, in MSP430TargetMachine()
51 Subtarget(TT, std::string(CPU), std::string(FS), *this) { in MSP430TargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h232 FileSystem *FS; variable
426 : FS(std::move(FS)) {} in ProxyFileSystem()
429 return FS->status(Path); in status()
433 return FS->openFileForRead(Path); in openFileForRead()
436 return FS->dir_begin(Dir, EC); in dir_begin()
439 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
442 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
446 return FS->getRealPath(Path, Output); in getRealPath()
449 return FS->isLocal(Path, Result); in isLocal()
453 FileSystem &getUnderlyingFS() const { return *FS; } in getUnderlyingFS()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp200 static std::string computeFSAdditions(StringRef FS, CodeGenOptLevel OL, in computeFSAdditions() argument
202 std::string FullFS = std::string(FS); in computeFSAdditions()
345 StringRef CPU, StringRef FS, in PPCTargetMachine() argument
351 computeFSAdditions(FS, OL, TT), Options, in PPCTargetMachine()
372 std::string FS = in getSubtargetImpl() local
384 FS += FS.empty() ? "-hard-float" : ",-hard-float"; in getSubtargetImpl()
386 auto &I = SubtargetMap[CPU + TuneCPU + FS]; in getSubtargetImpl()
400 computeFSAdditions(FS, getOptLevel(), getTargetTriple()), *this); in getSubtargetImpl()
H A DPPCSubtarget.h120 const std::string &TuneCPU, const std::string &FS,
125 void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
162 StringRef FS);
166 void initSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.cpp125 StringRef CPU, StringRef FS, in NVPTXTargetMachine() argument
133 CPU, FS, Options, Reloc::PIC_, in NVPTXTargetMachine()
137 Subtarget(TT, std::string(CPU), std::string(FS), *this), in NVPTXTargetMachine()
153 StringRef CPU, StringRef FS, in NVPTXTargetMachine32() argument
158 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32()
163 StringRef CPU, StringRef FS, in NVPTXTargetMachine64() argument
168 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
H A DNVPTXTargetMachine.h39 StringRef FS, const TargetOptions &Options,
90 StringRef FS, const TargetOptions &Options,
101 StringRef FS, const TargetOptions &Options,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_001_pos.ksh79 datasetexists $FS && destroy_dataset $FS -Rf
112 for dtst in $FS $VOL; do
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h47 R600Subtarget(const Triple &TT, StringRef CPU, StringRef FS,
73 void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
82 StringRef GPU, StringRef FS);
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rollback/
H A Dzfs_rollback_001_pos.ksh84 datasetexists $FS && log_must $ZFS destroy -Rf $FS
115 for dtst in $FS $VOL; do
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h67 StringRef FS,
76 StringRef FS, StringRef ABIName, const TargetMachine &TM);
80 void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h41 StringRef FS, const TargetOptions &Options,
90 StringRef FS, const TargetOptions &Options,
103 StringRef FS, const TargetOptions &Options,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCTargetMachine.cpp31 StringRef CPU, StringRef FS, in ARCTargetMachine() argument
39 TT, CPU, FS, Options, getRelocModel(RM), in ARCTargetMachine()
42 Subtarget(TT, std::string(CPU), std::string(FS), *this) { in ARCTargetMachine()
H A DARCSubtarget.cpp28 const std::string &FS, const TargetMachine &TM) in ARCSubtarget() argument
29 : ARCGenSubtargetInfo(TT, CPU, /*TuneCPU=*/CPU, FS), InstrInfo(*this), in ARCSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRTargetMachine.cpp47 StringRef CPU, StringRef FS, in AVRTargetMachine() argument
52 : LLVMTargetMachine(T, AVRDataLayout, TT, getCPU(CPU), FS, Options, in AVRTargetMachine()
55 SubTarget(TT, std::string(getCPU(CPU)), std::string(FS), *this) { in AVRTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp46 StringRef CPU, StringRef FS, in XCoreTargetMachine() argument
53 TT, CPU, FS, Options, getEffectiveRelocModel(RM), in XCoreTargetMachine()
56 Subtarget(TT, std::string(CPU), std::string(FS), *this) { in XCoreTargetMachine()
H A DXCoreSubtarget.cpp28 const std::string &FS, const TargetMachine &TM) in XCoreSubtarget() argument
29 : XCoreGenSubtargetInfo(TT, CPU, /*TuneCPU*/ CPU, FS), FrameLowering(*this), in XCoreSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXSubtarget.cpp26 StringRef FS, const DirectXTargetMachine &TM) in DirectXSubtarget() argument
27 : DirectXGenSubtargetInfo(TT, CPU, CPU, FS), FL(*this), TL(TM, *this) {} in DirectXSubtarget()
H A DDirectXSubtarget.h38 DirectXSubtarget(const Triple &TT, StringRef CPU, StringRef FS,
43 void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
/freebsd/contrib/one-true-awk/testdir/
H A Dt.split9a1 BEGIN { FS = "a" }
3 n = split ($0, x, FS)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h32 StringRef FS, const TargetOptions &Options,
85 StringRef FS, const TargetOptions &Options,
98 StringRef FS, const TargetOptions &Options,
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.h67 const std::string &FS, const SPIRVTargetMachine &TM);
68 SPIRVSubtarget &initSubtargetDependencies(StringRef CPU, StringRef FS);
72 void ParseSubtargetFeatures(StringRef CPU, StringRef TuneCPU, StringRef FS);
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp114 const Target &T, const Triple &TT, StringRef CPU, StringRef FS, in WebAssemblyTargetMachine() argument
128 TT, CPU, FS, Options, getEffectiveRelocModel(RM, TT), in WebAssemblyTargetMachine()
160 std::string FS) const { in getSubtargetImpl()
161 auto &I = SubtargetMap[CPU + FS]; in getSubtargetImpl()
163 I = std::make_unique<WebAssemblySubtarget>(TargetTriple, CPU, FS, *this); in getSubtargetImpl()
175 std::string FS = in getSubtargetImpl() local
183 return getSubtargetImpl(CPU, FS); in getSubtargetImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp890 if (auto *FS = dyn_cast<FunctionSummary>(Summary)) in computeImportForModule() local
907 FunctionSummary *FS = nullptr; in computeImportForModule() local
909 FS = dyn_cast<FunctionSummary>( in computeImportForModule()
914 << ", Size = " << (FS ? (int)FS->instCount() : -1) in computeImportForModule()
1035 auto *FS = cast<FunctionSummary>(S); in ComputeCrossModuleImport() local
1036 for (const auto &Edge : FS->calls()) in ComputeCrossModuleImport()
1038 for (const auto &Ref : FS->refs()) in ComputeCrossModuleImport()
1160 for (auto &EI : FS->mutableCalls()) { in updateValueInfoForIndirectCalls()
1192 updateValueInfoForIndirectCalls(Index, FS); in updateIndirectCalls()
1225 updateValueInfoForIndirectCalls(Index, FS); in computeDeadSymbolsAndUpdateIndirectCalls()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetMachine.cpp87 StringRef CPU, StringRef FS, in VETargetMachine() argument
92 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, in VETargetMachine()
96 Subtarget(TT, std::string(CPU), std::string(FS), *this) { in VETargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h43 StringRef FS, const TargetOptions &Options,
101 StringRef FS, const TargetOptions &Options,
112 StringRef FS, const TargetOptions &Options,

12345678910>>...23