Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1259 llvm::Value *PtrV; in emitParallelCall() local
1261 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()
1263 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall()
1264 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2153 const Value *PtrV = I->getOperand(1); in selectStore() local
2157 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()
2162 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()
2195 Register AddrReg = getRegForValue(PtrV); in selectStore()
2203 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1131 const Value *PtrV = I->getOperand(1); in X86SelectStore() local
1135 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()
1140 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4482 const Value *PtrV = I.getOperand(1); in visitStore() local
4488 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()
4493 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()
4511 SDValue Ptr = getValue(PtrV); in visitStore()
4534 ? MachinePointerInfo(PtrV, Offsets[i].getKnownMinValue()) in visitStore()