Searched refs:Ops0 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 366 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local 368 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1200 unsigned IntPredicate, Constant *Ops0, Constant *Ops1, const DataLayout &DL, in ConstantFoldCompareInstOperands() argument 1213 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 1271 if (Ops0->getType()->isPointerTy() && !ICmpInst::isSigned(Predicate)) { in ConstantFoldCompareInstOperands() 1272 unsigned IndexWidth = DL.getIndexTypeSizeInBits(Ops0->getType()); in ConstantFoldCompareInstOperands() 1275 Value *Stripped0 = Ops0->stripAndAccumulateConstantOffsets( in ConstantFoldCompareInstOperands() 1286 Ops0->getContext(), in ConstantFoldCompareInstOperands() 1294 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands() 1300 Ops0 = FlushFPConstant(Ops0, I, /*IsOutput=*/false); in ConstantFoldCompareInstOperands() 1301 if (!Ops0) in ConstantFoldCompareInstOperands() 1308 return ConstantFoldCompareInstruction(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33939 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() local 33940 Ops0[0] = N->getOperand(0); in ReplaceNodeResults() 33942 SDValue N0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Ops0); in ReplaceNodeResults() 41877 SmallVector<SDValue, 2> Ops0, Ops1; in combineBlendOfPermutes() local 41879 if (!getTargetShuffleMask(BC0, /*AllowSentinelZero=*/false, Ops0, Mask0) || in combineBlendOfPermutes() 41949 DAG.getVectorShuffle(VT, DL, DAG.getBitcast(VT, Ops0[0]), in combineBlendOfPermutes() 42883 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local 42885 if (getTargetShuffleAndZeroables(Op0, TargetMask0, Ops0, KnownUndef0, in combineTargetShuffle() 42917 Op0 = Ops0[0]; in combineTargetShuffle() 42920 Op0 = Ops0[1]; in combineTargetShuffle() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/ |
| H A D | ARM.cpp | 4648 llvm::Value *Ops0 = in EmitAArch64SVEBuiltinExpr() local 4651 llvm::Value *PSel = Builder.CreateCall(F, {Ops0, Ops1, Ops[2]}); in EmitAArch64SVEBuiltinExpr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 16357 const SDValue Ops0[] = { in wrapAddr64Rsrc() local 16365 DAG.getMachineNode(AMDGPU::REG_SEQUENCE, DL, MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
|