Searched refs:PtrValue (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCLoopDataPrefetch.cpp | 160 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()
|
| HD | PPCLoopPreIncPrep.cpp | 178 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/ |
| HD | IRBuilder.h | 1643 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/ |
| HD | CGExprCXX.cpp | 1493 llvm::Value *PtrValue = CGF.Builder.CreateLoad(Ptr, in EmitObjectDelete() local 1496 CGF.EmitARCRelease(PtrValue, ARCPreciseLifetime); in EmitObjectDelete()
|
| HD | CGStmtOpenMP.cpp | 674 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local 675 CGF.EmitAlignmentAssumption(PtrValue, Alignment); in emitAlignedClause()
|
| HD | CodeGenFunction.h | 1858 void EmitAlignmentAssumption(llvm::Value *PtrValue, unsigned Alignment, 1860 Builder.CreateAlignmentAssumption(CGM.getDataLayout(), PtrValue, Alignment,
|
| HD | CGBuiltin.cpp | 475 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/ |
| HD | SemaExprObjC.cpp | 936 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local 937 if (!PtrValue || in BuildObjCDictionaryLiteral() 938 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()
|