HomeSort by relevance Sort by last modified time
    Searched refs:BranchType (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 40 enum BranchType {
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
MipsInstrInfo.cpp 92 BranchType BT = AnalyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs);
178 MipsInstrInfo::BranchType MipsInstrInfo::AnalyzeBranch(
MipsDelaySlotFiller.cpp 238 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
787 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
795 MipsInstrInfo::BranchType R =
826 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P =
  /external/v8/src/arm64/
instructions-arm64.cc 190 } else if (BranchType() != UnknownBranchType) {
217 return IsValidImmPCOffset(BranchType(), DistanceTo(target));
224 } else if (BranchType() != UnknownBranchType) {
254 switch (BranchType()) {
instructions-arm64.h 173 return BranchType() != UnknownBranchType;
261 ImmBranchType BranchType() const {
299 switch (BranchType()) {
macro-assembler-arm64.h 68 enum BranchType {
106 inline BranchType InvertBranchType(BranchType type) {
108 return static_cast<BranchType>(
111 return static_cast<BranchType>(type ^ 1);
301 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
    [all...]
lithium-codegen-arm64.h 217 BranchType branch_type, Register reg = NoReg,
lithium-codegen-arm64.cc 992 LInstruction* instr, const char* detail, BranchType branch_type,
    [all...]
assembler-arm64.cc 822 Instruction::ImmBranchRange(link->BranchType());
    [all...]
macro-assembler-arm64.cc 733 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 68 enum BranchType {
99 BranchType Type;
110 Branch(BranchType type, unsigned ccValid, unsigned ccMask,
  /external/vixl/src/vixl/a64/
instructions-a64.cc 309 VIXL_ASSERT(BranchType() != UnknownBranchType);
318 switch (BranchType()) {
359 switch (BranchType()) {
instructions-a64.h 245 return BranchType() != UnknownBranchType;
328 ImmBranchType BranchType() const {
macro-assembler-a64.h 522 enum BranchType {
    [all...]
macro-assembler-a64.cc 169 if (BranchTypeUsesVeneers(link->BranchType())) {
170 BranchInfo branch_info(link_offset, label, link->BranchType());
470 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) {
    [all...]

Completed in 2222 milliseconds