HomeSort by relevance Sort by last modified time
    Searched full:nocapture (Results 401 - 425 of 1208) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/ScalarRepl/
badarray.ll 55 declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture, i32, i32, i1) nounwind
  /external/llvm/test/Instrumentation/MemorySanitizer/
msan_basic.ll 26 define void @Store(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
50 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
71 define void @LoadAndCmp(i32* nocapture %a) nounwind uwtable sanitize_memory {
106 define void @CopyRetVal(i32* nocapture %a) nounwind uwtable sanitize_memory {
121 define void @FuncWithPhi(i32* nocapture %a, i32* %b, i32* nocapture %c) nounwind uwtable sanitize_memory {
148 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
166 define void @ShlNonConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
183 define void @SExt(i32* nocapture %a, i16* nocapture %b) nounwind uwtable sanitize_memory
    [all...]
  /external/llvm/test/Analysis/BasicAA/
getmodrefinfo-cs-cs.ll 18 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
  /external/llvm/test/Analysis/ScalarEvolution/
sle.ll 10 define void @le(i64 %n, double* nocapture %p) nounwind {
  /external/llvm/test/CodeGen/AArch64/
arm64-dagcombiner-dead-indexed-load.ll 18 define void @test(%"struct.SU"* nocapture %su) {
arm64-fold-address.ll 10 define hidden %struct.CGRect @nofold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
43 define hidden %struct.CGRect @fold(%0* nocapture %self, i8* nocapture %_cmd) nounwind readonly optsize ssp {
arm64-memset-to-bzero.ll 10 define void @fct1(i8* nocapture %ptr) {
16 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1)
22 define void @fct2(i8* nocapture %ptr) {
32 define void @fct3(i8* nocapture %ptr, i32 %unknown) {
arm64-regress-interphase-shift.ll 11 define void @foo(i64* nocapture %d) {
arm64-vaargs.ll 5 define float @t1(i8* nocapture %fmt, ...) nounwind ssp {
arm64-vcombine.ll 6 define <16 x i8> @test(<16 x i8> %q0, <16 x i8> %q1, i8* nocapture %dest) nounwind {
  /external/llvm/test/CodeGen/ARM/
2009-09-28-LdStOptiBug.ll 6 define void @foo(%0* noalias nocapture sret %agg.result, double %x.0, double %y.0) nounwind {
2009-11-02-NegativeLane.ll 5 define arm_aapcs_vfpcc void @foo(i8* nocapture %pBuffer, i32 %numItems) nounwind {
2009-11-30-LiveVariablesBug.ll 10 define arm_aapcs_vfpcc void @foo(%"c"* %this, %"Vec3"* nocapture %adjustment) {
2010-06-11-vmovdrr-bitcast.ll 6 define void @foo(%struct.__int8x8x2_t* nocapture %a, i8* %b) nounwind {
2011-04-11-MachineLICMBug.ll 6 define zeroext i1 @t(i32* nocapture %A, i32 %size, i32 %value) nounwind readonly ssp {
2013-04-21-AAPCS-VA-C.1.cp.ll 27 declare i32 @printf(i8* nocapture, ...)
2013-05-13-AAPCS-byval-padding.ll 8 %struct.S227* byval nocapture %arg0,
avoid-cpsr-rmw.ll 21 define void @t2(i32* nocapture %ptr1, i32* %ptr2, i32 %c) nounwind {
55 define void @t3(i32* nocapture %ptr1, i32* %ptr2, i32 %c) nounwind minsize {
89 define void @t4(i32* nocapture %p, double* nocapture %q) {
flag-crash.ll 6 define fastcc void @func(%struct.gs_matrix* nocapture %pm1) nounwind {
ldrd.ll 48 define void @f(i32* nocapture %a, i32* nocapture %b, i32 %n) nounwind {
96 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
97 declare void @llvm.lifetime.end(i64, i8* nocapture) nounwind
pr13249.ll 3 define arm_aapcscc i8* @__strtok_r_1c(i8* %arg, i8 signext %arg1, i8** nocapture %arg2) nounwind {
stm.ll 6 declare i32 @printf(i8* nocapture, ...) nounwind
  /external/llvm/test/CodeGen/Mips/
extins.ll 13 define void @ins2_5_9(i32 %s, i32* nocapture %d) nounwind {
i32k.ll 24 declare i32 @printf(i8* nocapture, ...) nounwind
misha.ll 3 define i32 @sumc(i8* nocapture %to, i8* nocapture %from, i32) nounwind {
39 define i32 @sum(i16* nocapture %to, i16* nocapture %from, i32) nounwind {

Completed in 104 milliseconds

<<11121314151617181920>>