OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
117
explicit
TargetLowering
(const TargetMachine &TM,
119
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,
626
TargetLowering
::~
TargetLowering
() {
630
MVT
TargetLowering
::getShiftAmountTy(EVT LHSTy) const {
636
bool
TargetLowering
::canOpTrap(unsigned Op, EVT VT) const
[
all
...]
Completed in 405 milliseconds