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

/freebsd-11.0-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:__anon3100
42 XCoreDAGToDAGISel(XCoreTargetMachine &TM, CodeGenOpt::Level OptLevel) function in class:__anon3100::XCoreDAGToDAGISel
85 return new XCoreDAGToDAGISel(TM, OptLevel);
88 bool XCoreDAGToDAGISel::SelectADDRspii(SDValue Addr, SDValue &Base,
111 bool XCoreDAGToDAGISel::
133 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) {
232 SDNode *XCoreDAGToDAGISel::SelectBRIND(SDNode *N) {

Completed in 24 milliseconds