/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 641 SmallVector<const SCEV *, 2> Ops2{SE->getUnknown(C), in tryReassociateMinOrMax() local 643 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 141 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt) 142 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 242 ArrayRef<Metadata *> Ops2) in GenericDINode() argument 243 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3780 ArrayRef<Metadata *> Ops2 = std::nullopt) 3781 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
H A D | Metadata.h | 1184 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = std::nullopt);
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 645 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 650 for (Metadata *MD : Ops2) in MDNode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5150 SDValue Ops2[] = { in LowerSET_ROUNDING() local 5153 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING() 5185 SDValue Ops2[] = { in LowerSET_FPMODE() local 5187 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_FPMODE() 5209 SDValue Ops2[] = {Chain, in LowerRESET_FPMODE() local 5212 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerRESET_FPMODE() 14298 SmallVector<SDValue, 8> Ops2(NumElts / 2, Vals[1]); in LowerBUILD_VECTOR() local 14302 LowerBUILD_VECTOR(DAG.getBuildVector(SubVT, dl, Ops2), DAG); in LowerBUILD_VECTOR() 14329 SmallVector<SDValue, 8> Ops2(NumElts, Vals[1]); in LowerBUILD_VECTOR() local 14331 SDValue VEC2 = DAG.getBuildVector(VT, dl, Ops2); in LowerBUILD_VECTOR()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 4229 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local 4230 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
|
H A D | ARMISelLowering.cpp | 6462 SDValue Ops2[] = { in LowerSET_ROUNDING() local 6464 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING() 6490 SDValue Ops2[] = { in LowerSET_FPMODE() local 6492 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_FPMODE() 6512 SDValue Ops2[] = {Chain, in LowerRESET_FPMODE() local 6515 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerRESET_FPMODE()
|