/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | IndirectionUtilsTest.cpp | 28 AttributeSet RetAttrs; // None in TEST() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURewriteOutArguments.cpp | 326 AttributeMask RetAttrs; in runOnFunction() local
|
H A D | AMDGPULowerBufferFatPointers.cpp | 1710 AttributeSet RetAttrs = OldAttrs.getRetAttrs(); moveFunctionAdaptingType() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 852 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local 894 AttributeSet RetAttrs = AttributeSet::get(F->getContext(), RAttrs); removeDeadStuffFromFunction() local
|
H A D | Attributor.cpp | 3442 AttributeSet RetAttrs = Attrs.getRetAttrs(); identifyDefaultAbstractAttributes() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 468 AttributeSet RetAttrs = CB->getAttributes().getRetAttrs(); hasPoisonGeneratingReturnAttributes() local
|
H A D | Attributes.cpp | 1352 get(LLVMContext & C,AttributeSet FnAttrs,AttributeSet RetAttrs,ArrayRef<AttributeSet> ArgAttrs) get() argument
|
H A D | Verifier.cpp | 2125 AttributeSet RetAttrs = Attrs.getRetAttrs(); verifyFunctionAttrs() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6296 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 D | CGCall.cpp | 2337 llvm::AttrBuilder RetAttrs(getLLVMContext()); ConstructAttributeList() local [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 529 auto RetAttrs = Attrs.getRetAttrs(); addAttributes() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10361 populateCallLoweringInfo(TargetLowering::CallLoweringInfo & CLI,const CallBase * Call,unsigned ArgIdx,unsigned NumArgs,SDValue Callee,Type * ReturnTy,AttributeSet RetAttrs,bool IsPatchPoint) populateCallLoweringInfo() argument
|