Searched defs:RetAttrs (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 326 AttributeMask RetAttrs; in runOnFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 854 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local 896 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local
|
H A D | Attributor.cpp | 3433 AttributeSet RetAttrs = Attrs.getRetAttrs(); identifyDefaultAbstractAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6028 AttrBuilder RetAttrs(M->getContext()); parseFunctionHeader() local 6851 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseInvoke() local 7149 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCallBr() local 7554 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCall() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Attributes.cpp | 1222 get(LLVMContext & C,AttributeSet FnAttrs,AttributeSet RetAttrs,ArrayRef<AttributeSet> ArgAttrs) get() argument
|
H A D | Verifier.cpp | 2029 AttributeSet RetAttrs = Attrs.getRetAttrs(); verifyFunctionAttrs() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 2332 llvm::AttrBuilder RetAttrs(getLLVMContext()); ConstructAttributeList() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 526 auto RetAttrs = Attrs.getRetAttrs(); addAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 9906 populateCallLoweringInfo(TargetLowering::CallLoweringInfo & CLI,const CallBase * Call,unsigned ArgIdx,unsigned NumArgs,SDValue Callee,Type * ReturnTy,AttributeSet RetAttrs,bool IsPatchPoint) populateCallLoweringInfo() argument
|