Lines Matching full:ve
1 //===-- VEISelDAGToDAG.cpp - A dag to dag inst selector for VE ------------===//
9 // This file defines an instruction selector for the VE target.
13 #include "VE.h"
23 #define DEBUG_TYPE "ve-isel"
24 #define PASS_NAME "VE DAG->DAG Pattern Instruction Selection"
27 /// VEDAGToDAGISel - VE specific code to select VE machine
32 /// Subtarget - Keep a pointer to the VE Subtarget around so that we can
286 New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), SDLoc(N), VE::VM0, in Select()
289 New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), SDLoc(N), VE::VMP0, in Select()
318 // Try to match ADDRri since reg+imm style is safe for all VE instructions in SelectInlineAsmMemoryOperand()
341 /// VE-specific DAG, ready for instruction scheduling.