Searched refs:Ops0 (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 362 SDValue Ops0[] = { N2, LD->getBasePtr(), LD->getChain() }; in tryIndexedBinOp() local 364 CurDAG->SelectNodeTo(Op, Opc, VT, MVT::i16, MVT::Other, Ops0); in tryIndexedBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1205 Constant *Ops0, Constant *Ops1, in ConstantFoldCompareInstOperands() argument 1218 if (auto *CE0 = dyn_cast<ConstantExpr>(Ops0)) { in ConstantFoldCompareInstOperands() 1285 return ConstantFoldCompareInstOperands(Predicate, Ops1, Ops0, DL, TLI); in ConstantFoldCompareInstOperands() 1288 return ConstantExpr::getCompare(Predicate, Ops0, Ops1); in ConstantFoldCompareInstOperands()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12462 SmallVector<SDValue, 4> Ops0; in PerformORCombine_i1() local 12463 Ops0.push_back(N0->getOperand(0)); in PerformORCombine_i1() 12465 Ops0.push_back(N0->getOperand(1)); in PerformORCombine_i1() 12466 Ops0.push_back(DCI.DAG.getConstant(Opposite0, SDLoc(N0), MVT::i32)); in PerformORCombine_i1() 12473 SDValue NewN0 = DCI.DAG.getNode(N0->getOpcode(), SDLoc(N0), VT, Ops0); in PerformORCombine_i1()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 10528 const SDValue Ops0[] = { in wrapAddr64Rsrc() local 10537 MVT::v2i32, Ops0), 0); in wrapAddr64Rsrc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28828 SmallVector<SDValue, 8> Ops0(NumConcats, DAG.getUNDEF(VT)); in ReplaceNodeResults() local 28829 Ops0[0] = N->getOperand(0); in ReplaceNodeResults() 28831 SDValue N0 = DAG.getNode(ISD::CONCAT_VECTORS, dl, ResVT, Ops0); in ReplaceNodeResults() 34748 SmallVector<SDValue, 2> Ops0; in combineTargetShuffle() local 34750 if (getTargetShuffleAndZeroables(Op0, TargetMask0, Ops0, KnownUndef0, in combineTargetShuffle() 34780 Op0 = Ops0[0]; in combineTargetShuffle() 34783 Op0 = Ops0[1]; in combineTargetShuffle()
|