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

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 44 StringRef FS) {
46 initSubtargetFeatures(CPU, FS);
51 const std::string &FS, const PPCTargetMachine &TM)
52 : PPCGenSubtargetInfo(TT, CPU, FS), TargetTriple(TT),
55 TM(TM), FrameLowering(initializeSubtargetDependencies(CPU, FS)),
112 void PPCSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
127 ParseSubtargetFeatures(CPUName, FS);
PPCTargetMachine.cpp 119 static std::string computeFSAdditions(StringRef FS, CodeGenOpt::Level OL,
121 std::string FullFS = FS;
196 StringRef CPU, StringRef FS,
201 computeFSAdditions(FS, OL, TT), Options,
205 Subtarget(TargetTriple, CPU, computeFSAdditions(FS, OL, TT), *this) {
232 StringRef CPU, StringRef FS,
237 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
242 StringRef CPU, StringRef FS,
247 : PPCTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL) {}
257 std::string FS = !FSAttr.hasAttribute(Attribute::None
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMTargetMachine.cpp 39 StringRef CPU, StringRef FS,
41 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
42 Subtarget(TT, CPU, FS),
51 StringRef CPU, StringRef FS,
53 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM), InstrInfo(Subtarget),
72 StringRef CPU, StringRef FS,
74 : ARMBaseTargetMachine(T, TT, CPU, FS, RM, CM),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetMachine.cpp 33 StringRef CPU, StringRef FS,
35 : X86TargetMachine(T, TT, CPU, FS, RM, CM, false),
53 StringRef CPU, StringRef FS,
55 : X86TargetMachine(T, TT, CPU, FS, RM, CM, true),
67 StringRef CPU, StringRef FS,
70 : LLVMTargetMachine(T, TT, CPU, FS, RM, CM),
71 Subtarget(TT, CPU, FS, StackAlignmentOverride, is64Bit),
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c 183 bwest_str->last_reduction_ts = arr_ts + 3*FS;
217 1000.0f / FS > 3000)
224 bwest_str->last_update_ts) * 1000.0f /(float) FS) /
232 bwest_str->last_reduction_ts)*1000.0f/FS) );
259 bwest_str->last_reduction_ts = arr_ts + 3*FS;
267 bwest_str->last_reduction_ts = arr_ts + 3*FS;
308 float latencyMs = bwest_str->consecLatency/(FS/1000);
312 bwest_str->inWaitLatePkts = (int16_t)((bwest_str->consecLatency/(FS/1000)) / 30);// + 150;
367 if (arr_ts_diff > frame_length * FS/1000 + 400.0f)
370 arr_ts_diff = frame_length * FS/1000 + 400.0f
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
runiSACfault.txt 58 $ISAC -I -B "${TARGETRATE[idx]}" -F $testnr -FS "${SAMPFREQ[idx]}" "$file" \
66 $ISAC -I -B "${TARGETRATE[idx]}" -F 10 -FS "${SAMPFREQ[idx]}" "$file" \
70 $ISAC -I -B "${TARGETRATE[idx]}" -F 10 -PL 10 -FS "${SAMPFREQ[idx]}" "$file" \
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetMachine.h 37 StringRef FS, TargetOptions Options,
65 StringRef FS, TargetOptions Options,
84 StringRef FS, TargetOptions Options,
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 60 HexagonSubtarget(const Triple &TT, StringRef CPU, StringRef FS,
83 StringRef FS);
87 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
  /external/llvm/lib/Target/Mips/
MipsTargetMachine.h 43 StringRef FS, const TargetOptions &Options,
78 StringRef FS, const TargetOptions &Options,
89 StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetMachine.h 38 StringRef FS, const TargetOptions &Options,
73 StringRef FS, const TargetOptions &Options,
82 StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 67 const std::string &FS, const TargetMachine &TM, bool is64bit);
113 void ParseSubtargetFeatures(StringRef CPU, StringRef FS);
114 SparcSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS);
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSubtarget.cpp 66 const std::string &FS, bool is64Bit)
67 : PPCGenSubtargetInfo(TT, CPU, FS)
91 ParseSubtargetFeatures(CPUName, FS);
  /external/llvm/include/llvm/Support/
Solaris.h 32 #undef FS
  /external/llvm/lib/ProfileData/
ProfileSummaryBuilder.cpp 49 const sampleprof::FunctionSamples &FS) {
51 if (FS.getHeadSamples() > MaxFunctionCount)
52 MaxFunctionCount = FS.getHeadSamples();
53 for (const auto &I : FS.getBodySamples())
  /external/llvm/lib/Target/AVR/
AVRTargetMachine.h 32 StringRef FS, const TargetOptions &Options, Optional<Reloc::Model> RM,
  /external/llvm/lib/Target/BPF/
BPFTargetMachine.h 27 StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/MSP430/
MSP430TargetMachine.h 32 StringRef FS, const TargetOptions &Options,
  /external/llvm/lib/Target/X86/
X86TargetMachine.cpp 148 StringRef CPU, StringRef FS,
152 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options,
155 Subtarget(TT, CPU, FS, *this, Options.StackAlignmentOverride) {
188 StringRef FS = !FSAttr.hasAttribute(Attribute::None)
193 Key.reserve(CPU.size() + FS.size());
195 Key += FS;
207 Key += FS.empty() ? "+soft-float" : ",+soft-float";
209 FS = Key.substr(CPU.size());
217 I = llvm::make_unique<X86Subtarget>(TargetTriple, CPU, FS, *this,
  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 27 StringRef FS, const TargetOptions &Options,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 23 #undef FS
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 40 StringRef FS);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_bwe.c 56 (int16_t)(frame_samples * 1000 / FS),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 32 #undef FS
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Solaris.h 32 #undef FS

Completed in 967 milliseconds

1 2 3 4 56 7 8 91011>>