/external/llvm/test/Transforms/InstCombine/ |
call.ll | 150 declare i8* @test9x(i8*, i8*, ...) noredzone 151 define i8* @test9(i8* %arg, i8* %tmp3) nounwind ssp noredzone { 154 %call = call i8* bitcast (i8* (i8*, i8*, ...)* @test9x to i8* (i8*, i8*)*)(i8* %arg, i8* %tmp3) noredzone
|
fcmp.ll | 55 define i1 @test7(float %x) nounwind readnone ssp noredzone {
|
or.ll | 325 define i64 @test31(i64 %A) nounwind readnone ssp noredzone {
|
/external/llvm/bindings/go/llvm/ |
ir_test.go | 72 {NoRedZoneAttribute, "noredzone"},
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 52 ('NoRedZone', 1 << 22),
|
/external/llvm/test/CodeGen/ARM/ |
vector-spilling.ll | 34 attributes #0 = { noredzone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
vldm-sched-a9.ll | 71 attributes #0 = { noredzone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
/external/llvm/test/CodeGen/X86/ |
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 {
|
or-address.ll | 12 define void @test(i32* nocapture %array, i32 %r0) nounwind ssp noredzone {
|
/external/llvm/test/Bitcode/ |
attributes.ll | 113 define void @f19() noredzone 299 ; CHECK: attributes #9 = { noredzone }
|
compatibility-3.6.ll | 456 declare void @f.noredzone() noredzone 457 ; CHECK: declare void @f.noredzone() #13 [all...] |
compatibility-3.7.ll | 466 declare void @f.noredzone() noredzone 467 ; CHECK: declare void @f.noredzone() #14 [all...] |
compatibility.ll | 468 declare void @f.noredzone() noredzone 469 ; CHECK: declare void @f.noredzone() #14 [all...] |
/external/llvm/utils/vim/syntax/ |
llvm.vim | 51 syn keyword llvmKeyword noredzone noreturn nounwind optnone optsize personality
|
/external/llvm/utils/kate/ |
llvm.xml | 82 <item> noredzone </item>
|
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 418 Options.NoRedZone = CodeGenOpts.DisableRedZone; 429 Options.NoRedZone = CodeGenOpts.DisableRedZone;
|
/external/llvm/test/Transforms/SimplifyCFG/ |
preserve-branchweights.ll | 253 define void @test10(i32 %x) nounwind readnone ssp noredzone {
|
/external/llvm/test/Transforms/GVN/ |
rle.ll | 633 define i32 @test_widening1(i8* %P) nounwind ssp noredzone { 648 define i32 @test_widening2() nounwind ssp noredzone {
|
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 104 | Noredzone 765 | Attribute.Noredzone -> Int32.shift_left 1l 22 803 checkattr Attribute.Noredzone; [all...] |
/external/llvm/lib/IR/ |
Attributes.cpp | 235 if (hasAttribute(Attribute::NoRedZone)) 236 return "noredzone"; 427 case Attribute::NoRedZone: return 1 << 22; [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 630 KEYWORD(noredzone);
|
/external/llvm/lib/Target/ |
README.txt | 600 define i32 @foo(i8 zeroext %i) nounwind readnone ssp noredzone { 621 define i32 @bar(i8 zeroext %i) nounwind readnone ssp noredzone { [all...] |
/external/llvm/docs/ |
BitCodeFormat.rst | 889 * bit 33: ``noredzone`` [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FrameLowering.cpp | 123 if (MF.getFunction()->hasFnAttribute(Attribute::NoRedZone)) [all...] |