Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc190 } else if (BranchType() != UnknownBranchType) { in ImmPCOffset()
217 return IsValidImmPCOffset(BranchType(), DistanceTo(target)); in IsTargetInImmPCOffsetRange()
224 } else if (BranchType() != UnknownBranchType) { in SetImmPCOffsetTarget()
254 switch (BranchType()) { in SetBranchImmTarget()
Dinstructions-arm64.h173 return BranchType() != UnknownBranchType; in IsImmBranch()
261 ImmBranchType BranchType() const { in BranchType() function
299 switch (BranchType()) { in ImmBranch()
Dmacro-assembler-arm64.h68 enum BranchType { enum
106 inline BranchType InvertBranchType(BranchType type) { in InvertBranchType()
108 return static_cast<BranchType>( in InvertBranchType()
111 return static_cast<BranchType>(type ^ 1); in InvertBranchType()
301 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
Dlithium-codegen-arm64.h217 BranchType branch_type, Register reg = NoReg,
Dassembler-arm64.cc822 Instruction::ImmBranchRange(link->BranchType()); in DeleteUnresolvedBranchInfoForLabelTraverse()
Dlithium-codegen-arm64.cc992 LInstruction* instr, const char* detail, BranchType branch_type, in DeoptimizeBranch()
1075 DeoptimizeBranch(instr, detail, static_cast<BranchType>(cond)); in DeoptimizeIf()
Dmacro-assembler-arm64.cc733 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) { in B()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h68 enum BranchType { enum
99 BranchType Type;
110 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h40 enum BranchType { enum
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
DMipsInstrInfo.cpp92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in AnalyzeBranch()
178 MipsInstrInfo::BranchType MipsInstrInfo::AnalyzeBranch( in AnalyzeBranch()
DMipsDelaySlotFiller.cpp238 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
787 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
795 MipsInstrInfo::BranchType R = in getBranch()
826 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
/external/vixl/src/vixl/a64/
Dinstructions-a64.cc309 VIXL_ASSERT(BranchType() != UnknownBranchType); in ImmPCOffsetTarget()
318 switch (BranchType()) { in ImmBranch()
359 switch (BranchType()) { in SetBranchImmTarget()
Dinstructions-a64.h245 return BranchType() != UnknownBranchType; in IsImmBranch()
328 ImmBranchType BranchType() const { in BranchType() function
Dmacro-assembler-a64.h522 enum BranchType { enum
959 BranchType InvertBranchType(BranchType type) { in InvertBranchType()
961 return static_cast<BranchType>( in InvertBranchType()
964 return static_cast<BranchType>(type ^ 1); in InvertBranchType()
968 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
Dmacro-assembler-a64.cc169 if (BranchTypeUsesVeneers(link->BranchType())) { in DeleteUnresolvedBranchInfoForLabel()
170 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel()
470 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) { in B()