HomeSort by relevance Sort by last modified time
    Searched refs:Fast (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/swiftshader/third_party/LLVM/include/llvm/
CallingConv.h 37 /// Fast - This calling convention attempts to make calls as fast as
39 Fast = 8,
60 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /external/wycheproof/java/com/google/security/wycheproof/
BouncyCastleTest.java 19 import com.google.security.wycheproof.WycheproofRunner.Fast;
50 @Fast
ConscryptTest.java 19 import com.google.security.wycheproof.WycheproofRunner.Fast;
46 @Fast
OpenJDKTest.java 3 import com.google.security.wycheproof.WycheproofRunner.Fast;
30 @Fast
SpongyCastleTest.java 19 import com.google.security.wycheproof.WycheproofRunner.Fast;
50 @Fast
WycheproofRunner.java 39 * <ul>@Fast test runners skip @SlowTest test functions.
78 * Annotation to specify fast test runners that exclude {@code @SlowTest} tests.
80 * <p>Usage: @Fast
84 public @interface Fast {}
138 Fast fast; field in class:WycheproofRunner.ExcludeTestFilter
144 this.fast = runnerClass.getAnnotation(Fast.class);
179 // If the runner class is annotated with @Fast, skip slow tests
180 if (fast != null)
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallingConv.h 40 /// Fast - This calling convention attempts to make calls as fast as
42 Fast = 8,
88 /// X86_FastCall - 'fast' analog of X86_StdCall. Passes first two arguments
  /cts/tests/libcore/wycheproof/src/android/libcore/cts/wycheproof/
ConscryptTest.java 32 import com.google.security.wycheproof.WycheproofRunner.Fast;
63 @Fast
  /cts/tests/libcore/wycheproof-bc/src/android/libcore/cts/wycheproof/
BouncyCastleTest.java 35 import com.google.security.wycheproof.WycheproofRunner.Fast;
69 @Fast
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.h 27 bool *Fast) const override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetOptions.h 34 Fast, // Enable fusion of FP ops wherever it's profitable.
184 /// EnableFastISel - This flag enables fast-path instruction selection
231 /// Fast mode - allows formation of fused FP ops whenever they're

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 9