Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance
1240 llvm::Value *PtrV; in emitParallelCall() local1242 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()1244 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall()1245 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
2154 const Value *PtrV = I->getOperand(1); in selectStore() local2158 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()2163 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()2196 Register AddrReg = getRegForValue(PtrV); in selectStore()2204 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()
1133 const Value *PtrV = I->getOperand(1); in X86SelectStore() local1137 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()1142 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
4684 const Value *PtrV = I.getOperand(1); in visitStore() local4690 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()4695 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()4713 SDValue Ptr = getValue(PtrV); in visitStore()4736 ? MachinePointerInfo(PtrV, Offsets[i].getKnownMinValue()) in visitStore()