Searched refs:Ops0 (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 364 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local 366 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1220 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument 1233 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 1302 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) { in ConstantFoldCompareInstOperands() 1303 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands() 1306 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands() 1320 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands() 1325 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands() 1328 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33493 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() local 33494 Ops0[0] = N->getOperand(0); in ReplaceNodeResults() 33496 SDValue N0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Ops0); in ReplaceNodeResults() 41475 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local 41477 if (getTargetShuffleAndZeroables(Op0, TargetMask0, Ops0, KnownUndef0, in combineTargetShuffle() 41509 Op0 = Ops0[0]; in combineTargetShuffle() 41512 Op0 = Ops0[1]; in combineTargetShuffle() 47983 SmallVector<SDValue> Ops0, Ops1; in combineHorizOpWithShuffle() local 47986 getTargetShuffleInputs(BC0, Ops0, Mask0, DAG) && !isAnyZero(Mask0) && in combineHorizOpWithShuffle() 47988 all_of(Ops0, [](SDValue Op) { return Op.getValueSizeInBits() == 128; }); in combineHorizOpWithShuffle() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 12179 const SDValue Ops0[] = { in wrapAddr64Rsrc() local 12188 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
|