Home
last modified time | relevance | path

Searched refs:PtrValue (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCLoopDataPrefetch.cpp160 Value *PtrValue; in runOnLoop() local
165 PtrValue = LMemI->getPointerOperand(); in runOnLoop()
169 PtrValue = SMemI->getPointerOperand(); in runOnLoop()
172 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop()
176 if (L->isLoopInvariant(PtrValue)) in runOnLoop()
179 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop()
HDPPCLoopPreIncPrep.cpp178 Value *PtrValue; in runOnLoop() local
183 PtrValue = LMemI->getPointerOperand(); in runOnLoop()
186 PtrValue = SMemI->getPointerOperand(); in runOnLoop()
190 PtrValue = IMemI->getArgOperand(0); in runOnLoop()
194 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop()
200 PtrValue->getType()->getPointerElementType()->isVectorTy()) in runOnLoop()
203 if (L->isLoopInvariant(PtrValue)) in runOnLoop()
206 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
/NextBSD/contrib/llvm/include/llvm/IR/
HDIRBuilder.h1643 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
1646 assert(isa<PointerType>(PtrValue->getType()) &&
1649 PointerType *PtrTy = cast<PointerType>(PtrValue->getType());
1651 Value *PtrIntValue = CreatePtrToInt(PtrValue, IntPtrTy, "ptrint");
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp1493 llvm::Value *PtrValue = CGF.Builder.CreateLoad(Ptr, in EmitObjectDelete() local
1496 CGF.EmitARCRelease(PtrValue, ARCPreciseLifetime); in EmitObjectDelete()
HDCGStmtOpenMP.cpp674 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local
675 CGF.EmitAlignmentAssumption(PtrValue, Alignment); in emitAlignedClause()
HDCodeGenFunction.h1858 void EmitAlignmentAssumption(llvm::Value *PtrValue, unsigned Alignment,
1860 Builder.CreateAlignmentAssumption(CGM.getDataLayout(), PtrValue, Alignment,
HDCGBuiltin.cpp475 Value *PtrValue = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
483 EmitAlignmentAssumption(PtrValue, Alignment, OffsetValue); in EmitBuiltinExpr()
484 return RValue::get(PtrValue); in EmitBuiltinExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp936 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
937 if (!PtrValue || in BuildObjCDictionaryLiteral()
938 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()