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

/freebsd-10.2-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp35 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
39 class XCoreDAGToDAGISel : public SelectionDAGISel { class in namespace:__anon2700
43 XCoreDAGToDAGISel(XCoreTargetMachine &TM, CodeGenOpt::Level OptLevel) function in class:__anon2700::XCoreDAGToDAGISel
84 return new XCoreDAGToDAGISel(TM, OptLevel);
87 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base,
109 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) {
209 SDNode *XCoreDAGToDAGISel::SelectBRIND(SDNode *N) {

Completed in 221 milliseconds