/external/llvm/test/Transforms/Inline/ |
alloca-merge-align-nodl.ll | 7 define void @foo(%struct.s* byval nocapture readonly %a) { 22 define void @foo0(%struct.s* byval nocapture readonly %a) { 39 define void @goo(%struct.s* byval nocapture readonly %a) {
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
ivchain-stress-X86.ll | 28 define void @sharedidx(i8* nocapture %a, i8* nocapture %b, i8* nocapture %c, i32 %s, i32 %len) nounwind ssp {
|
/external/llvm/test/Transforms/LoopUnroll/ |
runtime-loop.ll | 10 define i32 @test(i32* nocapture %a, i32 %n) nounwind uwtable readonly { 38 define i32 @test1(i32* nocapture %a) nounwind uwtable readonly { 85 define zeroext i16 @down(i16* nocapture %p, i32 %len) nounwind uwtable readonly {
|
/external/llvm/test/Transforms/LoopVectorize/ |
if-conversion.ll | 27 define i32 @function0(i32* nocapture %a, i32* nocapture %b, i32 %start, i32 %end) nounwind uwtable ssp { 79 define i32 @reduction_func(i32* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
phi.ll | 26 define i32 @foo(double* nocapture %A, i32 %k) { 70 define i32 @foo2(double* noalias nocapture %B, double* noalias nocapture %A, i32 %n, i32 %m) #0 {
|
cse.ll | 22 define i32 @test(double* nocapture %G) { 56 define i32 @foo(double* nocapture %A, i32 %n) { 102 define i32 @test2(double* nocapture %G, i32 %k) { 148 define i32 @foo4(double* nocapture %A, i32 %n) { 190 define i32 @partial_mrg(double* nocapture %A, i32 %n) {
|
/external/llvm/test/Transforms/ScalarRepl/ |
copy-aggregate.ll | 105 declare %homogeneous @test6callee(i8* nocapture) nounwind 107 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
|
memset-aggregate.ll | 65 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 67 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind
|
/external/v8/test/mjsunit/ |
string-match.js | 58 assertEquals(undefined, RegExp.$0, name + "-nocapture-10"); 63 assertEquals("", RegExp["$" + i], name + "-nocapture-" + i); 66 assertEquals(undefined, RegExp.$10, name + "-nocapture-10");
|
/external/llvm/test/CodeGen/X86/ |
2009-11-13-VirtRegRewriterBug.ll | 6 define i32 @_Z13JVTLib_10335613JVTLib_10266513JVTLib_100579S_S_S_jPhj(i16* nocapture %ResidualX_Array.0, %struct.JVTLib_100487* nocapture byval align 4 %xqp, i16* nocapture %ResidualL_Array.0, i16* %ResidualDCZ_Array.0, i16* nocapture %ResidualACZ_FOArray.0, i32 %useFRextDequant, i8* nocapture %JVTLib_103357, i32 %use_field_scan) ssp {
|
2009-11-25-ImpDefBug.ll | 19 declare void @_ZNSt6vectorIP10ASN1ObjectSaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_(%"struct.std::ASN1ObjList"* nocapture, i64, %struct.ASN1Object** nocapture) 23 define i32 @_ZN8ASN1Unit4loadER8xmstreamjm18ASN1LengthEncoding(%struct.ASN1Unit* %this, %struct.xmstream* nocapture %stream, i32 %numObjects, i64 %size, i32 %lEncoding) {
|
licm-nested.ll | 10 define i32 @main(i32 %argc, i8** nocapture %argv) nounwind ssp { 88 declare i32 @atoi(i8* nocapture) nounwind readonly 90 declare i32 @printf(i8* nocapture, ...) nounwind
|
/external/llvm/test/CodeGen/ARM/ |
vector-DAGCombine.ll | 172 define <8 x i16> @t3(i8 zeroext %xf, i8* nocapture %sp0, i8* nocapture %sp1, i32* nocapture %outp) { 190 define <8 x i16> @t4(i8* nocapture %sp0) { 211 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) {
|
2010-07-26-GlobalMerge.ll | 20 declare i32 @printf(i8* nocapture, ...) nounwind 30 define internal void @_ZN1AD1Ev(%struct.A* nocapture %this) nounwind ssp align 2 { 94 declare i32 @puts(i8* nocapture) nounwind
|
crash-greedy.ll | 10 define void @remat_subreg(float* nocapture %x, i32* %y, i32 %n, i32 %z, float %c, float %lambda, float* nocapture %ret_f, float* nocapture %ret_df) nounwind {
|
test-sharedidx.ll | 15 define void @sharedidx(i8* nocapture %a, i8* nocapture %b, i8* nocapture %c, i32 %s, i32 %len) nounwind ssp {
|
2009-06-22-CoalescerBug.ll | 6 define void @simplify_unary_real(i8* nocapture %p) nounwind {
|
2009-08-04-RegScavengerAssert-2.ll | 7 define i32 @file_read_actor(i32* nocapture %desc, i32* %page, i32 %offset, i32 %size) nounwind optsize {
|
2009-08-21-PostRAKill2.ll | 14 define void @intcoord(%struct.icstruct* noalias nocapture sret %agg.result, i1 %a, double %b) {
|
/external/llvm/include/llvm/IR/ |
IntrinsicsNVVM.td | [all...] |
/external/llvm/test/CodeGen/PowerPC/ |
stack-realign.ll | 10 define void @goo(%struct.s* byval nocapture readonly %a) { 73 define void @hoo(%struct.s* byval nocapture readonly %a) { 104 define void @loo(%struct.s* byval nocapture readonly %a) {
|
/external/llvm/test/CodeGen/Thumb2/ |
2012-01-13-CBNZBug.ll | 12 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 14 define hidden fastcc void @rdictionary_lookup(%struct.Dict_node_struct* %dn, i8* nocapture %s) nounwind ssp {
|
/external/llvm/test/Analysis/ScalarEvolution/ |
sext-inreg.ll | 8 define i64 @foo(i64* nocapture %x, i64 %n) nounwind {
|
sext-iv-0.ll | 9 define void @foo(double* nocapture %x) nounwind {
|
trip-count12.ll | 7 define zeroext i16 @test(i16* nocapture %p, i32 %len) nounwind readonly {
|