HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 76 - 100 of 1157) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
42 /// Return true if we know that executing a load from this value cannot trap.
45 /// analysis and returns true if it is safe to load immediately before ScanFrom.
47 /// If it is not obviously safe to load from the specified pointer, we do a
59 /// Scan backwards to see if we have the value of the given load available
66 /// Note that performing load CSE requires special care to make sure the
68 /// to be merged. (This doesn't matter for store-to-load forwarding because
69 /// the only relevant load gets deleted.)
71 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
42 /// Return true if we know that executing a load from this value cannot trap.
45 /// analysis and returns true if it is safe to load immediately before ScanFrom.
47 /// If it is not obviously safe to load from the specified pointer, we do a
59 /// Scan backwards to see if we have the value of the given load available
66 /// Note that performing load CSE requires special care to make sure the
68 /// to be merged. (This doesn't matter for store-to-load forwarding because
69 /// the only relevant load gets deleted.)
71 /// \param Load The load we want to replace
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
Loads.h 1 //===- Loads.h - Local load analysis --------------------------------------===//
10 // This file declares simple local analyses for load instructions.
42 /// Return true if we know that executing a load from this value cannot trap.
45 /// analysis and returns true if it is safe to load immediately before ScanFrom.
47 /// If it is not obviously safe to load from the specified pointer, we do a
59 /// Scan backwards to see if we have the value of the given load available
66 /// Note that performing load CSE requires special care to make sure the
68 /// to be merged. (This doesn't matter for store-to-load forwarding because
69 /// the only relevant load gets deleted.)
71 /// \param Load The load we want to replace
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
asm_mipsx.s 35 TEXT ·Load(SB),NOSPLIT,$0-8
74 JMP ·Load(SB)
77 JMP ·Load(SB)
80 JMP ·Load(SB)
107 MOVW $~3, R3 // Align ptr down to 4 bytes so we can use 32-bit load/store.
atomic_mips64x.s 11 // uint32 runtime?internal?atomic·Load(uint32 volatile* ptr)
12 TEXT ·Load(SB),NOSPLIT,$-8-12
atomic_ppc64x.s 9 // uint32 runtime?internal?atomic·Load(uint32 volatile* ptr)
10 TEXT ·Load(SB),NOSPLIT|NOFRAME,$-8-12
asm_arm.s 56 B runtime?internal?atomic·Load(SB)
59 B runtime?internal?atomic·Load(SB)
  /prebuilts/go/darwin-x86/src/sync/atomic/
asm_mipsx.s 55 JMP runtime?internal?atomic·Load(SB)
58 JMP runtime?internal?atomic·Load(SB)
67 JMP runtime?internal?atomic·Load(SB)
70 JMP runtime?internal?atomic·Load(SB)
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
asm_mipsx.s 35 TEXT ·Load(SB),NOSPLIT,$0-8
74 JMP ·Load(SB)
77 JMP ·Load(SB)
80 JMP ·Load(SB)
107 MOVW $~3, R3 // Align ptr down to 4 bytes so we can use 32-bit load/store.
atomic_mips64x.s 11 // uint32 runtime?internal?atomic·Load(uint32 volatile* ptr)
12 TEXT ·Load(SB),NOSPLIT,$-8-12
atomic_ppc64x.s 9 // uint32 runtime?internal?atomic·Load(uint32 volatile* ptr)
10 TEXT ·Load(SB),NOSPLIT|NOFRAME,$-8-12
asm_arm.s 56 B runtime?internal?atomic·Load(SB)
59 B runtime?internal?atomic·Load(SB)
  /prebuilts/go/linux-x86/src/sync/atomic/
asm_mipsx.s 55 JMP runtime?internal?atomic·Load(SB)
58 JMP runtime?internal?atomic·Load(SB)
67 JMP runtime?internal?atomic·Load(SB)
70 JMP runtime?internal?atomic·Load(SB)
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 70 @ Load first row of top
73 @ Load first row of bottom
76 @ Load second row of top
79 @ Load second row of bottom
100 @ Load third row of top
103 @ Load third row of bottom
106 @ Load fourth row of top
109 @ Load fourth row of bottom
ideint_spatial_filter_a9.s 77 @ Load from &pu1_row_1[0]
81 @ Load from &pu1_row_1[-1]
85 @ Load from &pu1_row_1[1]
98 @ Load from &pu1_row_2[0]
102 @ Load from &pu1_row_2[-1]
106 @ Load from &pu1_row_2[1]
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.h 47 static std::unique_ptr<CPDF_ColorSpace> Load(CPDF_Document* pDoc,
49 static std::unique_ptr<CPDF_ColorSpace> Load(
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
compiler_test.py 37 value=gast.Name('b', gast.Load(), None))
68 left=gast.Name('a', gast.Load(), None),
  /external/vulkan-validation-layers/demos/android/include/
cube.vert.h 79 22: 18(int) Load 21(gl_VertexIndex)
81 25: 7(fvec4) Load 24
84 32: 10 Load 31
85 34: 18(int) Load 21(gl_VertexIndex)
87 36: 7(fvec4) Load 35
92 42: 6(float) Load 41
97 47: 6(float) Load 46
99 50: 6(float) Load 49
  /frameworks/base/libs/androidfw/tests/
LoadedArsc_test.cpp 48 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
74 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
98 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
118 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
144 LoadedArsc::Load(StringPiece(contents), nullptr /*loaded_idmap*/, false /*system*/,
158 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
204 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(StringPiece(contents));
254 LoadedArsc::Load(StringPiece(contents), &loaded_idmap);
Theme_bench.cpp 31 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
33 state.SkipWithError("Failed to load assets");
51 state.SkipWithError("Failed to load assets");
65 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
dysymtab-1-64.d 6 Load command dysymtab:
dysymtab-1.d 6 Load command dysymtab:
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor.h 269 Sk2f P0 = Sk2f::Load(&p0) + trans;
270 Sk2f P1 = Sk2f::Load(&p1) + trans;
271 Sk2f P2 = Sk2f::Load(&p2) + trans;
285 Sk2f P0 = Sk2f::Load(&p0) + trans;
286 Sk2f P1 = Sk2f::Load(&p1) + trans;
287 Sk2f P2 = Sk2f::Load(&p2) + trans;
  /external/python/cpython3/Lib/test/
test_ast.py 403 m = ast.Module([ast.Expr(ast.Name(42, ast.Load()))])
443 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load()), "
444 "args=[Name(id='eggs', ctx=Load()), Str(s='and cheese')], "
448 "Module([Expr(Call(Name('spam', Load()), [Name('eggs', Load()), "
452 "Module(body=[Expr(value=Call(func=Name(id='spam', ctx=Load(), "
453 "lineno=1, col_offset=0), args=[Name(id='eggs', ctx=Load(), "
470 src.body.append(ast.Expr(ast.Call(ast.Name('spam', ast.Load()),
474 "Module(body=[Expr(value=Call(func=Name(id='write', ctx=Load(), "
478 "Expr(value=Call(func=Name(id='spam', ctx=Load(), lineno=1,
    [all...]
  /external/llvm/lib/Analysis/
Loads.cpp 1 //===- Loads.cpp - Local load analysis ------------------------------------===//
10 // This file defines simple local analyses for load instructions.
53 /// a simple load or store.
151 /// %t2 = load i32* %t1
174 /// \brief Check if executing a load of this pointer value cannot trap.
177 /// analysis and returns true if it is safe to load immediately before ScanFrom.
179 /// If it is not obviously safe to load from the specified pointer, we do
184 /// load from the pointer.
189 // Zero alignment means that the load has the ABI alignment for the target
209 // An alloca is safe to load from as load as it is suitably aligned
    [all...]

Completed in 958 milliseconds

1 2 34 5 6 7 8 91011>>