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

  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 677 bool isJump(unsigned Opcode) {
702 if (!isJump(static_cast<MachineInstr *>(I)->getOpcode())) {
718 !isJump(static_cast<MachineInstr *>(--I)->getOpcode())) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600InstrInfo.cpp 666 bool isJump(unsigned Opcode) {
691 if (!isJump(I->getOpcode())) {
706 if (I == MBB.begin() || !isJump((--I)->getOpcode())) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 559 def isJump(opname):
  /external/python/cpython2/Lib/compiler/
pyassem.py 559 def isJump(opname):

Completed in 239 milliseconds