Searched defs:X86SelectionDAGInfo (Results 1 - 2 of 2) 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,

Completed in 138 milliseconds