Home
last modified time | relevance | path

Searched defs:RetAttrs (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp327 RetAttrs.addAttribute(Attribute::SExt); in runOnFunction() local
H A DAMDGPULowerBufferFatPointers.cpp1711 AttributeSet RetAttrs = OldAttrs.getRetAttrs(); in moveFunctionAdaptingType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp852 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction() local
894 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); in removeDeadStuffFromFunction() local
H A DAttributor.cpp3438 AttributeSet RetAttrs = Attrs.getRetAttrs(); in identifyDefaultAbstractAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp468 AttributeSet RetAttrs = CB->getAttributes().getRetAttrs(); in hasPoisonGeneratingReturnAttributes() local
H A DAttributes.cpp1352 AttributeSet RetAttrs, in get()
H A DVerifier.cpp2119 AttributeSet RetAttrs = Attrs.getRetAttrs(); in verifyFunctionAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6318 AttrBuilder RetAttrs(M->getContext()); in parseFunctionHeader() local
7286 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); in parseInvoke() local
7584 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); in parseCallBr() local
7989 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); in parseCall() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2314 llvm::AttrBuilder RetAttrs(getLLVMContext()); in ConstructAttributeList() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp529 auto RetAttrs = Attrs.getRetAttrs(); in addAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10424 AttributeSet RetAttrs, bool IsPatchPoint) { in populateCallLoweringInfo()