Searched refs:LoadOps (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 611 struct LoadOps { struct 624 static bool foldLoadsRecursive(Value *V, LoadOps &LOps, const DataLayout &DL, in foldLoadsRecursive() argument 776 LoadOps LOps; in foldConsecutiveLoads()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11271 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 11273 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 11284 SDValue LoadOps[] = {LD->getChain(), LD->getBasePtr()}; in LowerFP_EXTEND() local 11286 PPCISD::LD_VSX_LH, dl, DAG.getVTList(MVT::v4f32, MVT::Other), LoadOps, in LowerFP_EXTEND() 14499 SDValue LoadOps[] = { in combineBVZEXTLOAD() local 14505 LoadOps, MemoryType, LD->getMemOperand()); in combineBVZEXTLOAD() 14748 SDValue LoadOps[] = { Chain, Base }; in expandVSXLoadForLE() local 14751 LoadOps, MVT::v2f64, MMO); in expandVSXLoadForLE() 15226 SDValue LoadOps[] = {LSBase->getChain(), LSBase->getBasePtr()}; in combineVReverseMemOP() local 15228 PPCISD::LOAD_VEC_BE, dl, DAG.getVTList(VT, MVT::Other), LoadOps, in combineVReverseMemOP()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 19260 SmallVector<SDValue, 4> LoadOps; in performLOADCombine() local 19278 LoadOps.push_back(NewLoad); in performLOADCombine() 19303 LoadOps.push_back(ExtendedReminingLoad); in performLOADCombine() 19307 LoadOps.size() * NewVT.getVectorNumElements()); in performLOADCombine() 19309 DAG.getNode(ISD::CONCAT_VECTORS, DL, ConcatVT, LoadOps); in performLOADCombine()
|