Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp180 Comparison::Kind getComparisonKind(unsigned CondOpc,
504 HexagonHardwareLoops::getComparisonKind(unsigned CondOpc, in getComparisonKind() argument
509 switch (CondOpc) { in getComparisonKind()
649 unsigned CondOpc = CondI->getOpcode(); in getLoopTripCount() local
686 Cmp = getComparisonKind(CondOpc, InitialValue, EndValue, IVBump); in getLoopTripCount()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5883 unsigned CondOpc; in emitVecCondBranchPseudo() local
5888 CondOpc = LoongArch::VSETEQZ_V; in emitVecCondBranchPseudo()
5891 CondOpc = LoongArch::VSETANYEQZ_B; in emitVecCondBranchPseudo()
5894 CondOpc = LoongArch::VSETANYEQZ_H; in emitVecCondBranchPseudo()
5897 CondOpc = LoongArch::VSETANYEQZ_W; in emitVecCondBranchPseudo()
5900 CondOpc = LoongArch::VSETANYEQZ_D; in emitVecCondBranchPseudo()
5903 CondOpc = LoongArch::VSETNEZ_V; in emitVecCondBranchPseudo()
5906 CondOpc = LoongArch::VSETALLNEZ_B; in emitVecCondBranchPseudo()
5909 CondOpc = LoongArch::VSETALLNEZ_H; in emitVecCondBranchPseudo()
5912 CondOpc = LoongArch::VSETALLNEZ_W; in emitVecCondBranchPseudo()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp2521 unsigned CondOpc; in LowerBRCOND() local
2522 if (Cond.hasOneUse() && isAndOrOfSetCCs(Cond, CondOpc)) { in LowerBRCOND()
2524 if (CondOpc == ISD::OR) { in LowerBRCOND()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp5090 unsigned CondOpc = CondDef->getOpcode(); in tryOptSelect() local
5091 if (CondOpc != TargetOpcode::G_ICMP && CondOpc != TargetOpcode::G_FCMP) { in tryOptSelect()
5098 if (CondOpc == TargetOpcode::G_ICMP) { in tryOptSelect()