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

  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 224 /// getParamAttributes - The attributes for the specified index are
226 Attributes getParamAttributes(unsigned Idx) const {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 540 if (Attributes attrs = PAL.getParamAttributes(ArgIndex))
660 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
724 if (Attributes Attrs = CallPAL.getParamAttributes(ArgIndex))
    [all...]
DeadArgumentElimination.cpp 743 if (Attributes Attrs = PAL.getParamAttributes(i + 1))
804 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
811 if (Attributes Attrs = CallPAL.getParamAttributes(i + 1))
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 319 AttributeSet getParamAttributes(unsigned Index) const;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 110 OldAttrs.getParamAttributes(OldArg.getArgNo() + 1);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 96 .getParamAttributes(I->getArgNo() + 1));
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 684 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
    [all...]
MergeFunctions.cpp     [all...]
  /external/llvm/lib/IR/
Attributes.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli     [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli     [all...]

Completed in 1525 milliseconds