Home
last modified time | relevance | path

Searched refs:OtherSrcIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2118 for (int OtherSrcIdx : SrcIndices) { in FoldOperand() local
2119 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand()
2120 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()
2123 OtherSrcIdx--; in FoldOperand()
2127 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2216 for (int OtherSrcIdx : SrcIndices) { in FoldOperand() local
2217 int OtherSelIdx = TII->getSelIdx(Opcode, OtherSrcIdx); in FoldOperand()
2218 if (OtherSrcIdx < 0 || OtherSelIdx < 0) in FoldOperand()
2221 OtherSrcIdx--; in FoldOperand()
2225 dyn_cast<RegisterSDNode>(ParentNode->getOperand(OtherSrcIdx))) { in FoldOperand()