Searched defs:PtrValue (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 377 Value *PtrValue = nullptr; in getPointerOperandAndType() local 874 Value *PtrValue = nullptr; in collectCandidates() local 1314 const Type *PointerElementType) { in runOnLoop() 1359 auto isDQFormCandidate = [&](const Instruction *I, Value *PtrValue, in runOnLoop() 1374 auto isChainCommoningCandidate = [&](const Instruction *I, Value *PtrValue, in runOnLoop() 1375 const Type *PointerElementType) { in runOnLoop()
|
/freebsd/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 | 3580 Value *PtrValue = LMemI->getPointerOperand(); in getFalkorUnrollingPreferences() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDataPrefetch.cpp | 328 Value *PtrValue; in runOnLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 1297 Value *PtrValue, in CreateAlignmentAssumptionHelper() 1308 Value *PtrValue, in CreateAlignmentAssumption() 1321 Value *PtrValue, in CreateAlignmentAssumption()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2556 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption() 2596 void CodeGenFunction::emitAlignmentAssumption(llvm::Value *PtrValue, in emitAlignmentAssumption()
|
H A D | CGStmtOpenMP.cpp | 2271 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in emitAlignedClause() local 2685 llvm::Value *PtrValue = CGF.EmitScalarExpr(E); in GetAlignedMapping() local
|
H A D | CGBuiltin.cpp | 3410 Value *PtrValue = EmitScalarExpr(Ptr); in EmitBuiltinExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1792 auto *PtrValue = Builder.CreatePtrToInt(GEP, IntPtrTy); in insertSpills() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1023 const PointerType *PtrValue = ValueT->getAs<PointerType>(); in BuildObjCDictionaryLiteral() local
|