Searched
full:declare (Results
1801 -
1825 of
6868) sorted by null
<<71727374757677787980>>
/external/llvm/test/Transforms/InstCombine/ |
sqrt.ll | 52 declare i32 @foo(double) 54 declare double @sqrt(double) readnone
|
strcat-1.ll | 12 declare i8* @strcat(i8*, i8*) 13 declare i32 @puts(i8*)
|
strncat-1.ll | 11 declare i8* @strncat(i8*, i8*, i32) 12 declare i32 @puts(i8*)
|
urem-simplify-bug.ll | 30 declare i32 @func_11() 32 declare i32 @printf(i8*, ...) nounwind
|
/external/llvm/test/Transforms/LICM/ |
2004-11-17-UndefIndexCrash.ll | 6 declare %struct.roadlet* @_Z11return_nullP7roadletP7vehicle9direction(%struct.roadlet*, %struct.vehicle*, i32) 8 declare %struct.roadlet* @_Z14lane_switch_okP7roadletP7vehicle9direction(%struct.roadlet*, %struct.vehicle*, i32)
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
preserve-gep-loop-variant.ll | 40 declare i64 @bar() 42 declare i64 @car()
|
/external/llvm/test/Transforms/MemCpyOpt/ |
atomic.ll | 8 declare void @otherf(i32*) 10 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
|
smaller.ll | 16 declare void @check(%struct.s* byval %p) nounwind 17 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
/external/llvm/test/Transforms/ObjCARC/ |
contract-storestrong-ivar.ll | 13 declare i8* @objc_retain(i8*) 15 declare void @objc_release(i8*)
|
/external/llvm/test/Transforms/ScalarRepl/ |
2008-08-22-out-of-range-array-promote.ll | 21 declare i32 @a(%struct.x*) 23 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
memcpy-align.ll | 28 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind 30 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32,
|
only-memcpy-uses.ll | 25 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind 27 declare i32 @bazz(...)
|
vector_memcpy.ll | 27 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind 28 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2007-12-21-Crash.ll | 35 declare i32 @foo(...) 37 declare i32 @bar(...)
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
trivial.ll | 17 declare i32 @puts(i8* nocapture) nounwind 19 declare void @SomeOtherFunction(...)
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
UserDataBox.java | 27 * This box contains objects that declare user information about the containing box and its data (presentation or 30 * with more specific box types, which declare more precisely their content
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_IDCT8x8blk_s.s | 61 ;// Declare input registers 65 ;// Declare other intermediate registers
|
/frameworks/base/core/java/android/service/textservice/ |
package.html | 13 <p>Applications with a spell checker service must declare the {@link 15 must also declare an intent filter with {@code <action
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
packed_section_start.h | 2 * Declare directives for structure packing. No padding will be provided 49 /* Declare compiler-specific directives for structure packing. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
manifest-expected-completion16.txt | 5 original-package : Private tag to declare the original package name that this package is based on. 10 protected-broadcast : Private tag to declare system protected broadcast actions.
|
/frameworks/base/core/res/res/values/ |
attrs.xml | 24 <declare-styleable name="Theme"> [all...] |
/external/chromium_org/v8/src/arm64/ |
decoder-arm64.h | 71 #define DECLARE(A) virtual void Visit##A(Instruction* instr) = 0; 72 VISITOR_LIST(DECLARE) 73 #undef DECLARE 112 #define DECLARE(A) void Visit##A(Instruction* instr); 113 VISITOR_LIST(DECLARE) 114 #undef DECLARE
|
/external/clang/test/CodeGenCXX/ |
template-instantiation.cpp | 30 // CHECK: declare void @_ZN7PR106662h1ENS_1SILi1EEE() 31 // CHECK: declare void @_ZN7PR106662h1ENS_1SILi2EEE() 32 // CHECK: declare void @_ZN7PR106662h1ENS_1SILi3EEE() 33 // CHECK: declare void @_ZN7PR106662h2ENS_1SILi1EEE() 34 // CHECK: declare void @_ZN7PR106662h2ENS_1SILi2EEE() 35 // CHECK: declare void @_ZN7PR106662h2ENS_1SILi3EEE()
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-this-return.ll | 9 declare %struct.A* @A_ctor_base(%struct.A* returned) 10 declare %struct.B* @B_ctor_base(%struct.B* returned, i32) 11 declare %struct.B* @B_ctor_complete(%struct.B* returned, i32) 13 declare %struct.A* @A_ctor_base_nothisret(%struct.A*) 14 declare %struct.B* @B_ctor_base_nothisret(%struct.B*, i32) 15 declare %struct.B* @B_ctor_complete_nothisret(%struct.B*, i32)
|
arm64-vclz.ll | 99 declare <4 x i32> @llvm.ctlz.v4i32(<4 x i32>, i1) nounwind readnone 101 declare <8 x i16> @llvm.ctlz.v8i16(<8 x i16>, i1) nounwind readnone 103 declare <16 x i8> @llvm.ctlz.v16i8(<16 x i8>, i1) nounwind readnone 105 declare <2 x i32> @llvm.ctlz.v2i32(<2 x i32>, i1) nounwind readnone 107 declare <4 x i16> @llvm.ctlz.v4i16(<4 x i16>, i1) nounwind readnone 109 declare <8 x i8> @llvm.ctlz.v8i8(<8 x i8>, i1) nounwind readnone
|
Completed in 471 milliseconds
<<71727374757677787980>>