Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
46 AVRSubtarget &
47 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
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()
507 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRTargetMachine.h36 const AVRSubtarget *getSubtargetImpl() const;
37 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
51 AVRSubtarget SubTarget;
DAVRSubtarget.h31 class AVRSubtarget : public AVRGenSubtargetInfo {
38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
51 AVRSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS,
DAVRTargetMachine.cpp88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
DAVRISelLowering.h66 class AVRSubtarget; variable
73 const AVRSubtarget &STI);
175 const AVRSubtarget &Subtarget;
DAVRRelaxMemOperations.cpp63 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRAsmPrinter.cpp108 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in PrintAsmOperand()
DAVRInstrInfo.cpp45 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in copyPhysReg()
494 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in getInstSizeInBytes()
DAVRISelDAGToDAG.cpp56 const AVRSubtarget *Subtarget;
60 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
210 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
/external/llvm-project/llvm/lib/Target/AVR/
DAVRSubtarget.cpp30 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
49 AVRSubtarget &
50 AVRSubtarget::initializeSubtargetDependencies(StringRef CPU, StringRef FS, in initializeSubtargetDependencies()
DAVRFrameLowering.cpp56 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitPrologue()
140 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in restoreStatusRegister()
171 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in emitEpilogue()
242 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in spillCalleeSavedRegisters()
281 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in restoreCalleeSavedRegisters()
331 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in eliminateCallFramePseudoInstr()
495 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRTargetMachine.h36 const AVRSubtarget *getSubtargetImpl() const;
37 const AVRSubtarget *getSubtargetImpl(const Function &) const override;
51 AVRSubtarget SubTarget;
DAVRSubtarget.h31 class AVRSubtarget : public AVRGenSubtargetInfo {
38 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
51 AVRSubtarget &initializeSubtargetDependencies(StringRef CPU, StringRef FS,
DAVRTargetMachine.cpp88 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
92 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
DAVRISelLowering.h66 class AVRSubtarget; variable
73 const AVRSubtarget &STI);
173 const AVRSubtarget &Subtarget;
DAVRRelaxMemOperations.cpp63 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
DAVRAsmPrinter.cpp108 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in PrintAsmOperand()
DAVRInstrInfo.cpp45 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in copyPhysReg()
494 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in getInstSizeInBytes()
DAVRISelDAGToDAG.cpp56 const AVRSubtarget *Subtarget;
60 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
210 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
/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
DAVRSubtarget.h33 class AVRSubtarget : public AVRGenSubtargetInfo {
40 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
DAVRTargetMachine.cpp81 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl()
85 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
DCMakeLists.txt12 AVRSubtarget.cpp

12