/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | MCDisassembler.cpp | 29 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand()
|
H A D | MCExternalSymbolizer.cpp | 36 tryAddingSymbolicOperand(MCInst & MI,raw_ostream & cStream,int64_t Value,uint64_t Address,bool IsBranch,uint64_t Offset,uint64_t OpSize,uint64_t InstSize) tryAddingSymbolicOperand() argument
|
/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 63 tryAddingSymbolicOperand(MCInst & MI,raw_ostream & CommentStream,int64_t Value,uint64_t Address,bool IsBranch,uint64_t Offset,uint64_t OpSize,uint64_t InstSize) tryAddingSymbolicOperand() argument
|
/llvm-project/llvm/unittests/Target/LoongArch/ |
H A D | MCInstrAnalysisTest.cpp | 86 TEST_P(InstrAnalysisTest, IsBranch) { in TEST_P() argument
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsInstPrinter.cpp | 260 printAlias(Str, MI, Address, OpNo0, STI, OS, IsBranch); in printAlias() argument 248 printAlias(const char * Str,const MCInst & MI,uint64_t Address,unsigned OpNo,const MCSubtargetInfo & STI,raw_ostream & OS,bool IsBranch) printAlias() argument
|
/llvm-project/llvm/unittests/Target/RISCV/ |
H A D | MCInstrAnalysisTest.cpp | 116 TEST_P(InstrAnalysisTest, IsBranch) { in TEST_P() argument
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceBasicBlocks.cpp | 48 bool IsBranch = isa<BranchInst>(Term); replaceBranchTerminator() local
|
/llvm-project/bolt/lib/Target/X86/ |
H A D | X86MCSymbolizer.cpp | 27 bool IsBranch, uint64_t ImmOffset, uint64_t ImmSize, uint64_t InstSize) { in tryAddingSymbolicOperand()
|
/llvm-project/llvm/unittests/MC/X86/ |
H A D | X86MCDisassemblerTest.cpp | 80 int64_t Value, uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand()
|
/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 213 static bool tryAddingSymbolicOperand(int64_t Value, bool IsBranch, in tryAddingSymbolicOperand()
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | LinuxKernelRewriter.cpp | 1715 const bool IsBranch = BC.MIB->isBranch(*Inst); readStaticKeysJumpTable() local 1805 const bool IsBranch = Info.Likely ^ Info.InitValue; rewriteStaticKeysJumpTable() local
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 454 const bool IsBranch = Entry.second & BRANCHENTRY; dump() local
|
/llvm-project/llvm/lib/Target/SystemZ/Disassembler/ |
H A D | SystemZDisassembler.cpp | 74 tryAddingSymbolicOperand(int64_t Value,bool IsBranch,uint64_t Address,uint64_t Offset,uint64_t Width,MCInst & MI,const MCDisassembler * Decoder) tryAddingSymbolicOperand() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.cpp | 2389 tryAddingSymbolicOperand(MCInst & Inst,raw_ostream &,int64_t Value,uint64_t,bool IsBranch,uint64_t,uint64_t,uint64_t) tryAddingSymbolicOperand() argument
|