/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2188 const Value *PtrV = I->getOperand(1); in selectStore() local 2192 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore() 2197 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore() 2230 unsigned AddrReg = getRegForValue(PtrV); in selectStore() 2238 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2186 const Value *PtrV = I->getOperand(1); in selectStore() local 2190 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore() 2195 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore() 2228 unsigned AddrReg = getRegForValue(PtrV); in selectStore() 2236 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1156 const Value *PtrV = I->getOperand(1); in SelectStore() local 1160 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore() 1165 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1156 const Value *PtrV = I->getOperand(1); in SelectStore() local 1160 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore() 1165 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore()
|
/external/llvm-project/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()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 2184 llvm::Value *PtrV; in emitNonSPMDParallelCall() local 2186 PtrV = Bld.CreateIntToPtr(V, CGF.VoidPtrTy); in emitNonSPMDParallelCall() 2188 PtrV = Bld.CreatePointerBitCastOrAddrSpaceCast(V, CGF.VoidPtrTy); in emitNonSPMDParallelCall() 2189 CGF.EmitStoreOfScalar(PtrV, Dst, /*Volatile=*/false, in emitNonSPMDParallelCall()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1098 const Value *PtrV = I->getOperand(1); in X86SelectStore() local 1102 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore() 1107 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1109 const Value *PtrV = I->getOperand(1); in X86SelectStore() local 1113 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore() 1118 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1130 const Value *PtrV = I->getOperand(1); in X86SelectStore() local 1134 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore() 1139 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2078 const Value *PtrV = I->getOperand(1); in selectStore() local 2082 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore() 2087 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3622 const Value *PtrV = I.getOperand(1); in visitStore() local 3628 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore() 3633 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() 3651 SDValue Ptr = getValue(PtrV); in visitStore() 3682 Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4229 const Value *PtrV = I.getOperand(1); in visitStore() local 4235 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore() 4240 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() 4258 SDValue Ptr = getValue(PtrV); in visitStore() 4293 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 4091 const Value *PtrV = I.getOperand(1); in visitStore() local 4097 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore() 4102 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() 4120 SDValue Ptr = getValue(PtrV); in visitStore() 4151 DAG.getStore(Root, dl, Val, Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|