Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3134 unsigned CondOpc; in emitVecCondBranchPseudo() local
3139 CondOpc = LoongArch::VSETEQZ_V; in emitVecCondBranchPseudo()
3142 CondOpc = LoongArch::VSETANYEQZ_B; in emitVecCondBranchPseudo()
3145 CondOpc = LoongArch::VSETANYEQZ_H; in emitVecCondBranchPseudo()
3148 CondOpc = LoongArch::VSETANYEQZ_W; in emitVecCondBranchPseudo()
3151 CondOpc = LoongArch::VSETANYEQZ_D; in emitVecCondBranchPseudo()
3154 CondOpc = LoongArch::VSETNEZ_V; in emitVecCondBranchPseudo()
3157 CondOpc = LoongArch::VSETALLNEZ_B; in emitVecCondBranchPseudo()
3160 CondOpc = LoongArch::VSETALLNEZ_H; in emitVecCondBranchPseudo()
3169 CondOpc = LoongArch::XVSETEQZ_V; in emitVecCondBranchPseudo()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2519 unsigned CondOpc; in LowerBRCOND() local
2520 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
2522 if (CondOpc == ISD::OR) { in LowerBRCOND()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5100 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local
5101 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()
5108 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()