Searched refs:Ops2 (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 639 SmallVector<const SCEV *, 2> Ops2{ RHSExpr, R1Expr }; in tryReassociateMinOrMax() local 640 const SCEV *R2Expr = SE->getMinMaxExpr(SCEVType, Ops2); in tryReassociateMinOrMax()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Metadata.cpp | 520 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2) in MDNode() argument 521 : Metadata(ID, Storage), NumOperands(Ops1.size() + Ops2.size()), in MDNode() 526 for (Metadata *MD : Ops2) in MDNode()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 133 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 134 : MDNode(C, ID, Storage, Ops1, Ops2) { in MDNode() argument 231 ArrayRef<Metadata *> Ops2) in GenericDINode() argument 232 : DINode(C, GenericDINodeKind, Storage, Tag, Ops1, Ops2) { in GenericDINode() 3393 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None) 3394 : MDNode(C, ID, Storage, Ops1, Ops2) {
|
| H A D | Metadata.h | 908 ArrayRef<Metadata *> Ops1, ArrayRef<Metadata *> Ops2 = None);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 4008 SDValue Ops2[] = {SDValue(Add, 0), CurDAG->getConstant(0, dl, MVT::i32)}; in Select() local 4009 CurDAG->MorphNodeTo(N, ARMISD::CMPZ, CurDAG->getVTList(MVT::Glue), Ops2); in Select()
|
| H A D | ARMISelLowering.cpp | 6155 SDValue Ops2[] = { in LowerSET_ROUNDING() local 6157 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 3661 SDValue Ops2[] = { in LowerSET_ROUNDING() local 3664 return DAG.getNode(ISD::INTRINSIC_VOID, DL, MVT::Other, Ops2); in LowerSET_ROUNDING()
|