OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineConstantPoolEntry
(Results
1 - 14
of
14
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineConstantPool.h
74
class
MachineConstantPoolEntry
{
86
MachineConstantPoolEntry
(const Constant *V, unsigned A)
90
MachineConstantPoolEntry
(MachineConstantPoolValue *V, unsigned A)
96
/// isMachineConstantPoolEntry - Return true if the
MachineConstantPoolEntry
136
std::vector<
MachineConstantPoolEntry
> Constants; ///< The pool of constants.
137
/// MachineConstantPoolValues that use an existing
MachineConstantPoolEntry
.
158
const std::vector<
MachineConstantPoolEntry
> &getConstants() const {
AsmPrinter.h
41
class
MachineConstantPoolEntry
;
/external/llvm/lib/CodeGen/
ELFWriter.h
34
class
MachineConstantPoolEntry
;
194
ELFSection &getConstantPoolSection(
MachineConstantPoolEntry
&CPE);
ELFCodeEmitter.cpp
142
const std::vector<
MachineConstantPoolEntry
> &CP = MCP->getConstants();
150
MachineConstantPoolEntry
CPE = CP[i];
MachineFunction.cpp
622
Type *
MachineConstantPoolEntry
::getType() const {
629
unsigned
MachineConstantPoolEntry
::getRelocationInfo() const {
707
Constants.push_back(
MachineConstantPoolEntry
(C, Alignment));
725
Constants.push_back(
MachineConstantPoolEntry
(V, Alignment));
ELFWriter.cpp
232
ELFSection &ELFWriter::getConstantPoolSection(
MachineConstantPoolEntry
&CPE) {
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp
67
const std::vector<
MachineConstantPoolEntry
> Constants = CP->getConstants();
ARMBaseInstrInfo.cpp
[
all
...]
ARMAsmPrinter.cpp
[
all
...]
ARMCodeEmitter.cpp
55
const std::vector<
MachineConstantPoolEntry
> *MCPEs;
695
const
MachineConstantPoolEntry
&MCPE = (*MCPEs)[CPIndex];
[
all
...]
ARMConstantIslandPass.cpp
403
const std::vector<
MachineConstantPoolEntry
> &CPs =
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
765
const std::vector<
MachineConstantPoolEntry
> &Constants = MCP->getConstants();
770
MachineConstantPoolEntry
CPE = Constants[i];
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
159
const std::vector<llvm::
MachineConstantPoolEntry
> &Constants =
167
llvm::
MachineConstantPoolEntry
CPE = Constants[i];
738
const std::vector<llvm::
MachineConstantPoolEntry
> &Constants =
755
llvm::
MachineConstantPoolEntry
CPE = Constants[i];
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 4419 milliseconds