Searched refs:Lds (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 200 WidenedLoad(SmallVectorImpl<LoadInst*> &Lds, LoadInst *Wide) in WidenedLoad() argument 202 append_range(Loads, Lds); in WidenedLoad()
|
H A D | ARMLoadStoreOptimizer.cpp | 2607 SmallVectorImpl<MachineInstr *> &Lds = Base2LdsMap[Base]; in RescheduleLoadStoreInstrs() local 2608 if (Lds.size() > 1) in RescheduleLoadStoreInstrs() 2609 RetVal |= RescheduleOps(MBB, Lds, Base, true, MI2LocMap, RegisterMap); in RescheduleLoadStoreInstrs()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | BUFInstructions.td | 454 string Lds = !if(isLds, " lds", ""); 466 string ret = Vdata # MainArgs # Offset # OtherArgs # Lds # TFE;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 16183 SmallVector<LoadSDNode *> Lds; in performCONCAT_VECTORSCombine() 16184 Lds.push_back(BaseLd); in performCONCAT_VECTORSCombine() 16193 Lds.push_back(Ld); in performCONCAT_VECTORSCombine() 16221 auto BaseDiff = GetPtrDiff(Lds[0], Lds[1]); in performCONCAT_VECTORSCombine() 16226 for (auto *It = Lds.begin() + 1; It != Lds.end() - 1; It++) in performCONCAT_VECTORSCombine() 16252 Lds[0]->getOffset().getValueType()); in performCONCAT_VECTORSCombine() 16180 SmallVector<LoadSDNode *> Lds; performCONCAT_VECTORSCombine() local
|