OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPE
(Results
1 - 6
of
6
) sorted by null
/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);
/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/ExecutionEngine/JIT/
JITEmitter.cpp
770
MachineConstantPoolEntry
CPE
= Constants[i];
771
unsigned AlignMask =
CPE
.getAlignment() - 1;
773
Type *Ty =
CPE
.getType();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
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
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 220 milliseconds