Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h144 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp189 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4001 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in parseFunctionRecord()
4023 Attribute NewAttr = Attribute::getWithByValType(Context, ByValTy); in parseFunctionRecord()
4542 NewAttr = Attribute::getWithByValType(Context, PtrEltTy); in propagateAttributeTypes()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3218 Call.addParamAttr(ix, Attribute::getWithByValType( in visitCallBase()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp2180 llvm::Attribute NewAttr = llvm::Attribute::getWithByValType( in addX86InterruptAttrs()