/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreSubtarget.cpp | 25 void XCoreSubtarget::anchor() { } in anchor() 27 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
|
D | XCoreTargetMachine.h | 28 XCoreSubtarget Subtarget; 37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 38 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | XCoreTargetTransformInfo.h | 32 const XCoreSubtarget *ST; 35 const XCoreSubtarget *getST() const { return ST; } in getST()
|
D | XCoreSubtarget.h | 31 class XCoreSubtarget : public XCoreGenSubtargetInfo { 42 XCoreSubtarget(const Triple &TT, const std::string &CPU,
|
D | XCoreFrameLowering.h | 21 class XCoreSubtarget; variable 25 XCoreFrameLowering(const XCoreSubtarget &STI);
|
D | XCoreISelLowering.h | 24 class XCoreSubtarget; variable 96 const XCoreSubtarget &Subtarget); 144 const XCoreSubtarget &Subtarget;
|
D | CMakeLists.txt | 23 XCoreSubtarget.cpp
|
D | XCoreFrameLowering.cpp | 213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering() 230 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue() 347 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue() 489 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
|
/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()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreSubtarget.cpp | 25 void XCoreSubtarget::anchor() { } in anchor() 27 XCoreSubtarget::XCoreSubtarget(const Triple &TT, const std::string &CPU, in XCoreSubtarget() function in XCoreSubtarget
|
D | XCoreTargetMachine.h | 28 XCoreSubtarget Subtarget; 37 const XCoreSubtarget *getSubtargetImpl() const { return &Subtarget; } in getSubtargetImpl() 38 const XCoreSubtarget *getSubtargetImpl(const Function &) const override { in getSubtargetImpl()
|
D | XCoreTargetTransformInfo.h | 32 const XCoreSubtarget *ST; 35 const XCoreSubtarget *getST() const { return ST; } in getST()
|
D | XCoreSubtarget.h | 31 class XCoreSubtarget : public XCoreGenSubtargetInfo { 42 XCoreSubtarget(const Triple &TT, const std::string &CPU,
|
D | XCoreFrameLowering.h | 21 class XCoreSubtarget; variable 25 XCoreFrameLowering(const XCoreSubtarget &STI);
|
D | XCoreISelLowering.h | 24 class XCoreSubtarget; variable 95 const XCoreSubtarget &Subtarget); 143 const XCoreSubtarget &Subtarget;
|
D | CMakeLists.txt | 25 XCoreSubtarget.cpp
|
D | XCoreFrameLowering.cpp | 213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering() 230 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue() 347 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue() 483 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
|
D | XCoreISelLowering.cpp | 73 const XCoreSubtarget &Subtarget) in XCoreTargetLowering()
|