/external/llvm/lib/CodeGen/ |
TargetLoweringObjectFileImpl.cpp | 458 VersionVal = mdconst::extract<ConstantInt>(Val)->getZExtValue(); 463 ImageInfoFlags |= mdconst::extract<ConstantInt>(Val)->getZExtValue(); [all...] |
/external/llvm/test/Analysis/CostModel/X86/ |
vshift-shl-cost.ll | 476 ; is lowered into a sequence of: 1 extract + 2 vpmullw + 1 insert. 484 ; simply emits 2 pmullw with no extract/insert.
|
/external/llvm/test/Transforms/SROA/ |
vector-promotion.ll | 231 ; CHECK-NEXT: %[[extract:.*]] = extractelement <4 x i32> %y, i32 2 232 ; CHECK-NEXT: store i32 %[[extract]], i32* %[[gep]]
|
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 180 /// byteFromRec - Extract a value at most 8 bits in with from a Record given the 183 /// @param rec - The record from which to extract the value. [all...] |
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILPeepholeOptimizer.cpp | 75 // A peephole optimization to optimize bit extract sequences. 818 std::string name = "llvm.AMDIL.bit.extract.u32"; [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 275 /* Extract the arg from slot A, shift it into the correct argument slot 361 * Extract the color and alpha combine function arguments. [all...] |
/external/netperf/ |
aclocal.m4 | 378 # Extract the definition of DEPDIR, am__include, and am__quote [all...] |
/external/pcre/dist/ |
ltmain.sh | 469 # example) is available, and if appropriate to extract default values [all...] |
/external/protobuf/gtest/build-aux/ |
ltmain.sh | 198 # Extract subdirectory from the argument. [all...] |
/external/protobuf/ |
ltmain.sh | 198 # Extract subdirectory from the argument. [all...] |
/external/protobuf/src/google/protobuf/ |
repeated_field.h | 125 // Extract elements with indices in "[start .. start+num-1]". 537 // Extract elements with indices in the range "[start .. start+num-1]". [all...] |
/external/selinux/libsemanage/ |
ChangeLog | 5 * Add semanage_module_extract() to extract a module as CIL or HLL, from Yuli Khodorkovskiy. 850 * Merged key extract patch from Ivan Gyurdiev.
|
/external/tcpdump/ |
smbutil.c | 21 #include "extract.h" 206 * extract a netbios name from a buf [all...] |
/external/tlsdate/src/ |
tlsdate-helper.c | 616 die ("Unable to extract certificate"); 626 die ("Unable to extract commonName"); [all...] |
/external/v8/build/android/ |
test_runner.py | 132 '--skip-clear-data --extract-test-list-from-filter') 285 group.add_argument('--extract-test-list-from-filter', [all...] |
/external/v8/src/compiler/ |
js-create-lowering.cc | 233 // Extract constructor and original constructor function. 470 // Extract transition and tenuring feedback from the {site} and add [all...] |
/external/v8/src/ |
typing-asm.cc | 178 // Extract result type. 199 // Extract parameter types. [all...] |
/external/v8/src/wasm/ |
wasm-module.cc | 121 // TODO(clemensh): Remove function name array, extract names from module bytes. [all...] |
/external/v8/tools/gyp/pylib/gyp/ |
msvs_emulation.py | [all...] |
/external/valgrind/none/tests/ppc32/ |
test_dfp3.c | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
ltmain.sh | 198 # Extract subdirectory from the argument. [all...] |
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
audio_coding_module_unittest_oldapi.cc | [all...] |
/external/webrtc/webrtc/p2p/base/ |
turnport.cc | 30 // TODO(juberti): Extract to turnmessage.h 836 // Extract header fields from the message. [all...] |
/frameworks/base/core/java/android/service/notification/ |
NotificationListenerService.java | 529 * notifications but didn't want to retain the bits, and now need to go back and extract 545 * notifications but didn't want to retain the bits, and now need to go back and extract [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | [all...] |