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

1 2 3 4 5 6 78 9

  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 346 // TODO: on a fast builder or builders, run over all platforms.
375 // Fast path to avoid the ~1 second of `go list std cmd` when
    [all...]
  /prebuilts/go/darwin-x86/src/fmt/
print.go 987 // Fast path for common case of ascii lower case simple verbs
  /prebuilts/go/darwin-x86/src/image/draw/
draw.go 112 // Fast paths for special cases. If none of them apply, then we fall back to a general but slow implementation.
581 // If dst is an *image.Paletted, we have a fast path for dst.Set and
  /prebuilts/go/darwin-x86/src/math/big/
nat.go 243 // Fast version of z[0:n+n>>1].add(z[0:n+n>>1], x[0:n]) w/o bounds checks.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 571 // Fast path for the common case for empty input. Results in about a
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 906 // Fast sort, not pretty sort
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 346 // TODO: on a fast builder or builders, run over all platforms.
375 // Fast path to avoid the ~1 second of `go list std cmd` when
    [all...]
  /prebuilts/go/linux-x86/src/fmt/
print.go 987 // Fast path for common case of ascii lower case simple verbs
  /prebuilts/go/linux-x86/src/image/draw/
draw.go 112 // Fast paths for special cases. If none of them apply, then we fall back to a general but slow implementation.
581 // If dst is an *image.Paletted, we have a fast path for dst.Set and
  /prebuilts/go/linux-x86/src/math/big/
nat.go 243 // Fast version of z[0:n+n>>1].add(z[0:n+n>>1], x[0:n]) w/o bounds checks.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 571 // Fast path for the common case for empty input. Results in about a
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 280 // fast-isel, and return its equivalent machine type in VT.
295 // fast-isel as a load target, and return its equivalent machine type in VT.
589 // Attempt to fast-select a load instruction.
731 // Attempt to fast-select a store instruction.
761 // Attempt to fast-select a branch instruction.
907 // Attempt to fast-select a floating-point extend instruction.
    [all...]
PPCFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFastISel.cpp 53 DisableARMFastISel("disable-arm-fast-isel",
54 cl::desc("Turn off experimental ARM fast-isel support"),
728 // Fast instruction selection doesn't support the special
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 258 case CallingConv::Fast: Out << "CallingConv::Fast"; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Verifier.cpp 665 case CallingConv::Fast:
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 72 // Fast versions cannot handle big values - the cutoff size for
73 // fast versions in ../../cmd/internal/gc/walk.go must be at most this value.
    [all...]
mgcmark.go 655 // Fast path; there are no blocked assists. There's a
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 72 // Fast versions cannot handle big values - the cutoff size for
73 // fast versions in ../../cmd/internal/gc/walk.go must be at most this value.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 509 bool *Fast) const {
513 if (Fast)
514 *Fast = true;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 935 milliseconds

1 2 3 4 5 6 78 9