Home
last modified time | relevance | path

Searched refs:SrcOpnd (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp382 auto *SrcOpnd = TII->getNamedOperand(MovMI, AMDGPU::OpName::src0); in combineDPPMov() local
384 assert(SrcOpnd && SrcOpnd->isReg()); in combineDPPMov()
385 if (OldOpnd->getReg().isPhysical() || SrcOpnd->getReg().isPhysical()) { in combineDPPMov()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8664.cpp2325 const Operand *SrcOpnd) const { in mayBeElided()
2326 const auto *Src = llvm::dyn_cast<Variable>(SrcOpnd); in mayBeElided()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13509 unsigned SrcOpnd; in expandVSXStoreForLE() local
13520 SrcOpnd = 1; in expandVSXStoreForLE()
13534 SrcOpnd = 2; in expandVSXStoreForLE()
13539 SDValue Src = N->getOperand(SrcOpnd); in expandVSXStoreForLE()