Home
last modified time | relevance | path

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

12

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

12