Searched refs:getWithByValType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 107 static Attribute getWithByValType(LLVMContext &Context, Type *Ty);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 910 C, i, Attribute::getWithByValType(C, TypeMapper->remapType(Ty))); in remapInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 646 C, i, Attribute::getWithByValType(C, TypeMap.get(Ty))); in mapAttributeTypes()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 4509 ix, Attribute::getWithByValType( in visitCallBase()
|