Searched defs:isBranch (Results 1 – 12 of 12) sorted by relevance
37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
305 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
1784 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()1874 bool isBranch = false; in translateImmediate() local
73 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()249 bool isBranch, in decodePCDBLOperand()
1102 bool Shader::Instruction::isBranch() const in isBranch() function in sw::Shader::Instruction
501 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
669 static bool isBranch(unsigned Opcode) { in isBranch() function
310 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ || in IsBranch() local320 bool isBranch = opcode == B || opcode == BL; in IsB() local327 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ; in IsBz() local
1214 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; } in isBranch() function
703 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()
492 bool isBranch = in IsBranch() local
470 bool isBranch = in IsBranch() local