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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp27 class AVRDAGToDAGISel : public SelectionDAGISel { class in namespace:llvm
29 AVRDAGToDAGISel(AVRTargetMachine &TM, CodeGenOpt::Level OptLevel) function in class:llvm::AVRDAGToDAGISel
59 bool AVRDAGToDAGISel::runOnMachineFunction(MachineFunction &MF) {
64 bool AVRDAGToDAGISel::SelectAddr(SDNode *Op, SDValue N, SDValue &Base,
121 bool AVRDAGToDAGISel::selectIndexedLoad(SDNode *N) {
168 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD,
202 bool AVRDAGToDAGISel::SelectInlineAsmMemoryOperand(const SDValue &Op,
308 template <> bool AVRDAGToDAGISel::select<ISD::FrameIndex>(SDNode *N) {
323 template <> bool AVRDAGToDAGISel::select<ISD::STORE>(SDNode *N) {
360 template <> bool AVRDAGToDAGISel
[all...]

Completed in 100 milliseconds