Home
last modified time | relevance | path

Searched refs:pType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp108 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 DTranslateToCpp.cpp1010 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 DWriter.cpp68 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()