Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h2487 const Variable *Dest, const Operand *SrcOpnd) const { in mayBeElided() argument
2489 const auto *Src = llvm::dyn_cast<Variable>(SrcOpnd); in mayBeElided()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10499 unsigned SrcOpnd; in expandVSXStoreForLE() local
10510 SrcOpnd = 1; in expandVSXStoreForLE()
10524 SrcOpnd = 2; in expandVSXStoreForLE()
10529 SDValue Src = N->getOperand(SrcOpnd); in expandVSXStoreForLE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp12331 unsigned SrcOpnd; in expandVSXStoreForLE() local
12342 SrcOpnd = 1; in expandVSXStoreForLE()
12356 SrcOpnd = 2; in expandVSXStoreForLE()
12361 SDValue Src = N->getOperand(SrcOpnd); in expandVSXStoreForLE()