Home
last modified time | relevance | path

Searched refs:isJump (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp666 bool isJump(unsigned Opcode) { in isJump() function
691 if (!isJump(I->getOpcode())) { in analyzeBranch()
706 if (I == MBB.begin() || !isJump((--I)->getOpcode())) { in analyzeBranch()
/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp677 bool isJump(unsigned Opcode) { in isJump() function
702 if (!isJump(static_cast<MachineInstr *>(I)->getOpcode())) { in analyzeBranch()
718 !isJump(static_cast<MachineInstr *>(--I)->getOpcode())) { in analyzeBranch()
/external/python/cpython2/Lib/compiler/
Dpyassem.py559 def isJump(opname): function