HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 1201 - 1225 of 2256) sorted by null

<<41424344454647484950>>

  /external/llvm/include/llvm/IR/
Argument.h 85 /// \brief Return true if this argument has the readonly or readnone attribute
Function.h 249 Attribute::ReadOnly);
252 addFnAttr(Attribute::ReadOnly);
330 AttributeSets.hasAttribute(n, Attribute::ReadOnly);
333 addAttribute(n, Attribute::ReadOnly);
  /external/llvm/test/Analysis/CostModel/X86/
loop_v2.ll 6 define i32 @foo(i32* nocapture %A) nounwind uwtable readonly ssp {
  /external/llvm/test/Assembler/
2010-02-05-FunctionLocalMetadataBecomesNull.ll 12 define i32 @main() nounwind readonly {
  /external/llvm/test/CodeGen/ARM/
2009-08-21-PostRAKill.ll 40 declare double @llvm.sqrt.f64(double) nounwind readonly
2009-11-01-NeonMoves.ll 34 declare arm_aapcs_vfpcc <4 x float> @quux(%foo* nocapture) nounwind readonly
2011-12-14-machine-sink.ll 8 define i32 @foo(i32 %h) nounwind readonly ssp {
ifcvt11.ll 8 define i32 @effie(i32 %tsets, %struct.xyz_t* nocapture %p, i32 %a, i32 %b, i32 %c) nounwind readonly noinline {
neon_ld2.ll 36 define <4 x i32> @t2(<2 x i64>* %a, <2 x i64>* %b) nounwind readonly {
  /external/llvm/test/CodeGen/MSP430/
AddrMode-bis-xr.ll 46 define void @am5(i16* %a, i16 %x) readonly {
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-fp64.ll 6 define i64 @foo(double* nocapture %n) nounwind readonly {
  /external/llvm/test/CodeGen/X86/
2012-11-30-handlemove-dbg.ll 17 define signext i16 @subdivp(%struct.node.0.27* nocapture %p, double %dsq, double %tolsq, %struct.hgstruct.2.29* nocapture byval align 8 %hg) nounwind uwtable readonly ssp {
avoid-loop-align-2.ll 9 define i32 @t(i32 %a, i32 %b) nounwind readonly ssp {
object-size.ll 36 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readonly
phi-bit-propagation.ll 5 define zeroext i1 @_Z3fooPjmS_mRSt6bitsetILm32EE(i32* nocapture %a, i64 %asize, i32* nocapture %b, i64 %bsize, %"class.std::bitset"* %bits) nounwind readonly ssp noredzone {
  /external/llvm/test/Feature/
intrinsics.ll 73 ; CHECK: attributes #1 = { nounwind readonly }
  /external/llvm/test/MC/ARM/
elf-reloc-03.ll 25 declare i32 @mystrlen(i8* nocapture %s) nounwind readonly
  /external/llvm/test/Transforms/BBVectorize/
ld1.ll 4 define double @test1(double* %a, double* %b, double* %c) nounwind uwtable readonly {
  /external/llvm/test/Transforms/DeadStoreElimination/
crash.ll 10 declare i32 @func68(i32) nounwind readonly ssp
  /external/llvm/test/Transforms/GVN/
2011-09-07-TypeIdFor.ll 12 declare i32 @llvm.eh.typeid.for(i8*) nounwind readonly
tbaa.ll 75 declare i32 @foo(i8*) readonly
  /external/llvm/test/Transforms/GlobalOpt/
heap-sra-phi.ll 19 define i32 @baz() nounwind readonly noinline {
  /external/llvm/test/Transforms/Inline/
crash.ll 29 define internal i32 @inf_LiteralsHaveSameSubtermAndAreFromSameClause(i32* nocapture %L1, i32* nocapture %L2) nounwind readonly ssp {
  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-10-06-ReusePhi.ll 25 define float @test(float* nocapture %A, float* nocapture %B, i32 %N, i32 %IA, i32 %IB) nounwind uwtable readonly ssp {
  /external/llvm/test/Transforms/LoopUnroll/
runtime-loop3.ll 8 define i32 @nested(i32* nocapture %a, i32 %n, i32 %m) nounwind uwtable readonly {

Completed in 297 milliseconds

<<41424344454647484950>>