OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JE
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
486
std::map<const Value *, std::vector<SUnit *> >::iterator
JE
=
488
if (J !=
JE
) {
RegisterCoalescer.cpp
[
all
...]
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
188
JITEmitter &
JE
;
194
explicit JITResolver(JIT &jit, JITEmitter &
je
)
195
: state(&jit), nextGOTIndex(0),
JE
(
je
), TheJIT(&jit) {
548
JE
.startGVStub(F, SL.Size, SL.Alignment);
551
Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual,
JE
);
552
JE
.finishGVStub();
595
JE
);
611
JE
.startGVStub(0, SL.Size, SL.Alignment);
612
Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr,
JE
);
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h
433
#define
JE
(a) CHOICE(
je
a,
je
a,
je
a)
[
all
...]
Completed in 52 milliseconds