Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c99 // const uint32_t* LoopEnd = &population[length];
100 // while (pop != LoopEnd) {
110 const uint32_t* const LoopEnd = &population[length]; in ExtraCost_MIPS32() local
115 "beq %[pop], %[LoopEnd], 2f \n\t" in ExtraCost_MIPS32()
123 "bne %[pop], %[LoopEnd], 1b \n\t" in ExtraCost_MIPS32()
129 : [LoopEnd]"r"(LoopEnd) in ExtraCost_MIPS32()
141 // const uint32_t* LoopEnd = &X[length];
142 // while (pX != LoopEnd) {
157 const uint32_t* const LoopEnd in ExtraCostCombined_MIPS32() local
351 const uint32_t* const LoopEnd = pa + end; AddVector_MIPS32() local
362 const uint32_t* const LoopEnd = pa + end; AddVectorEq_MIPS32() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp252 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
254 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
806 BasicBlock *LoopEnd) {
830 while (!Order.empty() && !Visited.count(LoopEnd) &&
832 handleLoops(false, LoopEnd);
841 BasicBlock *LoopEnd) {
846 wireFlow(ExitUseAllowed, LoopEnd);
853 LoopEnd = Loops[Node->getEntry()];
854 wireFlow(false, LoopEnd);
855 while (!Visited.count(LoopEnd)) {
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c72 int LoopEnd; member
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP; in scan_read_callback()
551 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
552 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp6100 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const {
6101 MachineBasicBlock::iterator TI = LoopEnd->getFirstTerminator();
6103 assert(TI != LoopEnd->end());
6106 MachineFunction *MF = LoopEnd->getParent();
6107 MachineRegisterInfo &MRI = LoopEnd->getParent()->getRegInfo();
6118 if (*PI == LoopEnd) {
6140 LoopEnd->erase(TI);
6141 LoopEnd->insert(LoopEnd->end(), SIIFBREAK);
6142 LoopEnd
[all...]
H A DSIInstrInfo.h958 MachineBasicBlock *LoopEnd) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3546 SDNode *LoopEnd = in Select() local
3549 ReplaceUses(N, LoopEnd); in Select()

Completed in 21 milliseconds