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

/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallPtrSet.h243 template <typename PtrType>
245 typedef PointerLikeTypeTraits<PtrType> PtrTraits;
260 typedef SmallPtrSetIterator<PtrType> iterator;
261 typedef SmallPtrSetIterator<PtrType> const_iterator;
267 std::pair<iterator, bool> insert(PtrType Ptr) {
274 bool erase(PtrType Ptr) {
279 size_type count(PtrType Ptr) const {
301 template<class PtrType, unsigned SmallSize>
302 class SmallPtrSet : public SmallPtrSetImpl<PtrType> {
303 typedef SmallPtrSetImpl<PtrType> Base
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h27 template <class PtrType, unsigned SmallSize> class SmallPtrSet;
/freebsd-11.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DModuleUtils.h31 template <class PtrType> class SmallPtrSetImpl;
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1699 Type *PtrType = Ptr->getType(); local
1701 bool PtrTypeConversionNeeded = PtrType != ArgumentAndReturnType;
1708 return CreateBitCast(Fn, PtrType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp453 llvm::Type *getImageRelativeType(llvm::Type *PtrType) { argument
455 return PtrType;
3518 llvm::Type *PtrType = ABI.getImageRelativeType( local
3520 auto *ArrType = llvm::ArrayType::get(PtrType, Classes.size() + 1);
3533 BaseClassArrayData.push_back(llvm::Constant::getNullValue(PtrType));
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3217 EVT PtrType = LN0->getOperand(1).getValueType(); local
3230 NewPtr = DAG.getNode(ISD::ADD, DL, PtrType,
3231 NewPtr, DAG.getConstant(PtrOff, DL, PtrType));
6829 EVT PtrType = N0.getOperand(1).getValueType();
6831 if (PtrType == MVT::Untyped || PtrType.isExtended())
6850 PtrType, LN0->getBasePtr(),
6851 DAG.getConstant(PtrOff, DL, PtrType),
10227 EVT PtrType = Origin->getBasePtr().getValueType();
10228 if (PtrType
12086 EVT PtrType = NewPtr.getValueType(); local
[all...]
H A DTargetLowering.cpp1423 EVT PtrType = Lod->getOperand(1).getValueType(); local
1426 Ptr = DAG.getNode(ISD::ADD, dl, PtrType, Lod->getBasePtr(),
1427 DAG.getConstant(bestOffset, dl, PtrType));
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3933 static std::error_code typeCheckLoadStoreInst(Type *ValType, Type *PtrType) { argument
3934 LLVMContext &Context = PtrType->getContext();
3935 if (!isa<PointerType>(PtrType))
3937 Type *ElemType = cast<PointerType>(PtrType)->getElementType();
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1094 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), local
1102 MachinePointerInfo(ConstantPointerNull::get(PtrType)),
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3810 EVT PtrType = Ptr.getValueType(); local
3813 PtrType, Ptr, DAG.getConstant(4, dl, PtrType));

Completed in 314 milliseconds