Searched refs:X86SelectionDAGInfo (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h1 //===-- X86SelectionDAGInfo.h - X86 SelectionDAG Info -----------*- C++ -*-===//
25 class X86SelectionDAGInfo : public TargetSelectionDAGInfo { class in namespace:llvm
27 explicit X86SelectionDAGInfo(const DataLayout &DL);
28 ~X86SelectionDAGInfo();
H A DX86SelectionDAGInfo.cpp1 //===-- X86SelectionDAGInfo.cpp - X86 SelectionDAG Info -------------------===//
10 // This file implements the X86SelectionDAGInfo class.
18 #include "X86SelectionDAGInfo.h"
27 X86SelectionDAGInfo::X86SelectionDAGInfo(const DataLayout &DL) function in class:X86SelectionDAGInfo
30 X86SelectionDAGInfo::~X86SelectionDAGInfo() {}
33 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
176 X86SelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
H A DX86TargetMachine.h49 const X86SelectionDAGInfo *getSelectionDAGInfo() const override {
H A DAndroid.mk29 X86SelectionDAGInfo.cpp \
H A DX86Subtarget.h21 #include "X86SelectionDAGInfo.h"
231 X86SelectionDAGInfo TSInfo;
251 const X86SelectionDAGInfo *getSelectionDAGInfo() const { return &TSInfo; }

Completed in 104 milliseconds