Home
last modified time | relevance | path

Searched refs:AVRSubtarget (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp58 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitPrologue()
164 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitEpilogue()
246 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in spillCalleeSavedRegisters()
286 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in restoreCalleeSavedRegisters()
308 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in fixStackStores()
364 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in eliminateCallFramePseudoInstr()
508 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRTargetMachine.h37 const AVRSubtarget *getSubtargetImpl() const;
38 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
52 AVRSubtarget SubTarget;
DAVRSubtarget.cpp31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
DAVRSubtarget.h32 class AVRSubtarget : public AVRGenSubtargetInfo {
39 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
DAVRTargetMachine.cpp94 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
98 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
DAVRRelaxMemOperations.cpp64 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRAsmPrinter.cpp112 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in PrintAsmOperand()
DAVRInstrInfo.cpp46 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in copyPhysReg()
494 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in getInstSizeInBytes()
DAVRISelDAGToDAG.cpp57 const AVRSubtarget *Subtarget;
61 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
211 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
DCMakeLists.txt25 AVRSubtarget.cpp
DAVRExpandPseudoInsts.cpp114 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRDevices.td12 // new member in AVRSubtarget (to store a value) for each set because we do not
/external/llvm/lib/Target/AVR/
DAVRTargetMachine.h35 const AVRSubtarget *getSubtargetImpl() const;
36 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
46 AVRSubtarget SubTarget;
DAVRSubtarget.cpp31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
DAVRTargetMachine.cpp81 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
85 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
DAVRSubtarget.h33 class AVRSubtarget : public AVRGenSubtargetInfo {
40 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
DCMakeLists.txt12 AVRSubtarget.cpp
DAVR.td30 // new member in AVRSubtarget (to store a value) for each set because we do not