Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1156 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/X86/
DX86FastISel.cpp1098 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/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2078 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/
DSelectionDAGBuilder.cpp3622 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/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3252 const Value *PtrV = I.getOperand(1); in visitStore() local
3265 SDValue Ptr = getValue(PtrV); in visitStore()
3289 Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()