Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DAttributesTest.cpp183 Attribute A = Attribute::getWithByValType(C, Ty); in TEST()
186 A = Attribute::getWithByValType(C, Type::getInt32Ty(C)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.h142 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp186 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
H A DCore.cpp154 return wrap(Attribute::getWithByValType(Ctx, nullptr)); in LLVMCreateEnumAttribute()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3866 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
3888 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()
4377 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3043 Call.addParamAttr(ix, Attribute::getWithByValType( in visitCallBase()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp2171 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()