/external/llvm/lib/Target/XCore/ |
D | XCoreSubtarget.cpp | 26 void XCoreSubtarget::anchor() { } in anchor() 28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
|
D | XCoreTargetMachine.h | 24 XCoreSubtarget Subtarget; 32 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 33 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | XCoreSubtarget.h | 32 class XCoreSubtarget : public XCoreGenSubtargetInfo { 43 XCoreSubtarget(const Triple &TT, const std::string &CPU,
|
D | XCoreTargetTransformInfo.h | 33 const XCoreSubtarget *ST; 36 const XCoreSubtarget *getST() const { return ST; } in getST()
|
D | XCoreFrameLowering.h | 22 class XCoreSubtarget; variable 26 XCoreFrameLowering(const XCoreSubtarget &STI);
|
D | XCoreISelLowering.h | 25 class XCoreSubtarget; variable 97 const XCoreSubtarget &Subtarget); 144 const XCoreSubtarget &Subtarget;
|
D | CMakeLists.txt | 22 XCoreSubtarget.cpp
|
D | XCoreFrameLowering.cpp | 212 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering() 229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue() 346 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue() 488 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
|
D | XCoreISelLowering.cpp | 73 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreSubtarget.cpp | 26 void XCoreSubtarget::anchor() { } in anchor() 28 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
|
D | XCoreTargetMachine.h | 29 XCoreSubtarget Subtarget; 38 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 39 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | XCoreTargetTransformInfo.h | 33 const XCoreSubtarget *ST; 36 const XCoreSubtarget *getST() const { return ST; } in getST()
|
D | XCoreSubtarget.h | 32 class XCoreSubtarget : public XCoreGenSubtargetInfo { 43 XCoreSubtarget(const Triple &TT, const std::string &CPU,
|
D | XCoreFrameLowering.h | 22 class XCoreSubtarget; variable 26 XCoreFrameLowering(const XCoreSubtarget &STI);
|
D | XCoreISelLowering.h | 25 class XCoreSubtarget; variable 97 const XCoreSubtarget &Subtarget); 145 const XCoreSubtarget &Subtarget;
|
D | CMakeLists.txt | 23 XCoreSubtarget.cpp
|
D | XCoreFrameLowering.cpp | 214 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering() 231 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue() 348 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue() 490 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreFrameLowering.h | 22 class XCoreSubtarget; variable 25 const XCoreSubtarget &STI; 27 XCoreFrameLowering(const XCoreSubtarget &STI);
|
D | XCoreSubtarget.cpp | 24 XCoreSubtarget::XCoreSubtarget(const std::string &TT, in XCoreSubtarget() function in XCoreSubtarget
|
D | XCoreSubtarget.h | 27 class XCoreSubtarget : public XCoreGenSubtargetInfo { 33 XCoreSubtarget(const std::string &TT, const std::string &CPU,
|
D | XCoreTargetMachine.h | 28 XCoreSubtarget Subtarget; 43 virtual const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl()
|
D | XCoreISelLowering.h | 25 class XCoreSubtarget; variable 108 const XCoreSubtarget &Subtarget;
|
D | XCoreAsmPrinter.cpp | 54 const XCoreSubtarget &Subtarget; 58 : AsmPrinter(TM, Streamer), Subtarget(TM.getSubtarget<XCoreSubtarget>()){} in XCoreAsmPrinter()
|
D | XCoreISelDAGToDAG.cpp | 41 const XCoreSubtarget &Subtarget;
|
D | XCoreFrameLowering.cpp | 80 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering()
|