/external/protobuf/src/google/protobuf/ |
D | metadata_lite.h | 69 delete PtrValue<Container>(); in ~InternalMetadataWithArenaBase() 76 return PtrValue<Container>()->unknown_fields; in unknown_fields() 84 return &PtrValue<Container>()->unknown_fields; in mutable_unknown_fields() 92 return PtrValue<Container>()->arena; in arena() 94 return PtrValue<Arena>(); in arena() 147 U* PtrValue() const { in PtrValue() function
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 339 Value *PtrValue; in collectCandidates() local 344 PtrValue = LMemI->getPointerOperand(); in collectCandidates() 347 PtrValue = SMemI->getPointerOperand(); in collectCandidates() 352 PtrValue = IMemI->getArgOperand(0); in collectCandidates() 355 PtrValue = IMemI->getArgOperand(1); in collectCandidates() 359 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in collectCandidates() 363 if (L->isLoopInvariant(PtrValue)) in collectCandidates() 366 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in collectCandidates() 371 if (isValidCandidate(&J, PtrValue)) in collectCandidates() 829 const Value *PtrValue) { in runOnLoop() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 338 Value *PtrValue; in collectCandidates() local 343 PtrValue = LMemI->getPointerOperand(); in collectCandidates() 346 PtrValue = SMemI->getPointerOperand(); in collectCandidates() 350 PtrValue = IMemI->getArgOperand(0); in collectCandidates() 354 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in collectCandidates() 358 if (L->isLoopInvariant(PtrValue)) in collectCandidates() 361 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in collectCandidates() 366 if (isValidCandidate(&J, PtrValue)) in collectCandidates() 820 const Value *PtrValue) { in runOnLoop() argument 821 assert((PtrValue && I) && "Invalid parameter!"); in runOnLoop() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 223 Value *PtrValue; in runOnLoop() local 228 PtrValue = LMemI->getPointerOperand(); in runOnLoop() 232 PtrValue = SMemI->getPointerOperand(); in runOnLoop() 235 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop() 239 if (L->isLoopInvariant(PtrValue)) in runOnLoop() 242 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() 292 DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV in runOnLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 254 Value *PtrValue; in runOnLoop() local 259 PtrValue = LMemI->getPointerOperand(); in runOnLoop() 263 PtrValue = SMemI->getPointerOperand(); in runOnLoop() 266 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop() 270 if (L->isLoopInvariant(PtrValue)) in runOnLoop() 273 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop() 324 LLVM_DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV in runOnLoop()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCLoopPreIncPrep.cpp | 188 Value *PtrValue; in runOnLoop() local 193 PtrValue = LMemI->getPointerOperand(); in runOnLoop() 196 PtrValue = SMemI->getPointerOperand(); in runOnLoop() 200 PtrValue = IMemI->getArgOperand(0); in runOnLoop() 204 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop() 210 PtrValue->getType()->getPointerElementType()->isVectorTy()) in runOnLoop() 213 if (L->isLoopInvariant(PtrValue)) in runOnLoop() 216 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L); in runOnLoop()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 320 Value *PtrValue; in runOnLoop() local 325 PtrValue = LMemI->getPointerOperand(); in runOnLoop() 329 PtrValue = SMemI->getPointerOperand(); in runOnLoop() 332 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace(); in runOnLoop() 336 if (L->isLoopInvariant(PtrValue)) in runOnLoop() 339 const SCEV *LSCEV = SE->getSCEV(PtrValue); in runOnLoop()
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | matrix-type-builtins.m | 45 @interface PtrValue interface 54 void test_column_major_load(PtrValue *Ptr, IntValue *Stride) { 64 void test_column_major_store(UnsignedMatrixValue *M, PtrValue *Ptr, IntValue *Stride) {
|
/external/llvm-project/llvm/lib/IR/ |
D | IRBuilder.cpp | 1121 Value *PtrValue, in CreateAlignmentAssumptionHelper() argument 1124 SmallVector<Value *, 4> Vals({PtrValue, AlignValue}); in CreateAlignmentAssumptionHelper() 1132 Value *PtrValue, in CreateAlignmentAssumption() argument 1135 assert(isa<PointerType>(PtrValue->getType()) && in CreateAlignmentAssumption() 1138 auto *PtrTy = cast<PointerType>(PtrValue->getType()); in CreateAlignmentAssumption() 1141 return CreateAlignmentAssumptionHelper(DL, PtrValue, AlignValue, OffsetValue); in CreateAlignmentAssumption() 1145 Value *PtrValue, in CreateAlignmentAssumption() argument 1148 assert(isa<PointerType>(PtrValue->getType()) && in CreateAlignmentAssumption() 1150 return CreateAlignmentAssumptionHelper(DL, PtrValue, Alignment, OffsetValue); in CreateAlignmentAssumption()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FalkorHWPFFix.cpp | 160 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local 161 if (L.isLoopInvariant(PtrValue)) in runOnLoop() 164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop()
|
D | AArch64TargetTransformInfo.cpp | 742 Value *PtrValue = LMemI->getPointerOperand(); in getFalkorUnrollingPreferences() local 743 if (L->isLoopInvariant(PtrValue)) in getFalkorUnrollingPreferences() 746 const SCEV *LSCEV = SE.getSCEV(PtrValue); in getFalkorUnrollingPreferences()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FalkorHWPFFix.cpp | 160 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local 161 if (L.isLoopInvariant(PtrValue)) in runOnLoop() 164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop()
|
D | AArch64TargetTransformInfo.cpp | 888 Value *PtrValue = LMemI->getPointerOperand(); in getFalkorUnrollingPreferences() local 889 if (L->isLoopInvariant(PtrValue)) in getFalkorUnrollingPreferences() 892 const SCEV *LSCEV = SE.getSCEV(PtrValue); in getFalkorUnrollingPreferences()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2797 Value *PtrValue, Value *Mask, in CreateAlignmentAssumptionHelper() argument 2800 Value *PtrIntValue = CreatePtrToInt(PtrValue, IntPtrTy, "ptrint"); in CreateAlignmentAssumptionHelper() 2834 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2838 assert(isa<PointerType>(PtrValue->getType()) && 2841 auto *PtrTy = cast<PointerType>(PtrValue->getType()); 2845 return CreateAlignmentAssumptionHelper(DL, PtrValue, Mask, IntPtrTy, 2861 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2865 assert(isa<PointerType>(PtrValue->getType()) && 2867 auto *PtrTy = cast<PointerType>(PtrValue->getType()); 2876 return CreateAlignmentAssumptionHelper(DL, PtrValue, Mask, IntPtrTy,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 2205 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() argument 2219 Builder.CreatePtrToInt(PtrValue, IntPtrTy, "ptrint"); in emitAlignmentAssumption() 2237 CGM.getDataLayout(), PtrValue, Alignment, OffsetValue); in emitAlignmentAssumption() 2241 emitAlignmentAssumptionCheck(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption() 2245 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() argument 2255 emitAlignmentAssumption(PtrValue, Ty, Loc, AssumptionLoc, Alignment, in emitAlignmentAssumption()
|
D | CodeGenFunction.h | 3085 void emitAlignmentAssumption(llvm::Value *PtrValue, QualType Ty, 3090 void emitAlignmentAssumption(llvm::Value *PtrValue, const Expr *E,
|
D | CGStmtOpenMP.cpp | 2022 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local 2024 PtrValue, E, /*No second loc needed*/ SourceLocation(), in emitAlignedClause()
|
D | CGBuiltin.cpp | 2687 Value *PtrValue = EmitScalarExpr(Ptr); in EmitBuiltinExpr() local 2697 emitAlignmentAssumption(PtrValue, Ptr, in EmitBuiltinExpr() 2700 return RValue::get(PtrValue); in EmitBuiltinExpr()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1765 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 1768 assert(isa<PointerType>(PtrValue->getType()) && 1771 PointerType *PtrTy = cast<PointerType>(PtrValue->getType()); 1773 Value *PtrIntValue = CreatePtrToInt(PtrValue, IntPtrTy, "ptrint");
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2552 Value *PtrValue, Value *AlignValue, 2562 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, 2575 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 934 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local 935 if (!PtrValue || in BuildObjCDictionaryLiteral() 936 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1015 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local 1016 if (!PtrValue || in BuildObjCDictionaryLiteral() 1017 !Context.hasSameUnqualifiedType(PtrValue->getPointeeType(), IdT)) { in BuildObjCDictionaryLiteral()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 2088 void EmitAlignmentAssumption(llvm::Value *PtrValue, unsigned Alignment, 2090 Builder.CreateAlignmentAssumption(CGM.getDataLayout(), PtrValue, Alignment,
|
D | CGStmtOpenMP.cpp | 1417 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local 1418 CGF.EmitAlignmentAssumption(PtrValue, Alignment); in emitAlignedClause()
|
D | CGBuiltin.cpp | 722 Value *PtrValue = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local 730 EmitAlignmentAssumption(PtrValue, Alignment, OffsetValue); in EmitBuiltinExpr() 731 return RValue::get(PtrValue); in EmitBuiltinExpr()
|