Searched refs:getPointerTo (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenBuilder.h | 319 auto ptrTy = getPointerTo(destType); in createBaseClassAddr() 332 auto ptrTy = getPointerTo(destType); in createElementBitCast() 373 loc, getPointerTo(srcComplexTy.getElementType()), value); in createComplexRealPtr() 388 loc, getPointerTo(srcComplexTy.getElementType()), value); in createComplexImagPtr()
|
| H A D | CIRGenBuilder.cpp | 20 const cir::PointerType flatPtrTy = getPointerTo(arrayTy.getElementType()); in maybeBuildArrayDecay()
|
| H A D | CIRGenTypes.cpp | 403 resultType = builder.getPointerTo(pointeeType); in convertType() 415 resultType = builder.getPointerTo(pointeeType); in convertType()
|
| H A D | CIRGenExprAggregate.cpp | 136 builder.getPointerTo(cirElementType); in emitArrayInit()
|
| H A D | CIRGenDecl.cpp | 383 gvAddr.getAddr().setType(builder.getPointerTo(init.getType())); in addInitializerToStaticVarDecl()
|
| H A D | CIRGenExpr.cpp | 263 cir::PointerType realPtrTy = cgf.getBuilder().getPointerTo(realVarTy); in emitGlobalVarDeclLValue() 1527 cir::PointerType localVarPtrTy = builder.getPointerTo(ty); in emitAlloca()
|
| H A D | CIRGenModule.cpp | 652 mlir::Type ptrTy = builder.getPointerTo(g.getSymType()); in getAddrOfGlobalVar()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/ |
| H A D | CIRBaseBuilder.h | 117 cir::PointerType getPointerTo(mlir::Type ty) { in getPointerTo() function 122 return getPointerTo(cir::VoidType::get(getContext())); in getVoidPtrTy() 184 return create<cir::GetGlobalOp>(loc, getPointerTo(global.getSymType()), in createGetGlobal() 216 auto addr = createAlloca(loc, getPointerTo(type), type, {}, alignmentAttr); in createDummyValue() 304 return createBitcast(src, getPointerTo(newPointeeTy)); in createPtrBitcast()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Type.h | 485 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Type.cpp | 874 PointerType *Type::getPointerTo(unsigned AddrSpace) const { in getPointerTo() function in Type
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 22491 {"_ZNK4llvm4Type12getPointerToEj", "llvm::Type::getPointerTo(unsigned int) const"},
|