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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 237 /// getFnAttributes - The function attributes are returned.
238 Attributes getFnAttributes() const {
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 176 PAL.getFnAttributes()));
802 PAL.getFnAttributes()));
    [all...]
ArgumentPromotion.cpp 747 PAL.getFnAttributes()));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 239 if (Attributes FnAttrs = PAL.getFnAttributes())
658 Attributes FnAttrs = PAL.getFnAttributes();
788 Attributes FnAttrs = CallPAL.getFnAttributes();
    [all...]
ArgumentPromotion.cpp 593 if (Attributes attrs = PAL.getFnAttributes())
729 if (Attributes attrs = CallPAL.getFnAttributes())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 325 AttributeSet getFnAttributes() const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Attributes.h 326 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 430 AttributeSet getFnAttributes() const;
  /external/llvm/lib/IR/
AsmWriter.cpp 834 AttributeSet FnAttrs = F.getAttributes().getFnAttributes();
872 AttributeSet Attrs = CI->getAttributes().getFnAttributes();
877 AttributeSet Attrs = II->getAttributes().getFnAttributes();
    [all...]
Attributes.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 120 OldAttrs.getFnAttributes()));
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 66 Fn->getAttributes().getFnAttributes()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 102 .getFnAttributes()));
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 120 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
122 AS.getFnAttributes());
140 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
142 AS.getFnAttributes());
151 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex);
153 AS.getFnAttributes());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 1757 milliseconds

1 2