Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h40 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
H A DMCInstrDesc.h304 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp73 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
259 uint64_t Address, bool isBranch, in decodePCDBLOperand()
/llvm-project-15.0.7/lld/ELF/
H A DAArch64ErrataFix.cpp230 static bool isBranch(uint32_t instr) { in isBranch() function
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenInstruction.h240 bool isBranch : 1; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1872 bool isBranch = false; in translateImmediate() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp158 bool isBranch() const { return FalseCount.has_value(); } in isBranch() function in __anon8934bc200211::SourceMappingRegion
621 bool isBranch = Region.isBranch(); in popRegions() local
/llvm-project-15.0.7/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp507 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp642 static bool isBranch(unsigned Opcode) { in isBranch() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h351 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp95 bool isBranch(const MCInst &Inst) const override { in isBranch() function in __anoncef8f4420111::X86MCPlusBuilder
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp863 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand()