Searched refs:getWithByValType (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/llvm/unittests/IR/ |
D | AttributesTest.cpp | 180 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/ |
D | Attributes.h | 107 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 110 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 167 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute 779 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
|
D | Core.cpp | 149 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
|
/external/llvm-project/llvm/lib/IR/ |
D | Attributes.cpp | 171 Attribute Attribute::getWithByValType(LLVMContext &Context, Type *Ty) { in getWithByValType() function in Attribute 860 Attr = Attribute::getWithByValType(C, B.getByValType()); in get()
|
D | Core.cpp | 146 return wrap(Attribute::getWithByValType(Ctx, NULL)); in LLVMCreateEnumAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 910 C, i, Attribute::getWithByValType(C, TypeMapper->remapType(Ty))); in remapInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 646 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty))); in mapAttributeTypes()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2084 ix, Attribute::getWithByValType( in visitCallBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3244 Func->addParamAttr(i, Attribute::getWithByValType( in parseFunctionRecord() 3690 i, Attribute::getWithByValType( in propagateByValTypes()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3312 ? Attribute::getWithByValType(Context, PtrEltTy) in parseFunctionRecord() 3788 ? Attribute::getWithByValType(Context, PtrEltTy) in propagateByValSRetTypes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4509 ix, Attribute::getWithByValType( in visitCallBase()
|