/external/llvm/test/Transforms/ObjCARC/ |
no-objc-arc-exceptions.ll | 121 declare void @__foo_block_invoke_0(i8* nocapture) uwtable ssp
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
crash_bullet.ll | 8 define void @_ZN23btGeneric6DofConstraint8getInfo1EPN17btTypedConstraint17btConstraintInfo1E(%"struct.btTypedConstraint::btConstraintInfo1.17.157.357.417.477.960"* nocapture %info) {
|
/external/llvm/utils/ |
llvm.grm | 143 | nocapture
|
/external/llvm/lib/IR/ |
Function.cpp | 109 /// hasNoCaptureAttr - Return true if this argument has the nocapture attribute 114 hasAttribute(getArgNo()+1, Attribute::NoCapture);
|
/external/llvm/test/CodeGen/ARM/ |
2009-02-27-SpillerBug.ll | 9 define fastcc void @findratio(double* nocapture %res1, double* nocapture %res2) nounwind {
|
2009-06-15-RegScavengerAssert.ll | 21 define i32 @t2(i32 %argc, i8** nocapture %argv) nounwind {
|
/external/llvm/test/CodeGen/PowerPC/ |
structsinmem.ll | 71 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
/external/llvm/test/CodeGen/X86/ |
2009-04-29-LinearScanBug.ll | 105 define fastcc i32 @pf_state_compare_ext_gwy(%struct.pf_state_key* nocapture %a, %struct.pf_state_key* nocapture %b) nounwind optsize ssp {
|
2009-04-29-RegAllocAssert.ll | 72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp {
|
2009-07-16-CoalescerBug.ll | 13 define i32 @addmatches(%struct.cadata* %dat, i8** nocapture %argv) nounwind ssp {
|
2009-10-25-RewriterBug.ll | 7 define fastcc void @insert_picture_in_dpb(%struct.FrameStore* nocapture %fs, %struct.StorablePicture* %p) nounwind ssp {
|
jump_sign.ll | 233 define i8* @func_r(i8* %base, i32* nocapture %offset, i32 %size) nounwind {
|
select.ll | 61 define signext i8 @test4(i8* nocapture %P, double %F) nounwind readonly {
|
/external/llvm/test/DebugInfo/X86/ |
misched-dbg-value.ll | 36 define void @Proc8(i32* nocapture %Array1Par, [51 x i32]* nocapture %Array2Par, i32 %IntParI1, i32 %IntParI2) nounwind optsize {
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
bug_11395.ll | 39 define void @ff_mlp_init_x86(%struct.DSPContext* nocapture %c, %struct.AVCodecContext* nocapture %avctx) nounwind sanitize_address {
|
/external/llvm/test/JitListener/ |
test-inline.ll | 132 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
test-parameters.ll | 131 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
/external/llvm/test/Transforms/InstCombine/ |
2009-02-20-InstCombine-SROA.ll | 279 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
2012-07-18-LimitReassociate.ll | 515 declare void @zot(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
|
/external/llvm/test/Transforms/SROA/ |
basictest.ll | 6 declare void @llvm.lifetime.start(i64, i8* nocapture) 7 declare void @llvm.lifetime.end(i64, i8* nocapture) 406 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 407 declare void @llvm.memmove.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind 408 declare void @llvm.memset.p0i8.i32(i8* nocapture, i8, i32, i32, i1) nounwind [all...] |
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 552 else if (Property->isSubClassOf("NoCapture")) { 554 ArgumentAttributes.push_back(std::make_pair(ArgNo, NoCapture));
|
/external/llvm/lib/Analysis/ |
BasicAliasAnalysis.cpp | 62 // Note even if the argument is marked nocapture we still need to check 63 // for copies made inside the function. The nocapture attribute only [all...] |
/external/llvm/include/llvm/IR/ |
IntrinsicsPowerPC.td | 26 [IntrReadWriteArgMem, NoCapture<0>]>;
|
/external/llvm/include/llvm/Transforms/ |
IPO.h | 172 /// and marks them with the nocapture attribute.
|
/external/llvm/lib/Transforms/IPO/ |
PassManagerBuilder.cpp | 359 PM.add(createFunctionAttrsPass()); // Add nocapture.
|