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

  /external/llvm/lib/CodeGen/
Analysis.cpp 258 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
298 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
  /external/llvm/include/llvm/
Attributes.h 302 /// getRetAttributes - The attributes for the ret value are
304 Attributes getRetAttributes() const {
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /external/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/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp 650 Attributes CallerRetAttr = F->getAttributes().getRetAttributes();
705 Attributes CalleeRetAttr = CS.getAttributes().getRetAttributes();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 70 Fn->getAttributes().getRetAttributes(), Outs, TLI);
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 102 .getRetAttributes()));
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 740 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(),
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]

Completed in 299 milliseconds