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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 231 /// getRetAttributes - The attributes for the ret value are
233 Attributes getRetAttributes() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 322 AttributeSet getRetAttributes() const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Attributes.h 323 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Attributes.h 427 AttributeSet getRetAttributes() const;
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 669 PAL.getRetAttributes()));
789 CallPAL.getRetAttributes()));
    [all...]
DeadArgumentElimination.cpp 782 AttributeSet RAttrs = PAL.getRetAttributes();
836 AttributeSet RAttrs = CallPAL.getRetAttributes();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 523 if (Attributes attrs = PAL.getRetAttributes())
648 if (Attributes attrs = CallPAL.getRetAttributes())
    [all...]
DeadArgumentElimination.cpp 657 Attributes RAttrs = PAL.getRetAttributes();
787 Attributes RAttrs = CallPAL.getRetAttributes();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CodeGenPrepare.cpp 615 unsigned CallerRetAttr = F->getAttributes().getRetAttributes();
670 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes();
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 118 OldAttrs.getRetAttributes())
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 69 Fn->getAttributes().getRetAttributes(), Outs, TLI);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 99 .getRetAttributes()));
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp 721 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp     [all...]

Completed in 822 milliseconds

1 2