OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetLoweringBase
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringBase.cpp
1
//===-
TargetLoweringBase
.cpp - Implement the
TargetLoweringBase
class ----===//
9
// This implements the
TargetLoweringBase
class.
116
void
TargetLoweringBase
::InitLibcalls(const Triple &TT) {
672
TargetLoweringBase
::
TargetLoweringBase
(const TargetMachine &tm) : TM(tm) {
706
void
TargetLoweringBase
::initActions() {
891
MVT
TargetLoweringBase
::getScalarShiftAmountTy(const DataLayout &DL,
896
EVT
TargetLoweringBase
::getShiftAmountTy(EVT LHSTy, const DataLayout &DL,
905
bool
TargetLoweringBase
::canOpTrap(unsigned Op, EVT VT) const
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
191
class
TargetLoweringBase
{
324
explicit
TargetLoweringBase
(const TargetMachine &TM);
325
TargetLoweringBase
(const
TargetLoweringBase
&) = delete;
326
TargetLoweringBase
&operator=(const
TargetLoweringBase
&) = delete;
327
virtual ~
TargetLoweringBase
() = default;
431
virtual
TargetLoweringBase
::LegalizeTypeAction
3150
class TargetLowering : public
TargetLoweringBase
{
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026