Home
last modified time | relevance | path

Searched refs:OOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBits.td106 MxType8.OOp, MxEncAddrMode_o<"dst">>;
117 MxType8.OOp, MxEncAddrMode_o<"dst">>;
157 MxType8d, MxType8.OOp, MxType8.OPat>;
H A DM68kInstrInfo.td620 MxOperand OOp = oOp;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp539 Value *OOp = TVI->getOperand(2 - OpToFold); in foldSelectIntoOp() local
543 bool OOpIsAPInt = match(OOp, m_APInt(OOpC)); in foldSelectIntoOp()
544 if (isa<Constant>(OOp) && in foldSelectIntoOp()
558 Value *NewSel = Builder.CreateSelect(SI.getCondition(), Swapped ? C : OOp, in foldSelectIntoOp()
559 Swapped ? OOp : C, "", &SI); in foldSelectIntoOp()