Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGOpenMPRuntimeGPU.cpp | 1203 llvm::Value *PtrV; in emitParallelCall() local 1205 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall() 1207 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall() 1208 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FastISel.cpp | 2159 const Value *PtrV = I->getOperand(1); in selectStore() local 2163 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore() 2168 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore() 2201 Register AddrReg = getRegForValue(PtrV); in selectStore() 2209 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMFastISel.cpp | 1143 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()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86FastISel.cpp | 1125 const Value *PtrV = I->getOperand(1); in X86SelectStore() local 1129 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore() 1134 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 4278 const Value *PtrV = I.getOperand(1); in visitStore() local 4284 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore() 4289 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() 4307 SDValue Ptr = getValue(PtrV); in visitStore() 4337 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|