Searched refs:Ops2 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 630 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 D | DebugInfoMetadata.h | 140 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 D | Metadata.h | 1174 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 636 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 D | ARMISelDAGToDAG.cpp | 4228 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 D | ARMISelLowering.cpp | 6445 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 D | AArch64ISelLowering.cpp | 4638 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()
|