Home
last modified time | relevance | path

Searched refs:getWithByValType (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h128 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp188 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
H A DCore.cpp145 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
H A DAutoUpgrade.cpp4381 Attribute NewAttr = Attribute::getWithByValType(F.getContext(), ByValTy); in UpgradeFunctionAttributes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2414 ix, Attribute::getWithByValType( in visitCallBase()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3348 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
3829 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp2118 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()