HomeSort by relevance Sort by last modified time
    Searched refs:MachineConstantPool (Results 1 - 25 of 27) sorted by null

1 2

  /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;
54 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
70 /// This class is a data container for one entry in a MachineConstantPool.
73 /// @brief An entry in a MachineConstantPool
123 /// The MachineConstantPool class keeps track of constants referenced by a
133 class MachineConstantPool {
141 explicit MachineConstantPool(const TargetData *td)
143 ~MachineConstantPool();
    [all...]
ObjectCodeEmitter.h 25 class MachineConstantPool;
151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
MachineFunction.h 34 class MachineConstantPool;
92 MachineConstantPool *ConstantPool;
179 MachineConstantPool *getConstantPool() { return ConstantPool; }
180 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
FastISel.h 28 class MachineConstantPool;
50 MachineConstantPool &MCP;
AsmPrinter.h 40 class MachineConstantPool;
MachineCodeEmitter.h 26 class MachineConstantPool;
JITCodeEmitter.h 29 class MachineConstantPool;
ScheduleDAG.h 29 class MachineConstantPool;
  /external/llvm/lib/CodeGen/
ELFCodeEmitter.h 50 void emitConstantPool(MachineConstantPool *MCP);
MachineFunction.cpp 20 #include "llvm/CodeGen/MachineConstantPool.h"
67 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData());
90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool);
619 // MachineConstantPool implementation
635 MachineConstantPool::~MachineConstantPool() {
691 unsigned MachineConstantPool::getConstantPoolIndex(const Constant *C,
711 unsigned MachineConstantPool::getConstantPoolIndex(MachineConstantPoolValue *V,
729 void MachineConstantPool::print(raw_ostream &OS) const {
744 void MachineConstantPool::dump() const { print(dbgs());
    [all...]
ELFCodeEmitter.cpp 19 #include "llvm/CodeGen/MachineConstantPool.h"
141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) {
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 17 #include "llvm/CodeGen/MachineConstantPool.h"
87 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
148 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
181 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
214 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
Thumb2RegisterInfo.cpp 22 #include "llvm/CodeGen/MachineConstantPool.h"
43 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMAsmPrinter.h 45 const MachineConstantPool *MCP;
ARMConstantPoolValue.cpp 63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
165 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP,
230 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP,
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP,
Thumb1RegisterInfo.cpp 26 #include "llvm/CodeGen/MachineConstantPool.h"
72 MachineConstantPool *ConstantPool = MF.getConstantPool();
ARMBaseRegisterInfo.cpp 26 #include "llvm/CodeGen/MachineConstantPool.h"
790 MachineConstantPool *ConstantPool = MF.getConstantPool();
    [all...]
ARMConstantIslandPass.cpp 22 #include "llvm/CodeGen/MachineConstantPool.h"
273 MachineConstantPool &MCP = *MF.getConstantPool();
    [all...]
ARMBaseInstrInfo.cpp 25 #include "llvm/CodeGen/MachineConstantPool.h"
    [all...]
ARMAsmPrinter.cpp     [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 27 #include "llvm/CodeGen/MachineConstantPool.h"
100 llvm::MachineConstantPool *mpConstantPool;
270 unsigned int GetConstantPoolSizeInBytes(llvm::MachineConstantPool *MCP);
284 void emitConstantPool(llvm::MachineConstantPool *MCP);
CodeEmitter.cpp 40 #include "llvm/CodeGen/MachineConstantPool.h"
158 llvm::MachineConstantPool *MCP) {
731 void CodeEmitter::emitConstantPool(llvm::MachineConstantPool *MCP) {
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 27 #include "llvm/CodeGen/MachineConstantPool.h"
303 MachineConstantPool *ConstantPool;
396 void emitConstantPool(MachineConstantPool *MCP);
764 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp 19 #include "llvm/CodeGen/MachineConstantPool.h"
368 // MachineConstantPool wants an explicit alignment.
378 MachineConstantPool *MCP = MF->getConstantPool();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 22 #include "llvm/CodeGen/MachineConstantPool.h"
    [all...]

Completed in 160 milliseconds

1 2