Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2153 const Value *PtrV = I->getOperand(1); in selectStore() local
2157 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in selectStore()
2162 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore()
2195 unsigned AddrReg = getRegForValue(PtrV); in selectStore()
2203 if (!computeAddress(PtrV, Addr, Op0->getType())) in selectStore()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1157 const Value *PtrV = I->getOperand(1); in SelectStore() local
1161 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in SelectStore()
1166 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp1122 const Value *PtrV = I->getOperand(1); in X86SelectStore() local
1126 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in X86SelectStore()
1131 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-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3802 const Value *PtrV = I.getOperand(1); in visitStore() local
3808 if (const Argument *Arg = dyn_cast<Argument>(PtrV)) { in visitStore()
3813 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore()
3831 SDValue Ptr = getValue(PtrV); in visitStore()
3866 MachinePointerInfo(PtrV, Offsets[i]), Alignment, MMOFlags, AAInfo); 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()