Searched refs:getSelectionDAGInfo (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h52 const HexagonSelectionDAGInfo* getSelectionDAGInfo() const override {
53 return getSubtargetImpl()->getSelectionDAGInfo();
H A DHexagonSubtarget.h70 const HexagonSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::HexagonSubtarget
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h53 const MSP430SelectionDAGInfo *getSelectionDAGInfo() const override {
54 return getSubtargetImpl()->getSelectionDAGInfo();
H A DMSP430Subtarget.h61 const MSP430SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::MSP430Subtarget
/external/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.h53 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
54 return getSubtargetImpl()->getSelectionDAGInfo();
H A DSystemZSubtarget.h65 const TargetSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::SystemZSubtarget
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h40 const XCoreSelectionDAGInfo* getSelectionDAGInfo() const override {
41 return getSubtargetImpl()->getSelectionDAGInfo();
H A DXCoreSubtarget.h54 const XCoreSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::XCoreSubtarget
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h49 const X86SelectionDAGInfo *getSelectionDAGInfo() const override {
50 return getSubtargetImpl()->getSelectionDAGInfo();
H A DX86Subtarget.h251 const X86SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::final
/external/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h52 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const override {
53 return getSubtargetImpl()->getSelectionDAGInfo();
H A DAArch64Subtarget.h74 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::AArch64Subtarget
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h63 const MipsSelectionDAGInfo* getSelectionDAGInfo() const override {
64 return getSubtargetImpl()->getSelectionDAGInfo();
H A DMipsSubtarget.h293 const MipsSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::MipsSubtarget
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h56 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
57 return getSubtargetImpl()->getSelectionDAGInfo();
H A DNVPTXSubtarget.h67 const TargetSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::NVPTXSubtarget
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h45 const PPCSelectionDAGInfo* getSelectionDAGInfo() const override {
46 return getSubtargetImpl()->getSelectionDAGInfo();
H A DPPCSubtarget.h153 const PPCSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::PPCSubtarget
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h44 const SparcSelectionDAGInfo *getSelectionDAGInfo() const override {
45 return getSubtargetImpl()->getSelectionDAGInfo();
H A DSparcSubtarget.h58 const SparcSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::SparcSubtarget
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h42 const ARMSelectionDAGInfo *getSelectionDAGInfo() const override {
43 return getSubtargetImpl()->getSelectionDAGInfo();
H A DARMSubtarget.h267 const ARMSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } function in class:llvm::ARMSubtarget
/external/llvm/include/llvm/Target/
H A DTargetMachine.h123 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const { function in class:llvm::TargetMachine
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5624 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5720 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5748 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5777 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5804 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
5831 const TargetSelectionDAGInfo &TSI = DAG.getSelectionDAGInfo();
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h279 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; } function in class:llvm::SelectionDAG

Completed in 5295 milliseconds

12