HomeSort by relevance Sort by last modified time
    Searched defs:AArch64SelectionDAGInfo (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.h 1 //===-- AArch64SelectionDAGInfo.h - AArch64 SelectionDAG Info ---*- C++ -*-===//
21 class AArch64SelectionDAGInfo : public TargetSelectionDAGInfo {
23 explicit AArch64SelectionDAGInfo(const DataLayout *DL);
24 ~AArch64SelectionDAGInfo();
AArch64SelectionDAGInfo.cpp 1 //===-- AArch64SelectionDAGInfo.cpp - AArch64 SelectionDAG Info -----------===//
10 // This file implements the AArch64SelectionDAGInfo class.
19 AArch64SelectionDAGInfo::AArch64SelectionDAGInfo(const DataLayout *DL)
22 AArch64SelectionDAGInfo::~AArch64SelectionDAGInfo() {}
24 SDValue AArch64SelectionDAGInfo::EmitTargetCodeForMemset(

Completed in 56 milliseconds