HomeSort by relevance Sort by last modified time
    Searched refs:FS (Results 301 - 325 of 809) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 55 TargetSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 161 StringRef CPU, StringRef FS) {
163 if (!FS.empty()) {
165 ArchFS = (Twine(ArchFS) + "," + FS).str();
167 ArchFS = FS;
  /external/llvm/lib/Target/X86/
X86Subtarget.h 129 /// Processor has FS/GS base insturctions.
315 X86Subtarget(const Triple &TT, StringRef CPU, StringRef FS,
343 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
348 X86Subtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
350 void initSubtargetFeatures(StringRef CPU, StringRef FS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 54 TargetSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
SampleProf.h 278 auto FS = iter->second.find(CalleeName);
279 if (FS != iter->second.end())
280 return &FS->getValue();
281 // If we cannot find exact match of the callee name, return the FS with
393 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
SampleProf.h 278 auto FS = iter->second.find(CalleeName);
279 if (FS != iter->second.end())
280 return &FS->getValue();
281 // If we cannot find exact match of the callee name, return the FS with
393 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 54 TargetSubtargetInfo(const Triple &TT, StringRef CPU, StringRef FS,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
SampleProf.h 278 auto FS = iter->second.find(CalleeName);
279 if (FS != iter->second.end())
280 return &FS->getValue();
281 // If we cannot find exact match of the callee name, return the FS with
393 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
SampleProf.h 278 auto FS = iter->second.find(CalleeName);
279 if (FS != iter->second.end())
280 return &FS->getValue();
281 // If we cannot find exact match of the callee name, return the FS with
393 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProf.h 279 auto FS = iter->second.find(CalleeName);
280 if (FS != iter->second.end())
281 return &FS->getValue();
282 // If we cannot find exact match of the callee name, return the FS with
427 raw_ostream &operator<<(raw_ostream &OS, const FunctionSamples &FS);
  /external/linux-kselftest/tools/testing/selftests/x86/
fsgsbase.c 74 enum which_base { FS, GS };
87 if (which == FS) {
89 asm volatile ("mov %%fs:(%%rcx), %%rax" : : "c" (offset) : "rax");
103 if (which == FS) {
104 asm volatile ("mov %%fs:(%%rcx), %%rax"
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 304 STRINGIFY_CODE(FS, PERMODULE)
305 STRINGIFY_CODE(FS, PERMODULE_PROFILE)
306 STRINGIFY_CODE(FS, PERMODULE_GLOBALVAR_INIT_REFS)
307 STRINGIFY_CODE(FS, COMBINED)
308 STRINGIFY_CODE(FS, COMBINED_PROFILE)
309 STRINGIFY_CODE(FS, COMBINED_GLOBALVAR_INIT_REFS)
310 STRINGIFY_CODE(FS, ALIAS)
311 STRINGIFY_CODE(FS, COMBINED_ALIAS)
312 STRINGIFY_CODE(FS, COMBINED_ORIGINAL_NAME)
313 STRINGIFY_CODE(FS, VERSION
    [all...]
  /external/llvm/lib/Support/
raw_ostream.cpp 401 raw_ostream &raw_ostream::operator<<(const FormattedString &FS) {
402 unsigned Len = FS.Str.size();
403 int PadAmount = FS.Width - Len;
404 if (FS.RightJustify && (PadAmount > 0))
406 this->operator<<(FS.Str);
407 if (!FS.RightJustify && (PadAmount > 0))
492 sys::fs::OpenFlags Flags) {
500 if (!(Flags & sys::fs::F_Text))
506 EC = sys::fs::openFileForWrite(Filename, FD, Flags);
514 sys::fs::OpenFlags Flags
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 328 raw_ostream &raw_ostream::operator<<(const FormattedString &FS) {
329 unsigned Len = FS.Str.size();
330 int PadAmount = FS.Width - Len;
331 if (FS.RightJustify && (PadAmount > 0))
333 this->operator<<(FS.Str);
334 if (!FS.RightJustify && (PadAmount > 0))
466 sys::fs::OpenFlags Flags) {
474 if (!(Flags & sys::fs::F_Text))
480 EC = sys::fs::openFileForWrite(Filename, FD, Flags);
488 sys::fs::OpenFlags Flags
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 27 #define FS 16000 /* sampling frequency (Hz) */
60 HeaderRate = HeaderSize * 8 * FS / current_framesamples; /* bits/s */
66 ((packet_size + HeaderSize) * 8 * FS) / (bottleneck + HeaderRate));
87 BN_data->arrival_time += (current_framesamples + ((FS/1000) * current_delay));
785 // ((double)FS) ) * 8 );
809 (double)totalbits *(FS/1000) / totalsmpls);
816 length_file = ((double)framecnt*(double)declen/FS);
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 35 llvm::sys::fs::UniqueID UID;
40 llvm::sys::fs::file_type Type;
41 llvm::sys::fs::perms Perms;
47 Status() : Type(llvm::sys::fs::file_type::status_error) {}
48 Status(const llvm::sys::fs::file_status &Status);
49 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
51 uint64_t Size, llvm::sys::fs::file_type Type,
52 llvm::sys::fs::perms Perms);
56 static Status copyWithNewName(const llvm::sys::fs::file_status &In,
62 /// @name Status interface from llvm::sys::fs
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_gen8.c 73 if (DIRTY(FS)) {
74 const struct ilo_state_sbe *sbe = ilo_shader_get_kernel_sbe(vec->fs);
90 const union ilo_shader_cso *cso = ilo_shader_get_kernel_cso(vec->fs);
91 const uint32_t kernel_offset = ilo_shader_get_kernel_offset(vec->fs);
127 if (DIRTY(FS) || r->instruction_bo_changed)
131 if (DIRTY(FS))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
VirtualFileSystem.h 50 llvm::sys::fs::UniqueID UID;
55 llvm::sys::fs::file_type Type;
56 llvm::sys::fs::perms Perms;
62 Status() : Type(llvm::sys::fs::file_type::status_error) {}
63 Status(const llvm::sys::fs::file_status &Status);
64 Status(StringRef Name, llvm::sys::fs::UniqueID UID,
66 uint64_t Size, llvm::sys::fs::file_type Type,
67 llvm::sys::fs::perms Perms);
71 static Status copyWithNewName(const llvm::sys::fs::file_status &In,
77 /// @name Status interface from llvm::sys::fs
    [all...]

Completed in 1305 milliseconds

<<11121314151617181920>>