Searched refs:tryGather (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 307 bool tryGather(SDNode *N, unsigned Opcode); 1101 bool SystemZDAGToDAGISel::tryGather(SDNode *N, unsigned Opcode) { in tryGather() function in SystemZDAGToDAGISel 1315 if (tryGather(Node, SystemZ::VGEF)) in Select() 1318 if (tryGather(Node, SystemZ::VGEG)) in Select()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 308 bool tryGather(SDNode *N, unsigned Opcode); 1138 bool SystemZDAGToDAGISel::tryGather(SDNode *N, unsigned Opcode) { in tryGather() function in SystemZDAGToDAGISel 1527 if (tryGather(Node, SystemZ::VGEF)) in Select() 1530 if (tryGather(Node, SystemZ::VGEG)) in Select()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 200 bool tryGather(SDNode *N, unsigned Opc); 1898 bool X86DAGToDAGISel::tryGather(SDNode *Node, unsigned Opc) { in tryGather() function in X86DAGToDAGISel 2009 if (tryGather(Node, Opc)) in Select()
|