HomeSort by relevance Sort by last modified time
    Searched full:noimplicitfloat (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/test/Other/
2009-06-05-no-implicit-float.ll 2 ; RUN: opt < %s -verify -S | grep noimplicitfloat
3 declare void @f() noimplicitfloat
  /external/llvm/test/Transforms/GlobalOpt/
atexit.ll 4 define internal i32 @__cxa_atexit(void (i8*)* nocapture %func, i8* nocapture %arg, i8* nocapture %dso_handle) nounwind readnone optsize noimplicitfloat {
  /external/llvm/test/CodeGen/X86/
2009-03-26-NoImplicitFPBug.ll 3 define double @t(double %x) nounwind ssp noimplicitfloat {
2012-12-19-NoImplicitFloat.ll 2 ; Test that we do not introduce vector operations with noimplicitfloat.
7 define void @test() nounwind noimplicitfloat {
2009-07-19-AsmExtraOperands.ll 4 define i32 @atomic_cmpset_long(i64* %dst, i64 %exp, i64 %src) nounwind ssp noredzone noimplicitfloat {
2010-02-04-SchedulerBug.ll 7 define void @t(i32 %cNum, i64 %max) nounwind optsize ssp noimplicitfloat {
2009-09-23-LiveVariablesBug.ll 18 declare i64 @OSAddAtomic64(i64, i64*) noredzone noimplicitfloat
20 define i32 @upl_commit_range(%struct.upl* %upl, i32 %offset, i32 %size, i32 %flags, %struct.upl_page_info* %page_list, i32 %count, i32* nocapture %empty) nounwind noredzone noimplicitfloat {
70 %call721 = call i64 @OSAddAtomic64(i64 1, i64* undef) nounwind noredzone noimplicitfloat ; <i64> [#uses=0]
MergeConsecutiveStores.ll 44 ; No vectors because we use noimplicitfloat
48 define void @merge_const_store_no_vec(i32 %count, %struct.B* nocapture %p) noimplicitfloat{
  /external/llvm/test/Transforms/LoopVectorize/
nofloat.ll 3 ; Make sure that we don't vectorize functions with 'noimplicitfloat' attributes.
13 define void @example12() noimplicitfloat { ; <--------- "noimplicitfloat" attribute here!
  /external/llvm/test/Transforms/SLPVectorizer/X86/
implicitfloat.ll 6 ; Don't vectorize when noimplicitfloat is used.
10 define void @test1(double* %a, double* %b, double* %c) noimplicitfloat { ; <------ noimplicitfloat attribute here!
  /external/llvm/test/CodeGen/AArch64/
arm64-popcnt.ll 58 define i32 @cnt32(i32 %x) nounwind readnone noimplicitfloat {
66 define i64 @cnt64(i64 %x) nounwind readnone noimplicitfloat {
  /external/llvm/test/Bitcode/
attributes-3.3.ll 122 define void @f20() noimplicitfloat
224 ; CHECK: attributes #10 = { noimplicitfloat }
attributes.ll 119 define void @f20() noimplicitfloat
264 ; CHECK: attributes #10 = { noimplicitfloat }
  /external/llvm/bindings/go/llvm/
ir_test.go 67 {NoImplicitFloatAttribute, "noimplicitfloat"},
  /external/llvm/utils/vim/
llvm.vim 49 syn keyword llvmKeyword noalias nocapture noimplicitfloat noinline nonlazybind
  /external/llvm/test/Transforms/LoopStrengthReduce/AArch64/
lsr-memset.ll 19 define i8* @memset(i8* %dest, i32 %val, i64 %len) nounwind ssp noimplicitfloat {
  /external/llvm/utils/kate/
llvm.xml 80 <item> noimplicitfloat </item>
  /external/clang/include/clang/Frontend/
CodeGenOptions.def 80 CODEGENOPT(NoImplicitFloat , 1, 0) ///< Set when -mno-implicit-float is enabled.
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 105 | Noimplicitfloat
764 | Attribute.Noimplicitfloat -> Int32.shift_left 1l 23
802 checkattr Attribute.Noimplicitfloat;
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 219 if (hasAttribute(Attribute::NoImplicitFloat))
220 return "noimplicitfloat";
416 case Attribute::NoImplicitFloat: return 1 << 23;
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 86 NoImplicitFloat, ///< Disable implicit floating point insts
  /external/llvm/lib/AsmParser/
LLLexer.cpp 612 KEYWORD(noimplicitfloat);
  /external/llvm/docs/
BitCodeFormat.rst 887 * bit 34: ``noimplicitfloat``
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 639 milliseconds

1 2