Searched refs:PtrV (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 2135 const Value *PtrV = I->getOperand(1); in selectStore() local 2139 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore() 2144 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore() 2177 unsigned AddrReg = getRegForValue(PtrV); in selectStore() 2185 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1140 const Value *PtrV = I->getOperand(1); in SelectStore() local 1144 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore() 1149 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2119 llvm::Value *PtrV; in emitParallelCall() local 2121 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitParallelCall() 2123 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitParallelCall() 2124 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitParallelCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86FastISel.cpp | 1132 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4216 const Value *PtrV = I.getOperand(1); in visitStore() local 4222 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore() 4227 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() 4245 SDValue Ptr = getValue(PtrV); in visitStore() 4276 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|