Searched refs:OpValues (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 622 const SmallVectorImpl<SDValue> &OpValues); 624 const SmallVectorImpl<SDValue> &OpValues); 626 const SmallVectorImpl<SDValue> &OpValues); 628 const SmallVectorImpl<SDValue> &OpValues); 630 const SmallVectorImpl<SDValue> &OpValues); 632 const SmallVectorImpl<SDValue> &OpValues);
|
| H A D | SelectionDAGBuilder.cpp | 7884 LD = DAG.getLoadVP(VT, DL, InChain, OpValues[0], OpValues[1], OpValues[2], in visitVPLoad() 7927 {DAG.getRoot(), Base, Index, Scale, OpValues[1], OpValues[2]}, MMO, in visitVPGather() 7949 OpValues[2], OpValues[3], VT, MMO, ISD::UNINDEXED, in visitVPStore() 7991 OpValues[2], OpValues[3]}, in visitVPScatter() 8015 OpValues[2], OpValues[3], MMO, in visitVPStridedLoad() 8037 getMemoryRoot(), DL, OpValues[0], OpValues[1], in visitVPStridedStore() 8038 DAG.getUNDEF(OpValues[1].getValueType()), OpValues[2], OpValues[3], in visitVPStridedStore() 8148 {OpValues[0], OpValues[1], OpValues[3], OpValues[4]}, SDFlags); in visitVectorPredicationIntrinsic() 8151 {Mul, OpValues[2], OpValues[3], OpValues[4]}, SDFlags); in visitVectorPredicationIntrinsic() 8162 {OpValues[0], Check, OpValues[2], OpValues[3]}); in visitVectorPredicationIntrinsic() [all …]
|
| H A D | LegalizeVectorOps.cpp | 1863 SmallVector<SDValue, 32> OpValues; in UnrollStrictFPOp() local 1894 OpValues.push_back(ScalarResult); in UnrollStrictFPOp() 1898 SDValue Result = DAG.getBuildVector(VT, dl, OpValues); in UnrollStrictFPOp()
|