Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dinstructions-arm64.cc188 } else if (BranchType() != UnknownBranchType) { in ImmPCOffset()
218 return IsValidImmPCOffset(BranchType(), DistanceTo(target)); in IsTargetInImmPCOffsetRange()
225 } else if (BranchType() != UnknownBranchType) { in SetImmPCOffsetTarget()
255 DCHECK(IsValidImmPCOffset(BranchType(), in SetBranchImmTarget()
260 switch (BranchType()) { in SetBranchImmTarget()
Dinstructions-arm64.h181 return BranchType() != UnknownBranchType; in IsImmBranch()
277 ImmBranchType BranchType() const { in BranchType() function
315 switch (BranchType()) { in ImmBranch()
Dmacro-assembler-arm64.h83 enum BranchType { enum
121 inline BranchType InvertBranchType(BranchType type) { in InvertBranchType()
123 return static_cast<BranchType>( in InvertBranchType()
126 return static_cast<BranchType>(type ^ 1); in InvertBranchType()
317 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
Dassembler-arm64.cc829 Instruction::ImmBranchRange(link->BranchType())); in DeleteUnresolvedBranchInfoForLabelTraverse()
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
68 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
DMipsInstrInfo.cpp92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in AnalyzeBranch()
177 MipsInstrInfo::BranchType MipsInstrInfo::AnalyzeBranch( in AnalyzeBranch()
DMipsDelaySlotFiller.cpp238 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
813 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
821 MipsInstrInfo::BranchType R = in getBranch()
852 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.h246 return BranchType() != UnknownBranchType; in IsImmBranch()
329 ImmBranchType BranchType() const { in BranchType() function
Dmacro-assembler-a64.h525 enum BranchType { enum
962 BranchType InvertBranchType(BranchType type) { in InvertBranchType()
964 return static_cast<BranchType>( in InvertBranchType()
967 return static_cast<BranchType>(type ^ 1); in InvertBranchType()
971 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
Dmacro-assembler-a64.cc186 if (BranchTypeUsesVeneers(link->BranchType())) { in DeleteUnresolvedBranchInfoForLabel()
187 BranchInfo branch_info(link_offset, label, link->BranchType()); in DeleteUnresolvedBranchInfoForLabel()
487 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) { in B()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h206 BranchType branch_type, Register reg = NoReg,
Dlithium-codegen-arm64.cc888 BranchType branch_type, Register reg, int bit, in DeoptimizeBranch()
973 DeoptimizeBranch(instr, deopt_reason, static_cast<BranchType>(cond)); in DeoptimizeIf()