Searched defs:isBranch (Results 1 – 9 of 9) 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
1214 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; } in isBranch() function
703 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()