HomeSort by relevance Sort by last modified time
    Searched full:readnone (Results 426 - 450 of 470) sorted by null

<<111213141516171819

  /external/llvm/test/Transforms/InstCombine/
vec_demanded_elts.ll 154 declare <4 x i32> @llvm.x86.sse41.pmovzxwd(<8 x i16>) nounwind readnone
crash.ll 293 define void @test14() nounwind readnone {
or.ll 325 define i64 @test31(i64 %A) nounwind readnone ssp noredzone {
shift.ll 459 define i32 @test38(i32 %x) nounwind readnone {
  /external/llvm/utils/
llvm.grm 166 | readnone
  /external/llvm/test/CodeGen/ARM/
reg_sequence.ll 329 declare <4 x i16> @llvm.arm.neon.vshiftn.v4i16(<4 x i32>, <4 x i32>) nounwind readnone
348 declare <4 x float> @llvm.arm.neon.vrsqrte.v4f32(<4 x float>) nounwind readnone
debug-info-blocks.ll 22 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
26 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
vshift.ll 284 define <2 x i64> @update(<2 x i64> %val) nounwind readnone {
  /external/llvm/test/CodeGen/Thumb/
2010-07-15-debugOrdering.ll 43 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
47 declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 496 // Try to order by readonly/readnone attribute.
590 case MRK_readnone: OS << "Attribute::ReadNone"; break;
  /external/clang/lib/CodeGen/
CGCall.cpp 728 FuncAttrs |= llvm::Attribute::ReadNone;
760 // sret disables readnone and readonly
762 llvm::Attribute::ReadNone);
817 // byval disables readnone and readonly.
819 llvm::Attribute::ReadNone);
    [all...]
  /external/llvm/include/llvm/Transforms/
IPO.h 185 /// memory, or only read memory, and gives them the readnone/readonly attribute.
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 124 // If CS1 or CS2 are readnone, they don't interact.
Lint.cpp 364 // TODO: Check readnone/readonly function attributes.
  /external/llvm/test/CodeGen/X86/
crash.ll 217 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readnone
2009-03-23-MultiUseSched.ll 242 declare i64 @llvm.bswap.i64(i64) nounwind readnone
negate-add-zero.ll     [all...]
tail-opts.ll 419 define i64 @TESTE(i64 %parami, i64 %paraml) nounwind readnone {
  /external/llvm/test/DebugInfo/
inheritance.ll 46 declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
  /external/llvm/test/Transforms/ScalarRepl/
crash.ll 8 define void @test1() nounwind readnone ssp {
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Target/X86/
README.txt     [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 231 /// This property corresponds to the LLVM IR 'readnone' attribute.
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 59 // This can only handle non-void readnone functions.
  /external/llvm/test/Transforms/GVN/
rle.ll 533 define i32 @memset_to_load() nounwind readnone {

Completed in 1403 milliseconds

<<111213141516171819