Searched refs:pType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 108 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getIndexedPtrs() local 109 auto ptrsType = LLVM::getFixedVectorType(pType, vType.getDimSize(0)); in getIndexedPtrs() 118 auto pType = LLVM::LLVMPointerType::get(vt, memRefType.getMemorySpaceAsInt()); in castDataPtr() local 119 return rewriter.create<LLVM::BitcastOp>(loc, pType, ptr); in castDataPtr()
|
| /llvm-project-15.0.7/mlir/lib/Target/Cpp/ |
| H A D | TranslateToCpp.cpp | 1010 if (auto pType = type.dyn_cast<emitc::PointerType>()) { in emitType() local 1011 if (failed(emitType(loc, pType.getPointee()))) in emitType()
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Writer.cpp | 68 void addPhdrForSection(Partition &part, unsigned shType, unsigned pType, 2449 unsigned pType, unsigned pFlags) { in addPhdrForSection() argument 2457 PhdrEntry *entry = make<PhdrEntry>(pType, pFlags); in addPhdrForSection()
|