HomeSort by relevance Sort by last modified time
    Searched full:nocapture (Results 701 - 725 of 812) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/SystemZ/
memset-04.ll 5 declare void @llvm.memset.p0i8.i32(i8 *nocapture, i8, i32, i32, i1) nounwind
6 declare void @llvm.memset.p0i8.i64(i8 *nocapture, i8, i64, i32, i1) nounwind
  /external/llvm/test/CodeGen/X86/
2009-04-16-SpillerUnfold.ll 12 define fastcc void @sha512_block_data_order(%struct.SHA512_CTX* nocapture %ctx, i8* nocapture %in, i64 %num) nounwind ssp {
avx-arith.ll 39 define <4 x double> @subpd256fold(<4 x double> %y, <4 x double>* nocapture %x) nounwind uwtable readonly ssp {
54 define <8 x float> @subps256fold(<8 x float> %y, <8 x float>* nocapture %x) nounwind uwtable readonly ssp {
avx-logic.ll 143 define <4 x double> @andnotpd256fold(<4 x double> %y, <4 x double>* nocapture %x) nounwind uwtable readonly ssp {
168 define <8 x float> @andnotps256fold(<8 x float> %y, <8 x float>* nocapture %x) nounwind uwtable readonly ssp {
sse2.ll 201 define <2 x double> @test16(<4 x double> * nocapture %srcA, <2 x double>* nocapture %dst) {
2009-06-02-RewriterBug.ll 4 define void @sha256_block1(i32* nocapture %arr, i8* nocapture %in, i64 %num) nounwind {
162 define void @sha256_block2(i32* nocapture %arr, i8* nocapture %in, i64 %num) nounwind {
2012-11-30-misched-dbg.ll 17 define i32 @AttachGalley(%union.rec** nocapture %suspend_pt) nounwind uwtable ssp {
early-ifcvt.ll 5 define i32 @mm2(i32* nocapture %p, i32 %n) nounwind uwtable readonly ssp {
  /external/llvm/test/Transforms/Inline/
inline-byval-bonus.ll 31 define i32 @ray_sphere(%struct.sphere* nocapture %sph, %struct.ray* nocapture byval align 8 %ray, %struct.spoint* %sp) nounwind uwtable ssp {
  /external/llvm/test/Transforms/InstCombine/
crash.ll 36 define void @test2(<1 x i16>* nocapture %b, i32* nocapture %c) nounwind ssp {
memcpy-from-global.ll 39 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
objsize.ll 175 declare noalias i8* @strdup(i8* nocapture) nounwind
176 declare noalias i8* @strndup(i8* nocapture, i32) nounwind
  /external/llvm/test/CodeGen/ARM/
2009-06-30-RegScavengerAssert.ll 11 declare i32 @printf(i8* nocapture, ...) nounwind
2009-10-02-NEONSubregsBug.ll 4 define arm_aapcs_vfpcc void @_Z27Benchmark_SceDualQuaternionPvm(i8* nocapture %pBuffer, i32 %numItems) nounwind {
2009-11-13-VRRewriterCrash.ll 12 define arm_aapcs_vfpcc %bar* @aaa(%foo* nocapture %this, %quuz* %a, %quuz* %b, %quuz* %c, i8 zeroext %forced) {
call-tc.ll 169 define float @libcall_tc_test2(float* nocapture %a, float %b) {
  /external/llvm/test/CodeGen/Mips/
brdelayslot.ll 139 define i32 @succbbs_loop1(i32* nocapture %a, i32 %n) {
  /external/llvm/test/CodeGen/PowerPC/
2011-12-05-NoSpillDupCR.ll 20 declare i32 @printf(i8* nocapture, ...) nounwind
182 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
184 declare i32 @puts(i8* nocapture) nounwind
s000-alias-misched.ll 19 declare signext i32 @printf(i8* nocapture, ...) nounwind
  /external/llvm/test/CodeGen/SPARC/
2011-01-19-DelaySlot.ll 16 define i32 @test_jmpl(i32 (i32, i32)* nocapture %f, i32 %a, i32 %b) nounwind {
  /external/llvm/test/CodeGen/Thumb2/
machine-licm.ll 8 define void @t1(i32* nocapture %vals, i32 %c) nounwind {
  /external/llvm/test/DebugInfo/X86/
dbg-value-inlined-parameter.ll 21 define i32 @foo(%struct.S1* nocapture %sp, i32 %nums) nounwind optsize ssp {
  /external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll 37 define fastcc void @_ZNSt8_Rb_treeIPvSt4pairIKS0_S0_ESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE16_M_insert_uniqueERKS3_(%"struct.std::pair<std::_Rb_tree_iterator<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > >,bool>"* noalias nocapture sret %agg.result, %"struct.std::_Rb_tree<void*,std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > >,std::_Select1st<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > >,std::less<void*>,std::allocator<std::pair<void* const, std::vector<ShadowInfo, std::allocator<ShadowInfo> > > > >"* %this, %"struct.std::pair<void* const,void*>"* %__v) nounwind {
  /external/llvm/test/Transforms/JumpThreading/
select.ll 136 define void @test_switch_default(i32* nocapture %status) nounwind {
  /external/llvm/test/Transforms/LICM/
scalar_promote.ll 152 define void @test6(i32 %n, float* nocapture %a, i32* %gi) {

Completed in 459 milliseconds

<<21222324252627282930>>