HomeSort by: relevance | last modified time | path
    Searched refs:PtrV (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 2119 llvm::Value *PtrV;
2121 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy);
2123 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy);
2124 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFastISel.cpp 1140 const Value *PtrV = I->getOperand(1);
1144 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) {
1149 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FastISel.cpp 2135 const Value *PtrV = I->getOperand(1);
2139 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) {
2144 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) {
2177 unsigned AddrReg = getRegForValue(PtrV);
2185 if (!computeAddress(PtrV, Addr, Op0->getType()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastISel.cpp 1132 const Value *PtrV = I->getOperand(1);
1136 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) {
1141 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4216 const Value *PtrV = I.getOperand(1);
4222 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) {
4227 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) {
4245 SDValue Ptr = getValue(PtrV);
4276 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]),

Completed in 92 milliseconds