Home
last modified time | relevance | path

Searched defs:ExpectedOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24977 SDValue ExpectedOp; in reassociateCSELOperandsForCSE() local
24994 auto GetReassociationOp = [&](SDValue Op, SDValue ExpectedOp) { in reassociateCSELOperandsForCSE()
25013 SDValue SubsOp) { in reassociateCSELOperandsForCSE()
25066 auto ExpectedOp = DAG.getConstant(-NewCmpConst, SDLoc(CmpOpConst), in reassociateCSELOperandsForCSE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9791 static bool IsElementEquivalent(int MaskSize, SDValue Op, SDValue ExpectedOp, in IsElementEquivalent()