OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPE
(Results
1 - 9
of
9
) sorted by null
/external/srec/srec/crec/
astar_pphash.c
61
goto
CPE
;
68
CPE
:
/external/llvm/lib/CodeGen/
ELFCodeEmitter.cpp
150
MachineConstantPoolEntry
CPE
= CP[i];
153
ELFSection &CstPool = EW.getConstantPoolSection(
CPE
);
157
if (
CPE
.isMachineConstantPoolEntry())
158
assert("
CPE
.isMachineConstantPoolEntry not supported yet");
161
EW.EmitGlobalConstant(
CPE
.Val.ConstVal, CstPool);
ELFWriter.h
194
ELFSection &getConstantPoolSection(MachineConstantPoolEntry &
CPE
);
ELFWriter.cpp
232
ELFSection &ELFWriter::getConstantPoolSection(MachineConstantPoolEntry &
CPE
) {
234
switch (
CPE
.getRelocationInfo()) {
241
switch (TM.getTargetData()->getTypeAllocSize(
CPE
.getType())) {
252
CPSect->getFlags(),
CPE
.getAlignment());
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
770
MachineConstantPoolEntry
CPE
= Constants[i];
771
unsigned AlignMask =
CPE
.getAlignment() - 1;
773
Type *Ty =
CPE
.getType();
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
167
llvm::MachineConstantPoolEntry
CPE
= Constants[i];
168
unsigned int AlignMask =
CPE
.getAlignment() - 1;
170
llvm::Type *Ty =
CPE
.getType();
755
llvm::MachineConstantPoolEntry
CPE
= Constants[i];
756
unsigned AlignMask =
CPE
.getAlignment() - 1;
762
if (
CPE
.isMachineConstantPoolEntry())
767
InitializeConstantToMemory(
CPE
.Val.ConstVal, (void*) CAddr);
769
llvm::Type *Ty =
CPE
.Val.ConstVal->getType();
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
64
///
CPE
- A constant pool entry that has been placed somewhere, which
374
const CPEntry &
CPE
= CPEntries[i][j];
375
AFI->recordCPEClone(i,
CPE
.CPI);
397
// Create the basic block to hold the
CPE
's.
402
// identity mapping of CPI's to
CPE
's.
641
CPEntry *
CPE
= findConstPoolEntry(CPI, CPEMI);
642
assert(
CPE
&& "Cannot find a corresponding CPEntry!");
643
CPE
->RefCount++;
[
all
...]
ARMAsmPrinter.cpp
[
all
...]
Completed in 275 milliseconds