Home
last modified time | relevance | path

Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2135 const Value *PtrV = I->getOperand(1); in selectStore() local
2139 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()
2144 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()
2177 Register AddrReg = getRegForValue(PtrV); in selectStore()
2185 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1555 llvm::Value *PtrV; in emitParallelCall() local
1557 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()
1559 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall()
1560 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1143 const Value *PtrV = I->getOperand(1); in SelectStore() local
1147 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()
1152 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp1127 const Value *PtrV = I->getOperand(1); in X86SelectStore() local
1131 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()
1136 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4232 const Value *PtrV = I.getOperand(1); in visitStore() local
4238 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()
4243 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()
4261 SDValue Ptr = getValue(PtrV); in visitStore()
4291 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()