Searched refs:OpValues (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 571 SmallVector<SDValue, 7> &OpValues, bool IsGather); 573 SmallVector<SDValue, 7> &OpValues, bool IsScatter); 575 SmallVectorImpl<SDValue> &OpValues); 577 SmallVectorImpl<SDValue> &OpValues);
|
| H A D | SelectionDAGBuilder.cpp | 7413 LD = DAG.getLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], OpValues[2], in visitVPLoadGather() 7443 {DAG.getRoot(), Base, Index, Scale, OpValues[1], OpValues[2]}, MMO, in visitVPLoadGather() 7464 SDValue Ptr = OpValues[1]; in visitVPStoreScatter() 7470 OpValues[2], OpValues[3], VT, MMO, ISD::UNINDEXED, in visitVPStoreScatter() 7500 OpValues[2], OpValues[3]}, in visitVPStoreScatter() 7523 SDValue LD = DAG.getStridedLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], in visitVPStridedLoad() 7524 OpValues[2], OpValues[3], MMO, in visitVPStridedLoad() 7546 getMemoryRoot(), DL, OpValues[0], OpValues[1], in visitVPStridedStore() 7547 DAG.getUNDEF(OpValues[1].getValueType()), OpValues[2], OpValues[3], in visitVPStridedStore() 7611 SmallVector<SDValue, 7> OpValues; in visitVectorPredicationIntrinsic() local [all …]
|
| H A D | LegalizeVectorOps.cpp | 1586 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local 1617 OpValues.push_back(ScalarResult); in UnrollStrictFPOp() 1621 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()
|