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

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 1 //===-- TargetLowering.cpp - Implement the TargetLowering class -----------===//
10 // This implements the TargetLowering class.
14 #include "llvm/Target/TargetLowering.h"
516 TargetLowering::TargetLowering(const TargetMachine &tm,
622 TargetLowering::~TargetLowering() {
626 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const {
632 bool TargetLowering::canOpTrap(unsigned Op, EVT VT) const
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 1 //===-- llvm/Target/TargetLowering.h - Target Lowering Info -----*- C++ -*-===//
72 /// TargetLowering - This class defines information used to lower LLVM code to
79 class TargetLowering {
80 TargetLowering(const TargetLowering&); // DO NOT IMPLEMENT
81 void operator=(const TargetLowering&); // DO NOT IMPLEMENT
135 explicit TargetLowering(const TargetMachine &TM,
137 virtual ~TargetLowering();
    [all...]

Completed in 68 milliseconds