Searched refs:AVRSubtarget (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 58 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()
|
D | AVRTargetMachine.h | 37 const AVRSubtarget *getSubtargetImpl() const; 38 const AVRSubtarget *getSubtargetImpl(const Function &) const override; 52 AVRSubtarget SubTarget;
|
D | AVRSubtarget.cpp | 31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
|
D | AVRSubtarget.h | 32 class AVRSubtarget : public AVRGenSubtargetInfo { 39 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
|
D | AVRTargetMachine.cpp | 94 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() 98 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
|
D | AVRRelaxMemOperations.cpp | 64 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
|
D | AVRAsmPrinter.cpp | 112 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in PrintAsmOperand()
|
D | AVRInstrInfo.cpp | 46 const AVRSubtarget &STI = MBB.getParent()->getSubtarget<AVRSubtarget>(); in copyPhysReg() 494 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in getInstSizeInBytes()
|
D | AVRISelDAGToDAG.cpp | 57 const AVRSubtarget *Subtarget; 61 Subtarget = &MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction() 211 const AVRSubtarget &STI = MF->getSubtarget<AVRSubtarget>(); in SelectInlineAsmMemoryOperand()
|
D | CMakeLists.txt | 25 AVRSubtarget.cpp
|
D | AVRExpandPseudoInsts.cpp | 114 const AVRSubtarget &STI = MF.getSubtarget<AVRSubtarget>(); in runOnMachineFunction()
|
D | AVRDevices.td | 12 // new member in AVRSubtarget (to store a value) for each set because we do not
|
/external/llvm/lib/Target/AVR/ |
D | AVRTargetMachine.h | 35 const AVRSubtarget *getSubtargetImpl() const; 36 const AVRSubtarget *getSubtargetImpl(const Function &) const override; 46 AVRSubtarget SubTarget;
|
D | AVRSubtarget.cpp | 31 AVRSubtarget::AVRSubtarget(const Triple &TT, const std::string &CPU, in AVRSubtarget() function in llvm::AVRSubtarget
|
D | AVRTargetMachine.cpp | 81 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl() const { in getSubtargetImpl() 85 const AVRSubtarget *AVRTargetMachine::getSubtargetImpl(const Function &) const { in getSubtargetImpl()
|
D | AVRSubtarget.h | 33 class AVRSubtarget : public AVRGenSubtargetInfo { 40 AVRSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS,
|
D | CMakeLists.txt | 12 AVRSubtarget.cpp
|
D | AVR.td | 30 // new member in AVRSubtarget (to store a value) for each set because we do not
|