/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrAnalysis.h | 55 virtual bool isBranch(const MCInst &Inst) const { in isBranch() function
|
H A D | MCInstrDesc.h | 307 bool isBranch() const { return Flags & (1ULL << MCID::Branch); } in isBranch() function
|
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 146 bool isBranch(const MCInst &Inst) const override { isBranch() function in __anonaf2ad53d0111::LoongArchMCInstrAnalysis
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.cpp | 275 bool isBranch(const MCInst &Inst) const override { isBranch() function in __anon156163d10111::RISCVMCInstrAnalysis
|
/llvm-project/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 325 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch, in tryAddingSymbolicOperand()
|
/llvm-project/llvm/lib/Target/Xtensa/Disassembler/ |
H A D | XtensaDisassembler.cpp | 97 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 D | CodeGenInstruction.h | 244 bool isBranch : 1; variable
|
/llvm-project/lld/ELF/ |
H A D | AArch64ErrataFix.cpp | 231 static bool isBranch(uint32_t instr) { in isBranch() function
|
/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
H A D | SystemZDisassembler.cpp | 281 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 D | X86Disassembler.cpp | 1997 bool isBranch = false; translateImmediate() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 192 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 D | R600InstrInfo.cpp | 642 static bool isBranch(unsigned Opcode) { isBranch() function
|
/llvm-project/llvm/lib/Target/ARM/Disassembler/ |
H A D | ARMDisassembler.cpp | 860 bool isBranch, uint64_t InstSize, in tryAddingSymbolicOperand() argument
|