Home
last modified time | relevance | path

Searched refs:Lds (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp199 WidenedLoad(SmallVectorImpl<LoadInst*> &Lds, LoadInst *Wide) in WidenedLoad() argument
201 append_range(Loads, Lds); in WidenedLoad()
H A DARMLoadStoreOptimizer.cpp2601 SmallVectorImpl<MachineInstr *> &Lds = Base2LdsMap[Base]; in RescheduleLoadStoreInstrs() local
2602 if (Lds.size() > 1) in RescheduleLoadStoreInstrs()
2603 RetVal |= RescheduleOps(MBB, Lds, Base, true, MI2LocMap, RegisterMap); in RescheduleLoadStoreInstrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DBUFInstructions.td458 string Lds = !if(isLds, " lds", "");
470 string ret = Vdata # MainArgs # Offset # OtherArgs # Lds # TFE;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18919 SmallVector<LoadSDNode *> Lds; in performCONCAT_VECTORSCombine() local
18920 Lds.push_back(BaseLd); in performCONCAT_VECTORSCombine()
18929 Lds.push_back(Ld); in performCONCAT_VECTORSCombine()
18957 auto BaseDiff = GetPtrDiff(Lds[0], Lds[1]); in performCONCAT_VECTORSCombine()
18962 for (auto *It = Lds.begin() + 1; It != Lds.end() - 1; It++) in performCONCAT_VECTORSCombine()
18989 Lds[0]->getOffset().getValueType()); in performCONCAT_VECTORSCombine()