Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1239 llvm::Value *PtrV; in emitParallelCall() local
1241 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2150 const Value *PtrV = I->getOperand(1); in selectStore() local
2154 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1184 const Value *PtrV = I->getOperand(1); in SelectStore() local
1188 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()
1193 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp246 unsigned getPredicatedAddrSpace(const Value &PtrV,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1132 const Value *PtrV = I->getOperand(1); in X86SelectStore() local
1136 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()
1141 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4760 const Value *PtrV = I.getOperand(1); in visitStore() local
4766 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()