Searched refs:LoadOps (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 627 struct LoadOps { struct 640 static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL, in foldLoadsRecursive() argument 794 LoadOps LOps; in foldConsecutiveLoads()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11998 SDValue LoadOps[] = {LoadChain, IntrinID, BasePtr}; in LowerDMFVectorLoad() local 12007 LoadOps[2] = BasePtr; in LowerDMFVectorLoad() 12011 LoadOps, MVT::v256i1, NewMMO); in LowerDMFVectorLoad() 12419 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 12421 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 12432 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 12434 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 15850 SDValue LoadOps[] = { in combineBVZEXTLOAD() local 15856 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD() 16100 SDValue LoadOps[] = { Chain, Base }; in expandVSXLoadForLE() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 23717 SmallVector<SDValue, 4> LoadOps; in performLOADCombine() local 23735 LoadOps.push_back(NewLoad); in performLOADCombine() 23760 LoadOps.push_back(ExtendedRemainingLoad); in performLOADCombine() 23764 LoadOps.size() * NewVT.getVectorNumElements()); in performLOADCombine() 23766 DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, LoadOps); in performLOADCombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11996 SDValue LoadOps[] = { in lowerVECTOR_DEINTERLEAVE() local 12010 LoadOps, ConcatVT.getVectorElementType(), PtrInfo, Alignment, in lowerVECTOR_DEINTERLEAVE()
|