HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2026 - 2050 of 8518) sorted by null

<<81828384858687888990>>

  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Metadata.h 489 /// mdconst::extract <=> cast
542 /// \brief Extract a Value from Metadata.
544 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
547 extract(Y &&MD) { function in namespace:llvm::mdconst
553 extract(Y &MD) { function in namespace:llvm::mdconst
554 return extract(&MD);
557 /// \brief Extract a Value from Metadata, allowing null.
559 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
569 /// \brief Extract a Value from Metadata, if any.
571 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 45 /// Estimate a cost of shuffle as a sequence of extract and insert
53 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
291 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
293 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
301 if (Extract)
375 // TODO: Once we have extract/insert subvector cost we need to use them.
693 // The interleave cost is similar to extract sub vectors' elements
699 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
708 // Extract elements from loaded vector for each sub vector.
721 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Metadata.h 472 /// mdconst::extract <=> cast
525 /// \brief Extract a Value from Metadata.
527 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
530 extract(Y &&MD) { function in namespace:llvm::mdconst
536 extract(Y &MD) { function in namespace:llvm::mdconst
537 return extract(&MD);
540 /// \brief Extract a Value from Metadata, allowing null.
542 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
552 /// \brief Extract a Value from Metadata, if any.
554 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
BasicTTIImpl.h 45 /// Estimate a cost of shuffle as a sequence of extract and insert
53 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
353 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
355 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
363 if (Extract)
437 // TODO: Once we have extract/insert subvector cost we need to use them.
755 // The interleave cost is similar to extract sub vectors' elements
761 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
770 // Extract elements from loaded vector for each sub vector.
783 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Metadata.h 482 /// mdconst::extract <=> cast
535 /// \brief Extract a Value from Metadata.
537 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
540 extract(Y &&MD) { function in namespace:llvm::mdconst
546 extract(Y &MD) { function in namespace:llvm::mdconst
547 return extract(&MD);
550 /// \brief Extract a Value from Metadata, allowing null.
552 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
562 /// \brief Extract a Value from Metadata, if any.
564 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
BasicTTIImpl.h 45 /// Estimate a cost of shuffle as a sequence of extract and insert
53 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from
353 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
355 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) {
363 if (Extract)
437 // TODO: Once we have extract/insert subvector cost we need to use them.
755 // The interleave cost is similar to extract sub vectors' elements
761 // The cost is estimated as extract elements at 0, 2, 4, 6 from the
770 // Extract elements from loaded vector for each sub vector.
783 // The interleave cost is extract all elements from sub vectors, an
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Metadata.h 482 /// mdconst::extract <=> cast
535 /// \brief Extract a Value from Metadata.
537 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
540 extract(Y &&MD) { function in namespace:llvm::mdconst
546 extract(Y &MD) { function in namespace:llvm::mdconst
547 return extract(&MD);
550 /// \brief Extract a Value from Metadata, allowing null.
552 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
562 /// \brief Extract a Value from Metadata, if any.
564 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Metadata.h 489 /// mdconst::extract <=> cast
542 /// \brief Extract a Value from Metadata.
544 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
547 extract(Y &&MD) { function in namespace:llvm::mdconst
553 extract(Y &MD) { function in namespace:llvm::mdconst
554 return extract(&MD);
557 /// \brief Extract a Value from Metadata, allowing null.
559 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
569 /// \brief Extract a Value from Metadata, if any.
571 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Metadata.h 489 /// mdconst::extract <=> cast
542 /// \brief Extract a Value from Metadata.
544 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
547 extract(Y &&MD) { function in namespace:llvm::mdconst
553 extract(Y &MD) { function in namespace:llvm::mdconst
554 return extract(&MD);
557 /// \brief Extract a Value from Metadata, allowing null.
559 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
569 /// \brief Extract a Value from Metadata, if any.
571 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Metadata.h 489 /// mdconst::extract <=> cast
542 /// \brief Extract a Value from Metadata.
544 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
547 extract(Y &&MD) { function in namespace:llvm::mdconst
553 extract(Y &MD) { function in namespace:llvm::mdconst
554 return extract(&MD);
557 /// \brief Extract a Value from Metadata, allowing null.
559 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
569 /// \brief Extract a Value from Metadata, if any.
571 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Metadata.h 489 /// mdconst::extract <=> cast
542 /// \brief Extract a Value from Metadata.
544 /// As an analogue to \a cast(), extract the \a Value subclass \c X from \c MD.
547 extract(Y &&MD) { function in namespace:llvm::mdconst
553 extract(Y &MD) { function in namespace:llvm::mdconst
554 return extract(&MD);
557 /// \brief Extract a Value from Metadata, allowing null.
559 /// As an analogue to \a cast_or_null(), extract the \a Value subclass \c X
569 /// \brief Extract a Value from Metadata, if any.
571 /// As an analogue to \a dyn_cast_or_null(), extract the \a Value subclass \c
    [all...]
  /toolchain/binutils/binutils-2.27/gas/doc/
c-nios2.texi 101 Extract the upper 16 bits of @var{expression} and add
120 Extract the upper 16 bits of @var{expression}.
124 Extract the lower 16 bits of @var{expression}.
  /toolchain/binutils/binutils-2.27/opcodes/
tic80-dis.c 208 /* Extract the value from the instruction. */
209 if (operand->extract)
210 value = (*operand->extract) (insn, NULL);
  /art/compiler/optimizing/
instruction_simplifier_mips.cc 79 // It is beneficial to extract index intermediate address only if there are at least 2 users.
  /art/libdexfile/dex/
dex_file_loader.cc 70 // Extract this entry to memory.
72 const std::vector<uint8_t> Extract(std::string* error_msg) {
404 std::vector<uint8_t> map(zip_entry->Extract(error_msg));
406 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(),
  /art/tools/jfuzz/
run_jfuzz_test_nightly.py 71 # Extract output directory. Example match: 'Directory : /tmp/tmp8ltpfjng'.
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 102 k = (hx&0x7ff00000)>>20; /* extract exponent */
  /bionic/libm/arm/
floor.S 40 /* extract exp of x */
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atanl.c 51 /* Extract the exponent and the first few bits of the mantissa. */
  /build/soong/java/
jacoco.go 49 // Instruments a jar using the Jacoco command line interface. Uses stripSpec to extract a subset
  /cts/apps/CameraITS/tests/scene0/
test_read_write.py 72 # extract exp/sensitivity data
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/RenderUtils/
ConeModelMatrixCalculator.java 43 // Extract the information we need from calculated model matrix. (Just the translation).
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityManagerState.java 26 import static android.server.am.ProtoExtractors.extract;
573 mBounds = extract(proto.bounds);
636 mLastNonFullscreenBounds = extract(proto.lastNonFullscreenBounds);
642 mBounds = extract(proto.bounds);
  /cts/tests/tests/os/src/android/os/cts/
CustomClassLoaderTest.java 43 // Extract the packaged dex/jar file to a temporary file so we
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFract.java 94 // Extract the inputs.
187 // Extract the inputs.
280 // Extract the inputs.
373 // Extract the inputs.
462 // Extract the inputs.
534 // Extract the inputs.
606 // Extract the inputs.
    [all...]

Completed in 1712 milliseconds

<<81828384858687888990>>