Home
last modified time | relevance | path

Searched refs:BranchType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h78 enum BranchType { enum
117 BranchType Type;
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h49 enum BranchType { enum
79 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DMipsDelaySlotFiller.cpp283 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
884 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
893 MipsInstrInfo::BranchType R = in getBranch()
926 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
H A DMipsInstrInfo.cpp113 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
203 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp52 for (auto BranchType : BranchTypes) { in operator =() local
53 if (BranchType == "fused") in operator =()
55 else if (BranchType == "jcc") in operator =()
57 else if (BranchType == "jmp") in operator =()
59 else if (BranchType == "call") in operator =()
61 else if (BranchType == "ret") in operator =()
63 else if (BranchType == "indirect") in operator =()
66 errs() << "invalid argument " << BranchType.str() in operator =()
/llvm-project-15.0.7/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h76 enum BranchType { enum
H A DEmulateInstructionARM64.cpp476 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()
1060 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp795 IndirectBranchType BranchType = BC.MIB->analyzeIndirectBranch( in processIndirectBranch() local
799 if (BranchType == IndirectBranchType::UNKNOWN && !MemLocInstr) in processIndirectBranch()
800 return BranchType; in processIndirectBranch()
879 if (BranchType == IndirectBranchType::POSSIBLE_FIXED_BRANCH) { in processIndirectBranch()
894 return BranchType; in processIndirectBranch()
914 if (BranchType == IndirectBranchType::POSSIBLE_PIC_JUMP_TABLE) { in processIndirectBranch()
925 BranchType = IndirectBranchType::POSSIBLE_JUMP_TABLE; in processIndirectBranch()
936 return BranchType; in processIndirectBranch()