Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp307 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/
DSystemZISelDAGToDAG.cpp308 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/
DX86ISelDAGToDAG.cpp200 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()