Searched refs:MustBeFirst (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp185 bool MustBeFirst = mustComeFirst(MCID, NSlots); local
189 if (MustBeFirst && CurSlots) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2044 /// \param MustBeFirst Set to true if this subtree needs to be negated and we
2053 bool &MustBeFirst, bool WillNegate,
2062 MustBeFirst = false;
2094 MustBeFirst = !CanNegate;
2099 MustBeFirst = MustBeFirstL || MustBeFirstR;
2052 canEmitConjunction(const SDValue Val, bool &CanNegate, bool &MustBeFirst, bool WillNegate, unsigned Depth = 0) argument

Completed in 208 milliseconds