OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MachineConstantPool
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
1
//===-- CodeGen/
MachineConstantPool
.h - Abstract Constant Pool --*- C++ -*-===//
11
/// This file declares the
MachineConstantPool
class which is an abstract
31
class
MachineConstantPool
;
55
virtual int getExistingMachineCPValue(
MachineConstantPool
*CP,
71
/// This class is a data container for one entry in a
MachineConstantPool
.
74
/// @brief An entry in a
MachineConstantPool
124
/// The
MachineConstantPool
class keeps track of constants referenced by a
134
class
MachineConstantPool
{
144
explicit
MachineConstantPool
(const TargetMachine &TM)
146
~
MachineConstantPool
();
[
all
...]
/external/llvm/lib/CodeGen/
MachineFunction.cpp
21
#include "llvm/CodeGen/
MachineConstantPool
.h"
71
ConstantPool = new (Allocator)
MachineConstantPool
(TM);
107
ConstantPool->~
MachineConstantPool
();
785
//
MachineConstantPool
implementation
790
const DataLayout *
MachineConstantPool
::getDataLayout() const {
807
MachineConstantPool
::~
MachineConstantPool
() {
865
unsigned
MachineConstantPool
::getConstantPoolIndex(const Constant *C,
886
unsigned
MachineConstantPool
::getConstantPoolIndex(MachineConstantPoolValue *V,
[
all
...]
Completed in 135 milliseconds