Home
last modified time | relevance | path

Searched refs:CondOpc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp4304 unsigned CondOpc; in emitVecCondBranchPseudo() local
4309 CondOpc = LoongArch::VSETEQZ_V; in emitVecCondBranchPseudo()
4312 CondOpc = LoongArch::VSETANYEQZ_B; in emitVecCondBranchPseudo()
4315 CondOpc = LoongArch::VSETANYEQZ_H; in emitVecCondBranchPseudo()
4318 CondOpc = LoongArch::VSETANYEQZ_W; in emitVecCondBranchPseudo()
4321 CondOpc = LoongArch::VSETANYEQZ_D; in emitVecCondBranchPseudo()
4324 CondOpc = LoongArch::VSETNEZ_V; in emitVecCondBranchPseudo()
4327 CondOpc = LoongArch::VSETALLNEZ_B; in emitVecCondBranchPseudo()
4330 CondOpc = LoongArch::VSETALLNEZ_H; in emitVecCondBranchPseudo()
4333 CondOpc = LoongArch::VSETALLNEZ_W; in emitVecCondBranchPseudo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp187 Comparison::Kind getComparisonKind(unsigned CondOpc,
511 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument
516 switch (CondOpc) { in getComparisonKind()
656 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local
693 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2520 unsigned CondOpc; in LowerBRCOND() local
2521 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
2523 if (CondOpc == ISD::OR) { in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4955 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local
4956 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()
4963 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()