/external/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.h | 53 const MSP430SelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 54 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | MSP430Subtarget.h | 61 const MSP430SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.h | 53 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 54 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | SystemZSubtarget.h | 65 const TargetSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.h | 40 const XCoreSelectionDAGInfo* getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 41 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | XCoreSubtarget.h | 54 const XCoreSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonTargetMachine.h | 52 const HexagonSelectionDAGInfo* getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 53 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | HexagonSubtarget.h | 70 const HexagonSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetMachine.h | 49 const X86SelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 50 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | X86Subtarget.h | 251 const X86SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetMachine.h | 52 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 53 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | AArch64Subtarget.h | 74 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetMachine.h | 56 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 57 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | NVPTXSubtarget.h | 67 const TargetSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.h | 44 const SparcSelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 45 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | SparcSubtarget.h | 58 const SparcSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.h | 45 const PPCSelectionDAGInfo* getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 46 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | PPCSubtarget.h | 153 const PPCSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsTargetMachine.h | 63 const MipsSelectionDAGInfo* getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 64 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | MipsSubtarget.h | 293 const MipsSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetMachine.h | 42 const ARMSelectionDAGInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() function 43 return getSubtargetImpl()->getSelectionDAGInfo(); in getSelectionDAGInfo()
|
D | ARMSubtarget.h | 267 const ARMSelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; } in getSelectionDAGInfo() function
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 123 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5624 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/ |
D | SelectionDAG.h | 279 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return TSI; }
|