Searched refs:BranchType (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.h | 78 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 D | MipsInstrInfo.h | 49 enum BranchType { enum 79 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
|
H A D | MipsDelaySlotFiller.cpp | 283 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 D | MipsInstrInfo.cpp | 114 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 D | X86AsmBackend.cpp | 52 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 D | EmulateInstructionARM64.h | 77 enum BranchType { enum
|
H A D | EmulateInstructionARM64.cpp | 476 BranchTo(bits(N) target, BranchType branch_type) in BranchTo() 1068 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
|