HomeSort by relevance Sort by last modified time
    Searched full:load (Results 101 - 125 of 12660) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/Assembler/
2007-04-20-AlignedLoad.ll 5 %tmp2 = load i32* %arg, align 1024 ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/ARM/
2008-07-24-CodeGenPrepCrash.ll 7 load { i32 }* %sret1 ; <{ i32 }>:1 [#uses=0]
2011-11-07-PromoteVectorLoadStore.ll 10 %1 = load <2 x i8>* @i8_src1
11 %2 = load <2 x i8>* @i8_src2
19 %1 = load volatile <2 x i8>* @i8_src1
20 %2 = load volatile <2 x i8>* @i8_src2
  /external/llvm/test/CodeGen/Generic/
global-ret0.ll 6 %h = load i32* @g ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/PowerPC/
2006-07-07-ComputeMaskedBits.ll 7 %tmp = load i8** @lens ; <i8*> [#uses=1]
9 %tmp.upgrd.1 = load i8* %tmp1 ; <i8> [#uses=1]
11 %tmp3 = load i32** @vals ; <i32*> [#uses=1]
14 %tmp7 = load i32* %tmp6 ; <i32> [#uses=1]
store-load-fwd.ll 5 %V = load i32* %P ; <i32> [#uses=1]
  /external/llvm/test/CodeGen/X86/
2005-01-17-CycleInDAG.ll 2 ; load into the sub instruction here as it induces a cycle in the dag, which
4 ; that we do not fold the load into the sub.
11 %L = load i32* @GLOBAL ; <i32> [#uses=1]
13 %Y = load i32* %P3 ; <i32> [#uses=1]
2010-06-14-fast-isel-fs-load.ll 4 %tmp = load i32 addrspace(257)* %arg
negative_zero.ll 5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
2008-01-16-InvalidDAGCombineXform.ll 7 %tmp1 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
9 %tmp3 = load double** %tmp2, align 4 ; <double*> [#uses=1]
10 %tmp4 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
13 %tmp6 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
15 %tmp8 = load double*** %tmp7, align 4 ; <double**> [#uses=1]
16 %tmp9 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
19 %tmp11 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
21 %tmp13 = load double** %tmp12, align 4 ; <double*> [#uses=1]
22 %tmp14 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1]
25 %tmp16 = load %struct.node_t** %cur_node, align 4 ; <%struct.node_t*> [#uses=1
    [all...]
  /external/llvm/test/Transforms/FunctionAttrs/
2010-10-30-volatile.ll 8 %tmp = load volatile i32* @g
atomic.ll 3 ; Atomic load/store to local doesn't affect whether a function is
10 %r = load atomic i32* %x.addr seq_cst, align 4
14 ; A function with an Acquire load is not readonly.
18 %r = load atomic i32* %x seq_cst, align 4
  /external/llvm/test/Transforms/GlobalOpt/
2009-02-15-BitcastAlias.ll 8 %tmp = load i8* @a
  /external/llvm/test/Transforms/InstCombine/
2004-09-20-BadLoadCombine.ll 4 ; When propagating the load through the select, make sure that the load is
5 ; inserted where the original load was, not where the select is. Not doing
15 %Z = load i32* %Y ; <i32> [#uses=1]
  /external/llvm/utils/emacs/
README 11 (setq load-path
12 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
20 (setq load-path
21 (cons (expand-file-name "path-to-llvm/utils/emacs") load-path))
  /external/webkit/LayoutTests/http/tests/appcache/
local-content-expected.txt 1 CONSOLE MESSAGE: line 0: Not allowed to load local resource: stdio.h
  /external/webkit/Source/WebCore/manual-tests/
audio-volume.html 3 function load()
9 vid.load();
23 <input type="button" value="Load movie" onclick="load()">
  /frameworks/base/test-runner/src/junit/runner/
TestSuiteLoader.java 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
  /external/chromium/chrome/browser/policy/
file_based_policy_provider_unittest.cc 26 MOCK_METHOD0(Load, DictionaryValue*());
37 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
41 // A second call to Load gets triggered during the provider's construction
43 // between the initial load and creating watcher.
44 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
60 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
65 // A second call to Load gets triggered during the provider's construction
67 // between the initial load and creating watcher.
68 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(
71 // A third and final call to Load is made by the explicit Reload. Thi
    [all...]
  /external/llvm/test/CodeGen/MSP430/
Inst16mm.ll 10 %1 = load i16* @bar
18 %1 = load i16* @bar
19 %2 = load i16* @foo
28 %1 = load i16* @bar
29 %2 = load i16* @foo
38 %1 = load i16* @bar
39 %2 = load i16* @foo
48 %1 = load i16* @bar
49 %2 = load i16* @foo
61 %tmp = load i32* %y ; <i32> [#uses=1
    [all...]
  /cts/tests/tests/webkitsecurity/assets/
domurl-script-execution-context-crash.html 13 function load()
28 <body onload="load()">
subframe-load-crash-main.html 2 <object data="resources/subframe-load-crash.svg" id="root" onload="runTest()"></object>
10 root.addEventListener('load', function() { document.open(); document.write("PASS"); document.close(); }, 1);
  /dalvik/vm/mterp/x86/
fpcvt.S 1 %default {"instr":"","load":"","store":""}
8 $load (rFP,rINST,4) # %st0<- vB
  /external/clang/test/CodeGen/
arrayderef.c 2 // The load here was getting lost because this code was close
14 // CHECK: load
union-align.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep load | grep "4 x float" | not grep "align 4"
2 // RUN: %clang_cc1 -emit-llvm %s -o - | grep load | grep "4 x float" | grep "align 16"

Completed in 697 milliseconds

1 2 3 45 6 7 8 91011>>