HomeSort by relevance Sort by last modified time
    Searched refs:ilb (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Reg2Mem.cpp 105 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
106 ile = WorkList.end(); ilb != ile; ++ilb)
107 DemoteRegToStack(**ilb, false, AllocaInsertionPoint);
121 for (std::list<Instruction*>::iterator ilb = WorkList.begin(),
122 ile = WorkList.end(); ilb != ile; ++ilb)
123 DemotePHIToStack(cast<PHINode>(*ilb), AllocaInsertionPoint);
  /external/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 103 for (Instruction *ilb : WorkList)
104 DemoteRegToStack(*ilb, false, AllocaInsertionPoint);
117 for (Instruction *ilb : WorkList)
118 DemotePHIToStack(cast<PHINode>(ilb), AllocaInsertionPoint);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Reg2Mem.cpp 104 for (Instruction *ilb : WorkList)
105 DemoteRegToStack(*ilb, false, AllocaInsertionPoint);
118 for (Instruction *ilb : WorkList)
119 DemotePHIToStack(cast<PHINode>(ilb), AllocaInsertionPoint);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 193 static const int ilb[32] = local
330 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
361 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
g722_encode.c 237 static const int ilb[32] = local
370 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);
407 wd3 = (wd2 < 0) ? (ilb[wd1] << -wd2) : (ilb[wd1] >> wd2);

Completed in 154 milliseconds