Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/IR/
DAttributesTest.cpp180 Attribute A = Attribute::getWithByValType(C, Ty); in TEST()
183 A = Attribute::getWithByValType(C, nullptr); in TEST()
186 A = Attribute::getWithByValType(C, Type::getInt32Ty(C)); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h107 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h110 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp167 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
779 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
DCore.cpp149 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp171 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute
860 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
DCore.cpp146 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DValueMapper.cpp910 C, i, Attribute::getWithByValType(C, TypeMapper->remapType(Ty))); in remapInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp646 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty))); in mapAttributeTypes()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2084 ix, Attribute::getWithByValType( in visitCallBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3244 Func->addParamAttr(i, Attribute::getWithByValType( in parseFunctionRecord()
3690 i, Attribute::getWithByValType( in propagateByValTypes()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3312 ? Attribute::getWithByValType(Context, PtrEltTy) in parseFunctionRecord()
3788 ? Attribute::getWithByValType(Context, PtrEltTy) in propagateByValSRetTypes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp4509 ix, Attribute::getWithByValType( in visitCallBase()