Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp665 bool isJump(unsigned Opcode) { in isJump() function
690 if (!isJump(I->getOpcode())) { in analyzeBranch()
705 if (I == MBB.begin() || !isJump((--I)->getOpcode())) { in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp665 bool isJump(unsigned Opcode) { in isJump() function
690 if (!isJump(I->getOpcode())) { in analyzeBranch()
705 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