Home
last modified time | relevance | path

Searched defs:isBranch (Results 1 – 9 of 9) 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/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()