Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DIndirectionUtilsTest.cpp28 AttributeSet RetAttrs; // None in TEST() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp326 AttributeMask RetAttrs; in runOnFunction() local
H A DAMDGPULowerBufferFatPointers.cpp1710 AttributeSet RetAttrs = OldAttrs.getRetAttrs(); moveFunctionAdaptingType() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp852 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local
894 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local
H A DAttributor.cpp3442 AttributeSet RetAttrs = Attrs.getRetAttrs(); identifyDefaultAbstractAttributes() local
/llvm-project/llvm/lib/IR/
H A DInstruction.cpp468 AttributeSet RetAttrs = CB->getAttributes().getRetAttrs(); hasPoisonGeneratingReturnAttributes() local
H A DAttributes.cpp1352 get(LLVMContext & C,AttributeSet FnAttrs,AttributeSet RetAttrs,ArrayRef<AttributeSet> ArgAttrs) get() argument
H A DVerifier.cpp2125 AttributeSet RetAttrs = Attrs.getRetAttrs(); verifyFunctionAttrs() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6296 AttrBuilder RetAttrs(M->getContext()); parseFunctionHeader() local
7264 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseInvoke() local
7562 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCallBr() local
7967 AttrBuilder RetAttrs(M->getContext()), FnAttrs(M->getContext()); parseCall() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2337 llvm::AttrBuilder RetAttrs(getLLVMContext()); ConstructAttributeList() local
[all...]
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp529 auto RetAttrs = Attrs.getRetAttrs(); addAttributes() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10361 populateCallLoweringInfo(TargetLowering::CallLoweringInfo & CLI,const CallBase * Call,unsigned ArgIdx,unsigned NumArgs,SDValue Callee,Type * ReturnTy,AttributeSet RetAttrs,bool IsPatchPoint) populateCallLoweringInfo() argument