/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | LowLevelIntrinsics.cpp | 25 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); in getLlvmMemcpy() local 35 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); in getLlvmMemmove() local 45 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); in getLlvmMemset() local 55 auto ptrTy in getRealloc() local 81 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); getLlvmStackSave() local 91 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); getLlvmStackRestore() local 100 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); getLlvmInitTrampoline() local 109 auto ptrTy = builder.getRefType(builder.getIntegerType(8)); getLlvmAdjustTrampoline() local [all...] |
H A D | IntrinsicCall.cpp | 2553 mlir::Type ptrTy = fir::getBase(args[0]).getType(); genAssociated() local 4392 mlir::Type ptrTy = builder.getRefType(builder.getIntegerType(32)); genIeeeGetOrSetModes() local 4434 mlir::Type ptrTy = builder.getRefType(builder.getIntegerType(32)); genIeeeGetOrSetStatus() local 5667 mlir::Type ptrTy = fir::getBase(args[0]).getType(); genNull() local [all...] |
/llvm-project/flang/lib/Optimizer/Builder/Runtime/ |
H A D | Main.cpp | 28 auto ptrTy = mlir::LLVM::LLVMPointerType::get(context); genMain() local
|
H A D | Ragged.cpp | 35 auto ptrTy = in genRaggedArrayAllocate() local
|
/llvm-project/flang/unittests/Optimizer/ |
H A D | FIRTypesTest.cpp | 213 mlir::Type ptrTy = fir::PointerType::get(recTy); in TEST_F() local 254 mlir::Type ptrTy = fir::PointerType::get(ty); in TEST_F() local
|
/llvm-project/mlir/lib/Conversion/LLVMCommon/ |
H A D | PrintCallHelper.cpp | 54 auto ptrTy = LLVM::LLVMPointerType::get(builder.getContext()); in createPrintStrCall() local
|
H A D | TypeConverter.cpp | 375 auto ptrTy = LLVM::LLVMPointerType::get(type.getContext(), *addressSpace); getMemRefDescriptorFields() local
|
H A D | MemRefBuilder.cpp | 136 auto ptrTy = LLVM::LLVMPointerType::get(builder.getContext()); in size() local
|
/llvm-project/mlir/lib/Dialect/Ptr/IR/ |
H A D | PtrTypes.cpp | 70 auto ptrTy = llvm::cast<PtrType>(type); in areCompatible() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRType.cpp | 263 if (auto ptrTy = mlir::dyn_cast<fir::PointerType>(ty)) extractSequenceType() local 310 if (auto ptrTy = mlir::dyn_cast<fir::PointerType>(boxTy.getEleTy())) isScalarBoxedRecordType() local 342 if (auto ptrTy = mlir::dyn_cast<fir::PointerType>(boxTy.getEleTy())) isAllocatableOrPointerArray() local 584 } else if (auto ptrTy = mlir::dyn_cast_or_null<fir::PointerType>(ty)) { getTypeAsString() local 587 } else if (auto ptrTy = mlir::dyn_cast_or_null<fir::LLVMPointerType>(ty)) { getTypeAsString() local [all...] |
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | DebugTypeGenerator.cpp | 313 if (auto ptrTy = mlir::dyn_cast_or_null<fir::PointerType>(elTy)) convertType() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/ |
H A D | SelectObjectAttr.cpp | 181 PointerType *ptrTy{}; global() member in llvm::__anon3a13c9290311::LaunchKernel [all...] |
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | Target.cpp | 78 auto ptrTy = fir::ReferenceType::get(eleTy); boxcharMemoryType() local 88 auto ptrTy = fir::ReferenceType::get(eleTy); boxcharArgumentType() local
|
H A D | CodeGen.cpp | 1143 auto ptrTy = ::getLlvmPtrType(rewriter.getContext()); global() local
|
/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 211 void addNullPointer(llvm::PointerType *ptrTy) { in addNullPointer()
|
/llvm-project/mlir/lib/Conversion/FuncToLLVM/ |
H A D | FuncToLLVM.cpp | 242 auto ptrTy = LLVM::LLVMPointerType::get(builder.getContext()); in wrapExternalFunction() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | ReductionProcessor.cpp | 335 fir::PointerType ptrTy = genBoxCombiner() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | MemRefToLLVM.cpp | 557 auto ptrTy = LLVM::LLVMPointerType::get(rewriter.getContext(), memSpace); allocateBuffer() local
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 869 mlir::Type ptrTy = converter.genType(*ptrSym); genval() local 1548 mlir::Type ptrTy = ptrVal.getType(); genCoordinateOp() local 5801 mlir::Type ptrTy = CrayPtr.getType(); genarr() local 7628 addCrayPointerInst(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Value ptrVal,mlir::Type ptrTy,mlir::Type pteTy) addCrayPointerInst() argument [all...] |
H A D | OpenACC.cpp | 1014 if (auto ptrTy = mlir::dyn_cast<fir::PointerType>(ty)) getReductionInitValue() local 1392 if (auto ptrTy = mlir::dyn_cast<fir::PointerType>(ty)) isSupportedReductionType() local
|
H A D | Bridge.cpp | 4638 mlir::Type ptrTy = genType(ptrSym); genAssignment() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 2184 QualType ptrTy = Dst.Expression->getType(); evalStrcpyCommon() local
|