Searched refs:LoadOps (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 619 struct LoadOps { struct 632 static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL, in foldLoadsRecursive() argument 787 LoadOps LOps; in foldConsecutiveLoads()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 11767 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 11769 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 11780 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 11782 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 15017 SDValue LoadOps[] = { in combineBVZEXTLOAD() local 15023 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD() 15267 SDValue LoadOps[] = { Chain, Base }; in expandVSXLoadForLE() local 15270 LoadOps, MVT::v2f64, MMO); in expandVSXLoadForLE() 15738 SDValue LoadOps[] = {LSBase->getChain(), LSBase->getBasePtr()}; in combineVReverseMemOP() local 15740 PPCISD::LOAD_VEC_BE, dl, DAG.getVTList(VT, MVT::Other), LoadOps, in combineVReverseMemOP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 22664 SmallVector<SDValue, 4> LoadOps; in performLOADCombine() local 22682 LoadOps.push_back(NewLoad); in performLOADCombine() 22707 LoadOps.push_back(ExtendedReminingLoad); in performLOADCombine() 22711 LoadOps.size() * NewVT.getVectorNumElements()); in performLOADCombine() 22713 DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, LoadOps); in performLOADCombine()
|