Home
last modified time | relevance | path

Searched refs:Ops2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp630 SmallVector<const SCEV *, 2> Ops2{SE->getUnknown(C), in tryReassociateMinOrMax() local
632 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h140 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt)
141 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument
241 ArrayRef<Metadata *> Ops2) in GenericDINode() argument
242 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode()
3601 ArrayRef<Metadata *> Ops2 = std::nullopt)
3602 : MDNode(C, ID, Storage, Ops1, Ops2) {
H A DMetadata.h1174 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp636 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument
641 for (Metadata *MD : Ops2) in MDNode()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp4228 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local
4229 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
H A DARMISelLowering.cpp6445 SDValue Ops2[] = { in LowerSET_ROUNDING() local
6447 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
6473 SDValue Ops2[] = { in LowerSET_FPMODE() local
6475 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_FPMODE()
6495 SDValue Ops2[] = {Chain, in LowerRESET_FPMODE() local
6498 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerRESET_FPMODE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4638 SDValue Ops2[] = { in LowerSET_ROUNDING() local
4641 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
13317 SmallVector<SDValue, 8> Ops2(NumElts / 2, Vals[1]); in LowerBUILD_VECTOR() local
13321 LowerBUILD_VECTOR(DAG.getBuildVector(SubVT, dl, Ops2), DAG); in LowerBUILD_VECTOR()
13348 SmallVector<SDValue, 8> Ops2(NumElts, Vals[1]); in LowerBUILD_VECTOR() local
13350 SDValue VEC2 = DAG.getBuildVector(VT, dl, Ops2); in LowerBUILD_VECTOR()