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

  /external/llvm/include/llvm/Target/
TargetLowering.h 1 //===-- llvm/Target/TargetLowering.h - Target Lowering Info -----*- C++ -*-===//
77 /// TargetLowering - This class defines information used to lower LLVM code to
84 class TargetLowering {
85 TargetLowering(const TargetLowering&); // DO NOT IMPLEMENT
86 void operator=(const TargetLowering&); // DO NOT IMPLEMENT
133 explicit TargetLowering(const TargetMachine &TM,
135 virtual ~TargetLowering();
    [all...]
  /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"
544 TargetLowering::TargetLowering(const TargetMachine &tm,
628 TargetLowering::~TargetLowering() {
632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const {
638 bool TargetLowering::canOpTrap(unsigned Op, EVT VT) const
    [all...]

Completed in 24 milliseconds