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

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

Completed in 228 milliseconds