Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmetadata_lite.h69 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/
DPPCLoopInstrFormPrep.cpp339 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/
DPPCLoopInstrFormPrep.cpp338 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/
DLoopDataPrefetch.cpp223 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/
DLoopDataPrefetch.cpp254 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/
DPPCLoopPreIncPrep.cpp188 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/
DLoopDataPrefetch.cpp320 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/
Dmatrix-type-builtins.m45 @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/
DIRBuilder.cpp1121 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/
DAArch64FalkorHWPFFix.cpp160 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local
161 if (L.isLoopInvariant(PtrValue)) in runOnLoop()
164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop()
DAArch64TargetTransformInfo.cpp742 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/
DAArch64FalkorHWPFFix.cpp160 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local
161 if (L.isLoopInvariant(PtrValue)) in runOnLoop()
164 const SCEV *LSCEV = SE.getSCEV(PtrValue); in runOnLoop()
DAArch64TargetTransformInfo.cpp888 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/
DIRBuilder.h2797 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/
DCodeGenFunction.cpp2205 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()
DCodeGenFunction.h3085 void emitAlignmentAssumption(llvm::Value *PtrValue, QualType Ty,
3090 void emitAlignmentAssumption(llvm::Value *PtrValue, const Expr *E,
DCGStmtOpenMP.cpp2022 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local
2024 PtrValue, E, /*No second loc needed*/ SourceLocation(), in emitAlignedClause()
DCGBuiltin.cpp2687 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/
DIRBuilder.h1765 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/
DIRBuilder.h2552 Value *PtrValue, Value *AlignValue,
2562 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
2575 CallInst *CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue,
/external/clang/lib/Sema/
DSemaExprObjC.cpp934 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/
DSemaExprObjC.cpp1015 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/
DCodeGenFunction.h2088 void EmitAlignmentAssumption(llvm::Value *PtrValue, unsigned Alignment,
2090 Builder.CreateAlignmentAssumption(CGM.getDataLayout(), PtrValue, Alignment,
DCGStmtOpenMP.cpp1417 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local
1418 CGF.EmitAlignmentAssumption(PtrValue, Alignment); in emitAlignedClause()
DCGBuiltin.cpp722 Value *PtrValue = EmitScalarExpr(E->getArg(0)); in EmitBuiltinExpr() local
730 EmitAlignmentAssumption(PtrValue, Alignment, OffsetValue); in EmitBuiltinExpr()
731 return RValue::get(PtrValue); in EmitBuiltinExpr()