Searched refs:PtrV (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 2153 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/ |
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1157 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/ |
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-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1122 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/ |
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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 3802 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/ |
D | SelectionDAGBuilder.cpp | 3252 const Value *PtrV = I.getOperand(1); in visitStore() local 3265 SDValue Ptr = getValue(PtrV); in visitStore() 3289 Add, MachinePointerInfo(PtrV, Offsets[i]), in visitStore()
|