Searched refs:SelectGather (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp194 SDNode *SelectGather(SDNode *N, unsigned Opc);
2027 /// SelectGather - Customized ISel for GATHER operations.
2029 SDNode *X86DAGToDAGISel::SelectGather(SDNode *Node, unsigned Opc) { function in class:X86DAGToDAGISel
2116 SDNode *RetVal = SelectGather(Node, Opc);
2118 // We already called ReplaceUses inside SelectGather.

Completed in 85 milliseconds