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

1 2 3 45 6 7 8 9

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 245 bool *Fast = nullptr) const override;
261 /// target does not support "fast" ISel.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 271 /// is "fast" by reference in the second argument.
274 bool *Fast) const override;
400 /// or null if the target does not support "fast" ISel.
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 151 // Unhandled type. Halt "fast" selection and bail.
344 // Fast instruction selection doesn't support the special
698 CC != CallingConv::Fast &&
712 if (CC == CallingConv::Fast && GuaranteedTailCallOpt)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 277 bool *Fast) { return false; }
  /prebuilts/go/darwin-x86/src/bufio/
scan.go 298 // Fast path 1: ASCII.
303 // Fast path 2: Correct UTF-8 decode without error.
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 161 // Fast path for basic types and slices.
260 // Fast path for basic types and slices.
660 // It returns zero if the type cannot be implemented by the fast path in Read or Write.
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 152 // Fast path: check for failed non-blocking operation without acquiring the lock.
426 // Fast path: check for failed non-blocking operation without acquiring the lock.
  /prebuilts/go/linux-x86/src/bufio/
scan.go 298 // Fast path 1: ASCII.
303 // Fast path 2: Correct UTF-8 decode without error.
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 161 // Fast path for basic types and slices.
260 // Fast path for basic types and slices.
660 // It returns zero if the type cannot be implemented by the fast path in Read or Write.
  /prebuilts/go/linux-x86/src/runtime/
chan.go 152 // Fast path: check for failed non-blocking operation without acquiring the lock.
426 // Fast path: check for failed non-blocking operation without acquiring the lock.
  /build/soong/third_party/zip/
zip_test.go 138 // Fast path, if p is entirely the same byte repeated.
443 // Just benchmarking how fast the Zip64 test above is. Not related to
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 35 // Fast path: bypass check if file doesn't use context.WithCancel.
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 35 // Fast path: bypass check if file doesn't use context.WithCancel.
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 323 // Unhandled type. Halt "fast" selection and bail.
836 // Fast instruction selection doesn't support the special
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 370 case CallingConv::Fast:
399 case CallingConv::Fast:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430ISelLowering.cpp 259 case CallingConv::Fast:
286 case CallingConv::Fast:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 1276 milliseconds

1 2 3 45 6 7 8 9