OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoopEnd
(Results
1 - 4
of
4
) sorted by null
/external/webp/src/dsp/
lossless_enc_mips32.c
99
// const uint32_t*
LoopEnd
= &population[length];
100
// while (pop !=
LoopEnd
) {
110
const uint32_t* const
LoopEnd
= &population[length];
115
"beq %[pop], %[
LoopEnd
], 2f \n\t"
123
"bne %[pop], %[
LoopEnd
], 1b \n\t"
129
: [
LoopEnd
]"r"(
LoopEnd
)
141
// const uint32_t*
LoopEnd
= &X[length];
142
// while (pX !=
LoopEnd
) {
157
const uint32_t* const
LoopEnd
= &X[length]
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c
72
int
LoopEnd
;
232
s->
LoopEnd
> inst->IP ? s->
LoopEnd
: inst->IP;
551
if (endloop->IP > s->
LoopEnd
) {
552
s->
LoopEnd
= endloop->IP;
/external/clang/lib/CodeGen/
CGObjC.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
669
MachineBasicBlock *
LoopEnd
= L.getBottomBlock();
670
MachineBasicBlock::iterator I =
LoopEnd
->getFirstTerminator();
672
if (I !=
LoopEnd
->end() && isEndLoopN(I->getOpcode())) {
714
unsigned
LoopEnd
= createVR(MF, MVT::i1);
715
MachineInstr *NewCmp = BuildMI(&MBB, DL, get(Hexagon::C2_cmpgtui),
LoopEnd
).
[
all
...]
Completed in 196 milliseconds