/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 377 Value *PtrValue = nullptr; in getPointerOperandAndType() local 869 Value *PtrValue = nullptr; collectCandidates() local 1309 __anon5d2d199f0202(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1354 __anon5d2d199f0302(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1369 __anon5d2d199f0502(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1370 __anon5d2d199f0602(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 157 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local
|
H A D | AArch64TargetTransformInfo.cpp | 3306 Value *PtrValue = LMemI->getPointerOperand(); getFalkorUnrollingPreferences() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 328 Value *PtrValue; in runOnLoop() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1316 CreateAlignmentAssumptionHelper(const DataLayout & DL,Value * PtrValue,Value * AlignValue,Value * OffsetValue) CreateAlignmentAssumptionHelper() argument 1327 CreateAlignmentAssumption(const DataLayout & DL,Value * PtrValue,unsigned Alignment,Value * OffsetValue) CreateAlignmentAssumption() argument 1340 CreateAlignmentAssumption(const DataLayout & DL,Value * PtrValue,Value * Alignment,Value * OffsetValue) CreateAlignmentAssumption() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2474 emitAlignmentAssumption(llvm::Value * PtrValue,QualType Ty,SourceLocation Loc,SourceLocation AssumptionLoc,llvm::Value * Alignment,llvm::Value * OffsetValue) emitAlignmentAssumption() argument 2514 emitAlignmentAssumption(llvm::Value * PtrValue,const Expr * E,SourceLocation AssumptionLoc,llvm::Value * Alignment,llvm::Value * OffsetValue) emitAlignmentAssumption() argument
|
H A D | CGStmtOpenMP.cpp | 2243 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); emitAlignedClause() local 2658 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); GetAlignedMapping() local
|
H A D | CGBuiltin.cpp | 3286 Value *PtrValue = EmitScalarExpr(Ptr); EmitBuiltinExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1762 auto *PtrValue = Builder.CreatePtrToInt(GEP, IntPtrTy); insertSpills() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1016 const PointerType *PtrValue = ValueT->getAs<PointerType>(); BuildObjCDictionaryLiteral() local
|