Home
last modified time | relevance | path

Searched refs:getPointerTo (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h319 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 DCIRGenBuilder.cpp20 const cir::PointerType flatPtrTy = getPointerTo(arrayTy.getElementType()); in maybeBuildArrayDecay()
H A DCIRGenTypes.cpp403 resultType = builder.getPointerTo(pointeeType); in convertType()
415 resultType = builder.getPointerTo(pointeeType); in convertType()
H A DCIRGenExprAggregate.cpp136 builder.getPointerTo(cirElementType); in emitArrayInit()
H A DCIRGenDecl.cpp383 gvAddr.getAddr().setType(builder.getPointerTo(init.getType())); in addInitializerToStaticVarDecl()
H A DCIRGenExpr.cpp263 cir::PointerType realPtrTy = cgf.getBuilder().getPointerTo(realVarTy); in emitGlobalVarDeclLValue()
1527 cir::PointerType localVarPtrTy = builder.getPointerTo(ty); in emitAlloca()
H A DCIRGenModule.cpp652 mlir::Type ptrTy = builder.getPointerTo(g.getSymType()); in getAddrOfGlobalVar()
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/Builder/
H A DCIRBaseBuilder.h117 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 DType.h485 PointerType *getPointerTo(unsigned AddrSpace = 0) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp874 PointerType *Type::getPointerTo(unsigned AddrSpace) const { in getPointerTo() function in Type
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22491 {"_ZNK4llvm4Type12getPointerToEj", "llvm::Type::getPointerTo(unsigned int) const"},