HomeSort by relevance Sort by last modified time
    Searched refs:getSelectionDAGInfo (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Target/BPF/
BPFSubtarget.h 55 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 57 const XCoreSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/MSP430/
MSP430Subtarget.h 63 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.h 55 const WebAssemblySelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 78 const HexagonSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 68 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/Sparc/
SparcSubtarget.h 59 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 72 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 82 virtual const TargetSelectionDAGInfo *getSelectionDAGInfo() const {
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 89 const AArch64SelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 293 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.h 170 const TargetSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/ARM/
ARMSubtarget.h 277 const ARMSelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 284 const X86SelectionDAGInfo *getSelectionDAGInfo() const override {
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 916 TSI = getSubtarget().getSelectionDAGInfo();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 290 const TargetSelectionDAGInfo &getSelectionDAGInfo() const { return *TSI; }
    [all...]

Completed in 1048 milliseconds