/llvm-project/offload/DeviceRTL/include/ |
H A D | State.h | 291 template <typename Ty, ValueKind Kind> struct PtrValue { global() struct 297 TyPtrValue global() argument 303 lookupPtrValue lookup() argument 307 setPtrValue set() argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | matrix-type-builtins.m | 33 @interface PtrValue interface
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 874 PtrValue = getPointerOperandAndType(&J, &PointerElementType); in collectCandidates() local 377 Value *PtrValue = nullptr; getPointerOperandAndType() local 1314 __anon091fa8600202(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1359 __anon091fa8600302(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1374 __anon091fa8600502(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument 1375 __anon091fa8600602(const Instruction *I, Value *PtrValue, const Type *PointerElementType) runOnLoop() argument [all...] |
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FalkorHWPFFix.cpp | 157 Value *PtrValue = LoadI->getPointerOperand(); in runOnLoop() local
|
H A D | AArch64TargetTransformInfo.cpp | 3558 Value *PtrValue = LMemI->getPointerOperand(); getFalkorUnrollingPreferences() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 328 Value *PtrValue; runOnLoop() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1297 CreateAlignmentAssumptionHelper(const DataLayout & DL,Value * PtrValue,Value * AlignValue,Value * OffsetValue) CreateAlignmentAssumptionHelper() argument 1308 CreateAlignmentAssumption(const DataLayout & DL,Value * PtrValue,unsigned Alignment,Value * OffsetValue) CreateAlignmentAssumption() argument 1321 CreateAlignmentAssumption(const DataLayout & DL,Value * PtrValue,Value * Alignment,Value * OffsetValue) CreateAlignmentAssumption() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2530 emitAlignmentAssumption(llvm::Value * PtrValue,QualType Ty,SourceLocation Loc,SourceLocation AssumptionLoc,llvm::Value * Alignment,llvm::Value * OffsetValue) emitAlignmentAssumption() argument 2570 emitAlignmentAssumption(llvm::Value * PtrValue,const Expr * E,SourceLocation AssumptionLoc,llvm::Value * Alignment,llvm::Value * OffsetValue) emitAlignmentAssumption() argument
|
H A D | CGStmtOpenMP.cpp | 2266 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); emitAlignedClause() local 2680 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); GetAlignedMapping() local
|
H A D | CGBuiltin.cpp | 3321 Value *PtrValue = EmitScalarExpr(Ptr); EmitBuiltinExpr() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1792 auto *PtrValue = Builder.CreatePtrToInt(GEP, IntPtrTy); insertSpills() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1023 const PointerType *PtrValue = ValueT->getAs<PointerType>(); BuildObjCDictionaryLiteral() local
|