Home
last modified time | relevance | path

Searched defs:isBranch (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrAnalysis.h37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
DMCInstrDesc.h305 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp1784 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
1874 bool isBranch = false; in translateImmediate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp73 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
249 bool isBranch, in decodePCDBLOperand()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.cpp1102 bool Shader::Instruction::isBranch() const in isBranch() function in sw::Shader::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp501 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp669 static bool isBranch(unsigned Opcode) { in isBranch() function
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc310 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ || in IsBranch() local
320 bool isBranch = opcode == B || opcode == BL; in IsB() local
327 bool isBranch = opcode == BEQZ || opcode == BNEZ || opcode == BCZ; in IsBz() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1214 constexpr bool isBranch() const noexcept { return format == Format::PSEUDO_BRANCH; } in isBranch() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp703 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc492 bool isBranch = in IsBranch() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc470 bool isBranch = in IsBranch() local