Searched defs:TargetLowering (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h1 //===-- llvm/Target/TargetLowering.h - Target Lowering Info -----*- C++ -*-===//
69 /// TargetLowering - This class defines information used to lower LLVM code to
76 class TargetLowering { class in namespace:llvm
77 TargetLowering(const TargetLowering&); // DO NOT IMPLEMENT
78 void operator=(const TargetLowering&); // DO NOT IMPLEMENT
124 explicit TargetLowering(const TargetMachine &TM,
126 virtual ~TargetLowering();
809 // TargetLowering Optimization Methods
813 /// SDValues for returning information from TargetLowering t
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1 //===-- TargetLowering.cpp - Implement the TargetLowering class -----------===//
10 // This implements the TargetLowering class.
14 #include "llvm/Target/TargetLowering.h"
522 TargetLowering::TargetLowering(const TargetMachine &tm, function in class:TargetLowering
627 TargetLowering::~TargetLowering() {
631 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const {
637 bool TargetLowering
[all...]

Completed in 58 milliseconds