Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h78 enum BranchType { enum
117 BranchType Type;
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/openbsd/gnu/llvm/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.cpp114 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
204 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
/openbsd/gnu/llvm/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 =()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h77 enum BranchType { enum
H A DEmulateInstructionARM64.cpp476 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()
1068 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()