Home
last modified time | relevance | path

Searched refs:Ops0 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp370 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local
372 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1176 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument
1189 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands()
1247 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) { in ConstantFoldCompareInstOperands()
1248 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands()
1251 Ops0->stripAndAccumulateInBoundsConstantOffsets(DL, Offset0); in ConstantFoldCompareInstOperands()
1257 Ops0->getContext(), in ConstantFoldCompareInstOperands()
1265 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands()
1270 Ops0 = FlushFPConstant(Ops0, I, /* IsOutput */ false); in ConstantFoldCompareInstOperands()
1271 if (!Ops0) in ConstantFoldCompareInstOperands()
1277 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32700 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() local
32701 Ops0[0] = N->getOperand(0); in ReplaceNodeResults()
32703 SDValue N0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Ops0); in ReplaceNodeResults()
40391 SmallVector<SDValue, 2> Ops0, Ops1; in combineBlendOfPermutes() local
40393 if (!getTargetShuffleMask(BC0, /*AllowSentinelZero=*/false, Ops0, Mask0) || in combineBlendOfPermutes()
40463 DAG.getVectorShuffle(VT, DL, DAG.getBitcast(VT, Ops0[0]), in combineBlendOfPermutes()
41325 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local
41327 if (getTargetShuffleAndZeroables(Op0, TargetMask0, Ops0, KnownUndef0, in combineTargetShuffle()
41359 Op0 = Ops0[0]; in combineTargetShuffle()
41362 Op0 = Ops0[1]; in combineTargetShuffle()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp15295 const SDValue Ops0[] = { in wrapAddr64Rsrc() local
15304 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp10605 llvm::Value *Ops0 = in EmitAArch64SVEBuiltinExpr() local
10608 llvm::Value *PSel = Builder.CreateCall(F, {Ops0, Ops1, Ops[2]}); in EmitAArch64SVEBuiltinExpr()