Searched refs:AVRTargetLowering (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.cpp | 35 AVRTargetLowering::AVRTargetLowering(const AVRTargetMachine &TM, in AVRTargetLowering() function in llvm::AVRTargetLowering 234 const char *AVRTargetLowering::getTargetNodeName(unsigned Opcode) const { in getTargetNodeName() 265 EVT AVRTargetLowering::getSetCCResultType(const DataLayout &DL, LLVMContext &, in getSetCCResultType() 271 SDValue AVRTargetLowering::LowerShifts(SDValue Op, SelectionDAG &DAG) const { in LowerShifts() 418 SDValue AVRTargetLowering::LowerDivRem(SDValue Op, SelectionDAG &DAG) const { in LowerDivRem() 471 SDValue AVRTargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress() 484 SDValue AVRTargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress() 515 SDValue AVRTargetLowering::getAVRCmp(SDValue LHS, SDValue RHS, in getAVRCmp() 546 SDValue AVRTargetLowering::getAVRCmp(SDValue LHS, SDValue RHS, ISD::CondCode CC, in getAVRCmp() 722 SDValue AVRTargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC() [all …]
|
H A D | AVRSubtarget.h | 43 const AVRTargetLowering *getTargetLowering() const override { return &TLInfo; } in getTargetLowering() 119 AVRTargetLowering TLInfo;
|
H A D | AVRISelLowering.h | 82 class AVRTargetLowering : public TargetLowering { 84 explicit AVRTargetLowering(const AVRTargetMachine &TM,
|