OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CPE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
756
MachineConstantPoolEntry
CPE
= Constants[i];
757
unsigned AlignMask =
CPE
.getAlignment() - 1;
759
Type *Ty =
CPE
.getType();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
ARMConstantIslandPass.cpp
82
///
CPE
- A constant pool entry that has been placed somewhere, which
484
const CPEntry &
CPE
= CPEntries[i][j];
485
AFI->recordCPEClone(i,
CPE
.CPI);
506
// Create the basic block to hold the
CPE
's.
528
// identity mapping of CPI's to
CPE
's.
611
assert(isPowerOf2_32(Align) && "Invalid
CPE
alignment");
784
CPEntry *
CPE
= findConstPoolEntry(CPI, CPEMI);
785
assert(
CPE
&& "Cannot find a corresponding CPEntry!");
786
CPE
->RefCount++;
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 74 milliseconds