Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc92 string Branch_Name(BranchType b) { in Branch_Name()
94 case BranchType::kElseBranch: in Branch_Name()
96 case BranchType::kThenBranch: in Branch_Name()
98 case BranchType::kBoth: in Branch_Name()
100 case BranchType::kNeither: in Branch_Name()
113 const BranchType& branch = pred_branch.second; in DebugString()
114 if (branch == BranchType::kNeither) in DebugString()
166 {std::make_pair(OutputTensor(nullptr, -1), BranchType::kNeither)}); in StateMap()
178 hash<BranchType>()(it->second)); in operator ()()
182 hash<BranchType>()(it->second))); in operator ()()
[all …]
Dfunctionalize_cond.h50 enum class BranchType { enum
103 using CondState = std::map<OutputTensor, BranchType, OutputTensorLess>;
136 BranchType FindBranchOf(CondId id, OutputTensor predicate) const;
Dfunctionalize_cond_test.cc86 ss.insert(std::make_pair(OutputTensor(pred, 0), BranchType::kThenBranch)); in TEST_F()
92 ss.insert(std::make_pair(OutputTensor(pred, 0), BranchType::kElseBranch)); in TEST_F()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h68 enum BranchType { enum
99 BranchType Type;
110 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h78 enum BranchType { enum
117 BranchType Type;
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.h39 enum BranchType { enum
67 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
DMipsDelaySlotFiller.cpp262 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
809 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
817 MipsInstrInfo::BranchType R = in getBranch()
848 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
DMipsInstrInfo.cpp92 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
179 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h78 enum BranchType { enum
117 BranchType Type;
125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.h49 enum BranchType { enum
79 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
DMipsDelaySlotFiller.cpp285 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()
DMipsInstrInfo.cpp100 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
190 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.h49 enum BranchType { enum
79 BranchType analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
DMipsDelaySlotFiller.cpp284 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
883 std::pair<MipsInstrInfo::BranchType, MachineInstr *>
892 MipsInstrInfo::BranchType R = in getBranch()
925 std::pair<MipsInstrInfo::BranchType, MachineInstr *> P = in examinePred()
DMipsInstrInfo.cpp101 BranchType BT = analyzeBranch(MBB, TBB, FBB, Cond, AllowModify, BranchInstrs); in analyzeBranch()
191 MipsInstrInfo::BranchType MipsInstrInfo::analyzeBranch( in analyzeBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp49 for (auto BranchType : BranchTypes) { in operator =() local
50 if (BranchType == "fused") in operator =()
52 else if (BranchType == "jcc") in operator =()
54 else if (BranchType == "jmp") in operator =()
56 else if (BranchType == "call") in operator =()
58 else if (BranchType == "ret") in operator =()
60 else if (BranchType == "indirect") in operator =()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp51 for (auto BranchType : BranchTypes) { in operator =() local
52 if (BranchType == "fused") in operator =()
54 else if (BranchType == "jcc") in operator =()
56 else if (BranchType == "jmp") in operator =()
58 else if (BranchType == "call") in operator =()
60 else if (BranchType == "ret") in operator =()
62 else if (BranchType == "indirect") in operator =()
65 errs() << "invalid argument " << BranchType.str() in operator =()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h78 enum BranchType { enum
DEmulateInstructionARM64.cpp486 BranchTo(bits(N) target, BranchType branch_type) in BranchTo()
1070 BranchType branch_type = Bit32(opcode, 31) ? BranchType_CALL : BranchType_JMP; in EmulateB()
/external/vixl/src/aarch64/
Dinstructions-aarch64.h563 VIXL_DEPRECATED("GetBranchType", ImmBranchType BranchType() const) {
Dmacro-assembler-aarch64.h581 enum BranchType { enum
1096 BranchType InvertBranchType(BranchType type) { in InvertBranchType()
1098 return static_cast<BranchType>( in InvertBranchType()
1101 return static_cast<BranchType>(type ^ 1); in InvertBranchType()
1105 void B(Label* label, BranchType type, Register reg = NoReg, int bit = -1);
Dmacro-assembler-aarch64.cc551 void MacroAssembler::B(Label* label, BranchType type, Register reg, int bit) { in B()