Searched refs:PtrV (Results 1 – 6 of 6) sorted by relevance
1239 llvm::Value *PtrV; in emitParallelCall() local1241 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall()1243 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall()1244 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
2150 const Value *PtrV = I->getOperand(1); in selectStore() local2154 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()2159 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()2192 Register AddrReg = getRegForValue(PtrV); in selectStore()2202 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
1184 const Value *PtrV = I->getOperand(1); in SelectStore() local1188 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()1193 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
246 unsigned getPredicatedAddrSpace(const Value &PtrV,
1132 const Value *PtrV = I->getOperand(1); in X86SelectStore() local1136 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()1141 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
4760 const Value *PtrV = I.getOperand(1); in visitStore() local4766 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()4771 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()4789 SDValue Ptr = getValue(PtrV); in visitStore()4812 ? MachinePointerInfo(PtrV, Offsets[i].getKnownMinValue()) in visitStore()