Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h37 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
H A DMCInstrDesc.h298 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1799 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
1889 bool isBranch = false; in translateImmediate() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp73 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
249 bool isBranch, in decodePCDBLOperand()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h239 bool isBranch : 1; variable
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp157 bool isBranch() const { return FalseCount.hasValue(); } in isBranch() function in __anonb241f4310211::SourceMappingRegion
612 bool isBranch = Region.isBranch(); in popRegions() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp501 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/netbsd/external/gpl3/gdb/dist/gdb/stubs/
H A Dm32r-stub.c1014 isBranch (unsigned char *instr) in isBranch() function
/netbsd/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dm32r-stub.c1014 isBranch (unsigned char *instr) in isBranch() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp646 static bool isBranch(unsigned Opcode) { in isBranch() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp704 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()