HomeSort by relevance Sort by last modified time
    Searched full:alwaysinline (Results 26 - 50 of 63) sorted by null

12 3

  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 31 bool IsVolatile, bool AlwaysInline,
  /external/llvm/lib/Transforms/IPO/
InlineAlways.cpp 97 Attribute::AlwaysInline) &&
Inliner.cpp 594 Attribute::AlwaysInline))
  /external/llvm/utils/vim/
llvm.vim 39 syn keyword llvmKeyword alignstack alwaysinline appending arm_aapcs_vfpcc
  /external/llvm/test/Transforms/InstCombine/
vector-casts.ll 128 define <4 x float> @f(i32 %a) nounwind alwaysinline {
  /external/llvm/utils/kate/
llvm.xml 80 <item> alwaysinline </item>
  /external/llvm/utils/
llvm.grm 171 | alwaysinline
  /frameworks/rs/driver/runtime/arch/
neon.ll 48 define internal <4 x float> @smear_4f(float %in) nounwind readnone alwaysinline {
56 define internal <4 x i32> @smear_4i(i32 %in) nounwind readnone alwaysinline {
64 define internal <4 x i16> @smear_4s(i16 %in) nounwind readnone alwaysinline {
74 define internal <2 x float> @smear_2f(float %in) nounwind readnone alwaysinline {
80 define internal <2 x i32> @smear_2i(i32 %in) nounwind readnone alwaysinline {
86 define internal <2 x i16> @smear_2s(i16 %in) nounwind readnone alwaysinline {
93 define internal <4 x i32> @smear_4i32(i32 %in) nounwind readnone alwaysinline {
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 163 if (hasAttribute(Attribute::AlwaysInline))
164 return "alwaysinline";
360 case Attribute::AlwaysInline: return 1 << 12;
    [all...]
Verifier.cpp 734 I->getKindAsEnum() == Attribute::AlwaysInline ||
823 Attrs.hasAttribute(Idx, Attribute::AlwaysInline)), "Attributes "
824 "'noinline and alwaysinline' are incompatible!", V);
    [all...]
  /external/llvm/test/Transforms/Inline/
inline_invoke.ll 31 define internal void @test0_in() alwaysinline uwtable ssp {
  /frameworks/rs/driver/runtime/
matrix.ll 9 define internal <4 x float> @smear_f(float %in) nounwind readnone alwaysinline {
allocation.ll 659 attributes #8 = { alwaysinline nounwind readnone }
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 87 | Alwaysinline
669 | Attribute.Alwaysinline -> Int32.shift_left 1l 12
705 checkattr Attribute.Alwaysinline;
    [all...]
  /external/clang/include/clang/Basic/
Attr.td 189 def AlwaysInline : InheritableAttr {
  /external/llvm/include/llvm/IR/
Attributes.h 69 AlwaysInline, ///< inline=always
  /external/llvm/test/CodeGen/X86/
avx2-vbroadcast.ll 199 define void @crash() nounwind alwaysinline {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 567 KEYWORD(alwaysinline);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 591 SDValue Size, unsigned Align, bool isVol, bool AlwaysInline,
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/llvm/docs/
BitCodeFormat.rst 838 * bit 12: ``alwaysinline``
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 292 /*isVolatile=*/false, /*AlwaysInline=*/false,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 531 /*AlwaysInline=*/true,
    [all...]

Completed in 752 milliseconds

12 3