Home
last modified time | relevance | path

Searched defs:ParamAttrs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExpandVariadics.cpp514 AttrBuilder ParamAttrs(Ctx); in replaceAllUsesWithNewDeclaration() local
554 AttrBuilder ParamAttrs(Ctx); in deriveFixedArityReplacement() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp894 AttrBuilder ParamAttrs(Context); in addFramePointerAttrs() local
908 AttrBuilder ParamAttrs(Context); in addAsyncContextAttrs() local
915 AttrBuilder ParamAttrs(Context); in addSwiftSelfAttrs() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp192 static Type *getMemoryParamAllocType(AttributeSet ParamAttrs) { in getMemoryParamAllocType()
210 AttributeSet ParamAttrs = in getPassPointeeByValueCopySize() local
218 AttributeSet ParamAttrs = in getPointeeInMemoryValueType() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp10544 ArrayRef<ParamAttrTy> ParamAttrs) { in evaluateCDTSize()
10598 static std::string mangleVectorParameters(ArrayRef<ParamAttrTy> ParamAttrs) { in mangleVectorParameters()
10644 ArrayRef<ParamAttrTy> ParamAttrs, in emitX86DeclareSimdFunction()
10764 getNDSWDS(const FunctionDecl *FD, ArrayRef<ParamAttrTy> ParamAttrs) { in getNDSWDS()
10853 ArrayRef<ParamAttrTy> ParamAttrs, in emitAArch64DeclareSimdFunction()
10974 llvm::SmallVector<ParamAttrTy, 8> ParamAttrs(ParamPositions.size()); in emitDeclareSimdFunction() local