OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BranchType
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h
65
enum
BranchType
{
88
BranchType
Type;
99
Branch(
BranchType
type, unsigned ccValid, unsigned ccMask,
/external/llvm/lib/Target/Mips/
MipsInstrInfo.h
35
enum
BranchType
{
64
BranchType
AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MipsInstrInfo.cpp
89
BranchType
BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
180
MipsInstrInfo::
BranchType
MipsInstrInfo::
MipsDelaySlotFiller.cpp
234
std::pair<MipsInstrInfo::
BranchType
, MachineInstr *>
651
std::pair<MipsInstrInfo::
BranchType
, MachineInstr *>
659
MipsInstrInfo::
BranchType
R =
690
std::pair<MipsInstrInfo::
BranchType
, MachineInstr *> P =
Completed in 285 milliseconds