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

1234567891011>>

/external/e2fsprogs/resize/
H A Dtest-resize3 FS=/bigscratch/testfs
11 /bin/rm -f $FS ; touch $FS
12 truncate -s 8T $FS
13 $MKE2FS -F -t ext4 $FEATURE $FS
14 $E2FSCK -FY $FS
15 $DUMPE2FS $FS > /tmp/d1
17 truncate -s 20T $FS
18 time $RESIZE2FS -d 31 -p $FS > /tmp/r1
19 $DUMPE2FS $FS > /tm
[all...]
/external/valgrind/none/tests/amd64-linux/
H A Dcet_nops_fs.stdout.exp1 start testing FS prefix ..
/external/valgrind/none/tests/amd64-solaris/
H A Dcet_nops_fs.stdout.exp1 start testing FS prefix ..
/external/valgrind/none/tests/x86-linux/
H A Dcet_nops_fs.stdout.exp1 start testing FS prefix ..
/external/valgrind/none/tests/x86-solaris/
H A Dcet_nops_fs.stdout.exp1 start testing FS prefix ..
/external/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
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreSubtarget.cpp25 const std::string &CPU, const std::string &FS)
26 : XCoreGenSubtargetInfo(TT, CPU, FS)
24 XCoreSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
H A DXCoreSubtarget.h34 const std::string &FS);
38 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaSubtarget.cpp24 const std::string &FS)
25 : AlphaGenSubtargetInfo(TT, CPU, FS), HasCT(false) {
31 ParseSubtargetFeatures(CPUName, FS);
23 AlphaSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430Subtarget.cpp26 const std::string &FS) :
27 MSP430GenSubtargetInfo(TT, CPU, FS) {
31 ParseSubtargetFeatures(CPUName, FS);
24 MSP430Subtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
H A DMSP430Subtarget.h34 const std::string &FS);
38 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
/external/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
/external/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
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinSubtarget.cpp26 const std::string &FS)
27 : BlackfinGenSubtargetInfo(TT, CPU, FS), sdram(false),
43 ParseSubtargetFeatures(CPUName, FS);
24 BlackfinSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument
H A DBlackfinTargetMachine.cpp27 StringRef FS,
30 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
32 Subtarget(TT, CPU, FS),
24 BlackfinTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcSubtarget.cpp25 const std::string &FS, bool is64Bit) :
26 SparcGenSubtargetInfo(TT, CPU, FS),
43 ParseSubtargetFeatures(CPUName, FS);
24 SparcSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS, bool is64Bit) argument
H A DSparcTargetMachine.cpp28 StringRef CPU, StringRef FS,
31 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
32 Subtarget(TT, CPU, FS, is64bit),
56 StringRef FS, Reloc::Model RM,
58 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, false) {
63 StringRef FS, Reloc::Model RM,
65 : SparcTargetMachine(T, TT, CPU, FS, RM, CM, true) {
27 SparcTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM, bool is64bit) argument
54 SparcV8TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
61 SparcV9TargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS, Reloc::Model RM, CodeModel::Model CM) argument
/external/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
/external/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
/external/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
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp310 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); local
313 vfs::directory_iterator I = FS->dir_begin(Twine(TestDirectory), EC);
322 I = FS->dir_begin(Twine(TestDirectory), EC);
337 IntrusiveRefCntPtr<vfs::FileSystem> FS = vfs::getRealFileSystem(); local
340 auto I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC);
349 I = vfs::recursive_directory_iterator(*FS, Twine(TestDirectory), EC);
525 clang::vfs::InMemoryFileSystem FS; member in class:InMemoryFileSystemTest
529 : FS(/*UseNormalizedPaths=*/false),
534 auto Stat = FS.status("/a");
535 ASSERT_EQ(Stat.getError(),errc::no_such_file_or_directory) << FS
694 IntrusiveRefCntPtr<vfs::FileSystem> FS; local
707 IntrusiveRefCntPtr<vfs::FileSystem> FS = local
767 IntrusiveRefCntPtr<vfs::FileSystem> FS = local
803 IntrusiveRefCntPtr<vfs::FileSystem> FS = local
836 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString("{]", Lower); local
927 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( local
979 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( local
1022 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( local
1043 IntrusiveRefCntPtr<vfs::FileSystem> FS = local
1088 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( local
1133 IntrusiveRefCntPtr<vfs::FileSystem> FS = getFromYAMLString( local
[all...]
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c148 FS = 1, enumerator in enum:__anon16159
161 s[FS].v = fd4_emit_get_fp(emit);
183 * space and FS taking entire remaining space. We probably don't
187 * NOTE: if VS.instrlen + FS.instrlen > 64, then one or both shaders
190 if ((s[VS].instrlen + s[FS].instrlen) > 64) {
191 /* prioritize FS for internal memory: */
192 if (s[FS].instrlen < 64) {
193 /* if FS can fit, kick VS out to external memory: */
196 /* otherwise if VS can fit, kick out FS: */
197 s[FS]
[all...]
/external/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...]
/external/llvm/lib/Target/AVR/
H A DAVRSubtarget.cpp32 const std::string &FS, AVRTargetMachine &TM)
33 : AVRGenSubtargetInfo(TT, CPU, FS), InstrInfo(), FrameLowering(),
44 ParseSubtargetFeatures(CPU, FS);
31 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, AVRTargetMachine &TM) argument
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp28 const std::string &FS):
29 SystemZGenSubtargetInfo(TT, CPU, FS), HasZ10Insts(false) {
35 ParseSubtargetFeatures(CPUName, FS);
26 SystemZSubtarget(const std::string &TT, const std::string &CPU, const std::string &FS) argument

Completed in 561 milliseconds

1234567891011>>