Searched refs:PtrType (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h342 template <typename PtrType>
344 using ConstPtrType = typename add_const_past_pointer<PtrType>::type;
345 using PtrTraits = PointerLikeTypeTraits<PtrType>;
359 using iterator = SmallPtrSetIterator<PtrType>;
360 using const_iterator = SmallPtrSetIterator<PtrType>;
362 using value_type = PtrType;
370 std::pair<iterator, bool> insert(PtrType Ptr) {
377 bool erase(PtrType Ptr) {
392 void insert(std::initializer_list<PtrType> IL) {
416 template <typename PtrType>
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp142 template <typename PtrType>
144 PtrType _cow;
146 PtrType _data;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp769 PointerType *PtrType = G->getType(); local
771 PtrType->getElementType(), PtrType->getAddressSpace(),
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp623 const PointerType *PtrType;
625 PointerCastResult(const PointerType *PtrType, Ptr V)
626 : PtrType(PtrType), V(V) {}
630 << ParamAlloc.allocParam("llvm::Type *", PtrType->llvmName()) << ")";
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h2629 auto *PtrType = Ptr->getType(); local
2630 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
2631 if (PtrType != Int8PtrTy)
2644 if (PtrType != Int8PtrTy)
2645 return CreateBitCast(Fn, PtrType);
2657 auto *PtrType = Ptr->getType(); local
2658 auto *Int8PtrTy = getInt8PtrTy(PtrType->getPointerAddressSpace());
2659 if (PtrType != Int8PtrTy)
2672 if (PtrType != Int8PtrTy)
2673 return CreateBitCast(Fn, PtrType);
[all...]
H A DModule.h51 template <class PtrType> class SmallPtrSetImpl;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp350 LLT PtrType = getLLTForType(*PtrTy, DL); local
351 Register DstReg = MRI.createGenericVirtualRegister(PtrType);
H A DR600ISelLowering.cpp907 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), local
915 MachinePointerInfo(ConstantPointerNull::get(PtrType)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp340 std::string PtrType = getEnumName(IO, unsigned(Record.getPointerKind()), local
342 Attr += "[ Type: " + PtrType;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1300 IntegerType *PtrType = DL.getIntPtrType((B.GetInsertBlock()->getContext())); local
1302 CallocName, Attrs, B.getInt8PtrTy(), PtrType, PtrType);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp463 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { argument
465 return PtrType;
3654 llvm::Type *PtrType = ABI.getImageRelativeType( local
3656 auto *ArrType = llvm::ArrayType::get(PtrType, Classes.size() + 1);
3669 BaseClassArrayData.push_back(llvm::Constant::getNullValue(PtrType));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp753 Error typeCheckLoadStoreInst(Type *ValType, Type *PtrType);
3669 Error BitcodeReader::typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { argument
3670 if (!isa<PointerType>(PtrType))
3672 Type *ElemType = cast<PointerType>(PtrType)->getElementType();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4842 EVT PtrType = LDST->getBasePtr().getValueType();
4843 if (PtrType == MVT::Untyped || PtrType.isExtended())
14596 EVT PtrType = Origin->getBasePtr().getValueType();
14597 if (PtrType == MVT::Untyped || PtrType.isExtended())
14605 if (!TLI.isOperationLegal(ISD::ADD, PtrType))
16965 EVT PtrType = NewPtr.getValueType(); local
16971 Offset = DAG.getConstant(PtrOff, DL, PtrType);
16974 Offset = DAG.getZExtOrTrunc(EltNo, DL, PtrType);
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4674 if (const auto *PtrType = Ty->getAs<PointerType>()) {
4675 Ty = PtrType->getPointeeType();
4686 if (const auto *PtrType = Ty->getAs<PointerType>()) {
4687 Ty = PtrType->getPointeeType();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5144 EVT PtrType = Ptr.getValueType(); local
5147 PtrType, Ptr, DAG.getConstant(4, dl, PtrType));

Completed in 853 milliseconds