Searched refs:OpValues (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 633 const SmallVectorImpl<SDValue> &OpValues); 635 const SmallVectorImpl<SDValue> &OpValues); 637 const SmallVectorImpl<SDValue> &OpValues); 639 const SmallVectorImpl<SDValue> &OpValues); 641 const SmallVectorImpl<SDValue> &OpValues); 643 const SmallVectorImpl<SDValue> &OpValues);
|
H A D | SelectionDAGBuilder.cpp | 8280 const SmallVectorImpl<SDValue> &OpValues) { in visitVPLoad() argument 8297 LD = DAG.getLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], OpValues[2], in visitVPLoad() 8306 const SmallVectorImpl<SDValue> &OpValues) { in visitVPGather() argument 8340 {DAG.getRoot(), Base, Index, Scale, OpValues[1], OpValues[2]}, MMO, in visitVPGather() 8347 const VPIntrinsic &VPIntrin, const SmallVectorImpl<SDValue> &OpValues) { in visitVPStore() argument 8350 EVT VT = OpValues[0].getValueType(); in visitVPStore() 8356 SDValue Ptr = OpValues[1]; in visitVPStore() 8361 ST = DAG.getStoreVP(getMemoryRoot(), DL, OpValues[0], Ptr, Offset, in visitVPStore() 8362 OpValues[2], OpValues[3], VT, MMO, ISD::UNINDEXED, in visitVPStore() 8369 const VPIntrinsic &VPIntrin, const SmallVectorImpl<SDValue> &OpValues) { in visitVPScatter() argument [all …]
|
H A D | LegalizeVectorOps.cpp | 1968 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local 1999 OpValues.push_back(ScalarResult); in UnrollStrictFPOp() 2003 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()
|