Searched refs:BranchType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.h | 78 enum BranchType { enum 110 BranchType Type; 121 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.h | 50 enum BranchType { enum 80 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
| H A D | MipsDelaySlotFiller.cpp | 287 std::pair<MipsInstrInfo::BranchType, MachineInstr *> 852 std::pair<MipsInstrInfo::BranchType, MachineInstr *> 861 MipsInstrInfo::BranchType R = in getBranch() 894 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
|
| H A D | MipsInstrInfo.cpp | 101 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch() 191 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 85 } BranchType; typedef
|
| H A D | EmulateInstructionARM64.cpp | 510 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1080 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
|