Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance
1259 llvm::Value *PtrV; in emitParallelCall() local1261 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()
2153 const Value *PtrV = I->getOperand(1); in selectStore() local2157 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()
1143 const Value *PtrV = I->getOperand(1); in SelectStore() local1147 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()1152 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
1131 const Value *PtrV = I->getOperand(1); in X86SelectStore() local1135 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()1140 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
4482 const Value *PtrV = I.getOperand(1); in visitStore() local4488 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()