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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp 25 AttributeSet RetAttrs; // None
31 F->setAttributes(AttributeList::get(Context, FnAttrs, RetAttrs, ArgAttrs));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPURewriteOutArguments.cpp 374 AttrBuilder RetAttrs;
375 RetAttrs.addAttribute(Attribute::SExt);
376 RetAttrs.addAttribute(Attribute::ZExt);
377 RetAttrs.addAttribute(Attribute::NoAlias);
378 NewFunc->removeAttributes(AttributeList::ReturnIndex, RetAttrs);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 843 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs);
852 AttributeList::get(F->getContext(), FnAttrs, RetAttrs, ArgAttrVec);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Verifier.cpp     [all...]
Attributes.cpp 939 AttributeSet RetAttrs,
954 if (RetAttrs.hasAttributes())
969 AttrSets.push_back(RetAttrs);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Attributes.h 352 AttributeSet RetAttrs,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]

Completed in 405 milliseconds