Searched refs:OpValues (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 623 SmallVector<SDValue, 7> &OpValues); 625 SmallVector<SDValue, 7> &OpValues); 627 SmallVector<SDValue, 7> &OpValues); 629 SmallVector<SDValue, 7> &OpValues); 631 SmallVectorImpl<SDValue> &OpValues); 633 SmallVectorImpl<SDValue> &OpValues);
|
| H A D | SelectionDAGBuilder.cpp | 7476 SmallVector<SDValue, 7> &OpValues) { in visitVPLoad() argument 7494 LD = DAG.getLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], OpValues[2], in visitVPLoad() 7502 SmallVector<SDValue, 7> &OpValues) { in visitVPGather() argument 7536 {DAG.getRoot(), Base, Index, Scale, OpValues[1], OpValues[2]}, MMO, in visitVPGather() 7543 SmallVector<SDValue, 7> &OpValues) { in visitVPStore() argument 7546 EVT VT = OpValues[0].getValueType(); in visitVPStore() 7552 SDValue Ptr = OpValues[1]; in visitVPStore() 7557 ST = DAG.getStoreVP(getMemoryRoot(), DL, OpValues[0], Ptr, Offset, in visitVPStore() 7558 OpValues[2], OpValues[3], VT, MMO, ISD::UNINDEXED, in visitVPStore() 7565 SmallVector<SDValue, 7> &OpValues) { in visitVPScatter() argument [all …]
|
| H A D | LegalizeVectorOps.cpp | 1653 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local 1684 OpValues.push_back(ScalarResult); in UnrollStrictFPOp() 1688 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()
|