HomeSort by relevance Sort by last modified time
    Searched refs:NoImplicitFloat (Results 1 - 25 of 39) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 58 const Attributes NoImplicitFloat = 1<<23; /// disable implicit floating point
94 NoRedZone | NoImplicitFloat | Naked | InlineHint | StackAlignment |
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 40 .Case("noimplicitfloat", Attribute::NoImplicitFloat)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 40 .Case("noimplicitfloat", Attribute::NoImplicitFloat)
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetMachine.cpp 38 bool NoImplicitFloat;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 73 if (Attrs & Attribute::NoImplicitFloat)
74 Result += "noimplicitfloat ";
  /external/llvm/lib/IR/
Attributes.cpp 271 if (hasAttribute(Attribute::NoImplicitFloat))
272 return "noimplicitfloat";
493 case Attribute::NoImplicitFloat: return 1 << 23;
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 181 // Don't vectorize when the attribute NoImplicitFloat is used.
182 if (skipFunction(F) || F.hasFnAttribute(Attribute::NoImplicitFloat))
    [all...]
SLPVectorizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 429 Attribute::NoImplicitFloat);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 743 case Attribute::NoImplicitFloat:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 257 // Don't vectorize when the attribute NoImplicitFloat is used.
258 if (skipFunction(F) || F.hasFnAttribute(Attribute::NoImplicitFloat))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Attributes.cpp 290 if (hasAttribute(Attribute::NoImplicitFloat))
291 return "noimplicitfloat";
    [all...]
Verifier.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 470 HANDLE_ATTR(NoImplicitFloat);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 519 Opts.NoImplicitFloat = Args.hasArg(OPT_no_implicit_float);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp 924 case lltok::kw_noimplicitfloat: Attrs |= Attribute::NoImplicitFloat; break;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 612 case Attribute::NoImplicitFloat:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 629 case Attribute::NoImplicitFloat:
    [all...]
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 9181 milliseconds

1 2