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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp34 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
38 class XCoreDAGToDAGISel : public SelectionDAGISel { class in namespace:__anon4473
41 XCoreDAGToDAGISel(XCoreTargetMachine &TM, CodeGenOpt::Level OptLevel) function in class:__anon4473::XCoreDAGToDAGISel
84 return new XCoreDAGToDAGISel(TM, OptLevel);
87 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base,
110 bool XCoreDAGToDAGISel::
132 void XCoreDAGToDAGISel::Select(SDNode *N) {
238 bool XCoreDAGToDAGISel::tryBRIND(SDNode *N) {

Completed in 119 milliseconds