Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1240 llvm::Value *PtrV; in emitParallelCall() local
1242 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2154 const Value *PtrV = I->getOperand(1); in selectStore() local
2158 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()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1133 const Value *PtrV = I->getOperand(1); in X86SelectStore() local
1137 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()
1142 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4684 const Value *PtrV = I.getOperand(1); in visitStore() local
4690 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()