Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h55 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
H A DMCInstrDesc.h307 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp146 bool isBranch(const MCInst &Inst) const override { isBranch() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp275 bool isBranch(const MCInst &Inst) const override { isBranch() function in __anon156163d10111::RISCVMCInstrAnalysis
/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp325 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp97 tryAddingSymbolicOperand(int64_t Value,bool isBranch,uint64_t Address,uint64_t Offset,uint64_t InstSize,MCInst & MI,const void * Decoder) tryAddingSymbolicOperand() argument
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h244 bool isBranch : 1; variable
/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp231 static bool isBranch(uint32_t instr) { in isBranch() function
/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp281 decodePCDBLOperand(MCInst & Inst,uint64_t Imm,uint64_t Address,bool isBranch,const MCDisassembler * Decoder) decodePCDBLOperand() argument
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1997 bool isBranch = false; translateImmediate() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp192 bool isBranch() const { return FalseCount.has_value(); } isBranch() function in __anonb8ab7b430211::SourceMappingRegion
1006 bool isBranch = Region.isBranch(); popRegions() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp642 static bool isBranch(unsigned Opcode) { isBranch() function
/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp860 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument