Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp146 bool isBranch(const MCInst &Inst) const override { in isBranch() function in __anoncd98e47c0111::LoongArchMCInstrAnalysis
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp266 bool isBranch(const MCInst &Inst) const override { isBranch() function in __anonbeefa4100111::RISCVMCInstrAnalysis
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp325 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/Disassembler/
H A DXtensaDisassembler.cpp97 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp231 static bool isBranch(uint32_t instr) { in isBranch() function
/freebsd-src/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1602 bool isBranch = false; in processQElement() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp281 uint64_t Address, bool isBranch, in decodePCDBLOperand()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1939 bool isBranch = false; translateImmediate() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp186 bool isBranch() const { return FalseCount.has_value(); } isBranch() function in __anone7971d820211::SourceMappingRegion
928 bool isBranch = Region.isBranch(); popRegions() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp642 static bool isBranch(unsigned Opcode) { in isBranch() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp857 tryAddingSymbolicOperand(uint64_t Address,int32_t Value,bool isBranch,uint64_t InstSize,MCInst & MI,const MCDisassembler * Decoder) tryAddingSymbolicOperand() argument