Searched refs:Opnds (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 198 Value *createNaryFAdd(const AddendVect& Opnds, unsigned InstrQuota); 601 (const AddendVect &Opnds, unsigned InstrQuota) { in createNaryFAdd() argument 602 assert(!Opnds.empty() && "Expect at least one addend"); in createNaryFAdd() 606 unsigned InstrNeeded = calcInstrNumber(Opnds); in createNaryFAdd() 624 for (const FAddend *Opnd : Opnds) { in createNaryFAdd() 700 unsigned FAddCombine::calcInstrNumber(const AddendVect &Opnds) { in calcInstrNumber() argument 701 unsigned OpndNum = Opnds.size(); in calcInstrNumber() 708 for (const FAddend *Opnd : Opnds) { in calcInstrNumber()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | Reassociate.cpp | 1320 SmallVector<XorOpnd, 8> Opnds; in OptimizeXor() local 1335 Opnds.push_back(O); in OptimizeXor() 1344 for (unsigned i = 0, e = Opnds.size(); i != e; ++i) in OptimizeXor() 1345 OpndPtrs.push_back(&Opnds[i]); in OptimizeXor() 1367 for (unsigned i = 0, e = Opnds.size(); i < e; i++) { in OptimizeXor() 1408 for (unsigned int i = 0, e = Opnds.size(); i < e; i++) { in OptimizeXor() 1409 XorOpnd &O = Opnds[i]; in OptimizeXor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 1212 SmallVector<SDValue, 3> Opnds; in SelectDS1Addr1Offset() local 1213 Opnds.push_back(Zero); in SelectDS1Addr1Offset() 1214 Opnds.push_back(Addr.getOperand(1)); in SelectDS1Addr1Offset() 1220 Opnds.push_back( in SelectDS1Addr1Offset() 1225 CurDAG->getMachineNode(SubOp, DL, MVT::i32, Opnds); in SelectDS1Addr1Offset() 1293 SmallVector<SDValue, 3> Opnds; in SelectDS64Bit4ByteAligned() local 1294 Opnds.push_back(Zero); in SelectDS64Bit4ByteAligned() 1295 Opnds.push_back(Addr.getOperand(1)); in SelectDS64Bit4ByteAligned() 1299 Opnds.push_back( in SelectDS64Bit4ByteAligned() 1304 = CurDAG->getMachineNode(SubOp, DL, MVT::i32, Opnds); in SelectDS64Bit4ByteAligned()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10868 SmallVector<SDValue, 8> Opnds; in visitTRUNCATE() local 10870 Opnds.push_back(BuildVect.getOperand(i)); in visitTRUNCATE() 10872 return DAG.getBuildVector(VT, SDLoc(N), Opnds); in visitTRUNCATE() 10938 SmallVector<SDValue, 8> Opnds; in visitTRUNCATE() local 10941 Opnds.push_back(DAG.getUNDEF(VTs[i])); in visitTRUNCATE() 10946 Opnds.push_back(NV); in visitTRUNCATE() 10948 return DAG.getNode(ISD::CONCAT_VECTORS, SDLoc(N), VT, Opnds); in visitTRUNCATE() 18182 SmallVector<SDValue, 8> Opnds; in visitCONCAT_VECTORS() local 18204 Opnds.append(NumElts, DAG.getUNDEF(MinVT)); in visitCONCAT_VECTORS() 18209 Opnds.append(Op->op_begin(), Op->op_begin() + NumElts); in visitCONCAT_VECTORS() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 20574 SmallVector<SDValue, 8> Opnds; in matchScalarReduction() local 20582 Opnds.push_back(Op.getOperand(0)); in matchScalarReduction() 20583 Opnds.push_back(Op.getOperand(1)); in matchScalarReduction() 20585 for (unsigned Slot = 0, e = Opnds.size(); Slot < e; ++Slot) { in matchScalarReduction() 20586 SmallVectorImpl<SDValue>::const_iterator I = Opnds.begin() + Slot; in matchScalarReduction() 20589 Opnds.push_back(I->getOperand(0)); in matchScalarReduction() 20590 Opnds.push_back(I->getOperand(1)); in matchScalarReduction()
|