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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelDAGToDAG.cpp27 /// VEDAGToDAGISel - VE specific code to select VE machine
31 class VEDAGToDAGISel : public SelectionDAGISel { class in namespace:__anon2423
37 explicit VEDAGToDAGISel(VETargetMachine &tm) : SelectionDAGISel(tm) {} function in class:__anon2423::VEDAGToDAGISel
55 void VEDAGToDAGISel::Select(SDNode *N) {
69 return new VEDAGToDAGISel(TM);

Completed in 64 milliseconds