Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h78 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 DMipsInstrInfo.h50 enum BranchType { enum
80 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
H A DMipsDelaySlotFiller.cpp287 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 DMipsInstrInfo.cpp101 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 DEmulateInstructionARM64.h85 } BranchType; typedef
H A DEmulateInstructionARM64.cpp510 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()
1080 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()