Home
last modified time | relevance | path

Searched refs:OpValues (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h633 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 DSelectionDAGBuilder.cpp8434 const SmallVectorImpl<SDValue> &OpValues) { in visitVPLoad() argument
8451 LD = DAG.getLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], OpValues[2], in visitVPLoad()
8460 const SmallVectorImpl<SDValue> &OpValues) { in visitVPGather() argument
8494 {DAG.getRoot(), Base, Index, Scale, OpValues[1], OpValues[2]}, MMO, in visitVPGather()
8501 const VPIntrinsic &VPIntrin, const SmallVectorImpl<SDValue> &OpValues) { in visitVPStore() argument
8504 EVT VT = OpValues[0].getValueType(); in visitVPStore()
8510 SDValue Ptr = OpValues[1]; in visitVPStore()
8515 ST = DAG.getStoreVP(getMemoryRoot(), DL, OpValues[0], Ptr, Offset, in visitVPStore()
8516 OpValues[2], OpValues[3], VT, MMO, ISD::UNINDEXED, in visitVPStore()
8523 const VPIntrinsic &VPIntrin, const SmallVectorImpl<SDValue> &OpValues) { in visitVPScatter() argument
[all …]
H A DLegalizeVectorOps.cpp2296 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local
2327 OpValues.push_back(ScalarResult); in UnrollStrictFPOp()
2331 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()