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

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallPtrSet.h235 template<class PtrType, unsigned SmallSize>
241 typedef PointerLikeTypeTraits<PtrType> PtrTraits;
253 bool insert(PtrType Ptr) {
259 bool erase(PtrType Ptr) {
264 bool count(PtrType Ptr) const {
274 typedef SmallPtrSetIterator<PtrType> iterator;
275 typedef SmallPtrSetIterator<PtrType> const_iterator;
285 const SmallPtrSet<PtrType, SmallSize>&
286 operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) {
292 void swap(SmallPtrSet<PtrType, SmallSiz
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/IPO/
H A DInlinerPass.h26 template<class PtrType, unsigned SmallSize>
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp495 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()), local
503 MachinePointerInfo(ConstantPointerNull::get(PtrType)),
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1214 EVT PtrType = Lod->getOperand(1).getValueType(); local
1217 Ptr = DAG.getNode(ISD::ADD, dl, PtrType, Lod->getBasePtr(),
1218 DAG.getConstant(bestOffset, PtrType));
H A DDAGCombiner.cpp2739 EVT PtrType = LN0->getOperand(1).getValueType(); local
2751 NewPtr = DAG.getNode(ISD::ADD, LN0->getDebugLoc(), PtrType,
2752 NewPtr, DAG.getConstant(PtrOff, PtrType));
5169 EVT PtrType = N0.getOperand(1).getValueType();
5171 if (PtrType == MVT::Untyped || PtrType.isExtended())
5186 PtrType, LN0->getBasePtr(),
5187 DAG.getConstant(PtrOff, PtrType));
8756 EVT PtrType = NewPtr.getValueType(); local
8759 NewPtr = DAG.getNode(ISD::ADD, N->getDebugLoc(), PtrType, NewPt
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3172 EVT PtrType = Ptr.getValueType(); local
3175 PtrType, Ptr, DAG.getConstant(4, PtrType));

Completed in 287 milliseconds