Searched refs:BranchType (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h89 enum BranchType { enum in namespace:llvm::SystemZII
128 BranchType Type;
136 Branch(BranchType type, unsigned ccValid, unsigned ccMask,
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h49 enum BranchType { enum in class:llvm::MipsInstrInfo
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 =
926 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P =
H A DMipsInstrInfo.cpp114 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
204 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch(
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h77 enum BranchType { enum in class:EmulateInstructionARM64
H A DEmulateInstructionARM64.cpp476 BranchTo(bits(N) target, BranchType branch_type)
1079 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp52 for (auto BranchType : BranchTypes) {
53 if (BranchType == "fused")
55 else if (BranchType == "jcc")
57 else if (BranchType == "jmp")
59 else if (BranchType == "call")
61 else if (BranchType == "ret")
63 else if (BranchType == "indirect")
66 errs() << "invalid argument " << BranchType.str()

Completed in 101 milliseconds