Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRVVInitUndef.cpp80 const DeadLaneDetector &DLD);
85 const DeadLaneDetector &DLD);
165 const DeadLaneDetector &DLD) { in handleSubReg() argument
180 DLD.getVRegInfo(Register::virtReg2Index(Reg)); in handleSubReg()
245 const DeadLaneDetector &DLD) { in processBasicBlock() argument
271 Changed |= handleSubReg(MF, MI, DLD); in processBasicBlock()
288 DeadLaneDetector DLD(MRI, TRI); in runOnMachineFunction() local
289 DLD.computeSubRegisterLaneBitInfo(); in runOnMachineFunction()
292 Changed |= processBasicBlock(MF, BB, DLD); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp397 modifySubRegisterOperandStatus(const DeadLaneDetector &DLD,
403 bool isUndefInput(const DeadLaneDetector &DLD, const MachineOperand &MO,
424 bool DetectDeadLanes::isUndefInput(const DeadLaneDetector &DLD, in isUndefInput() argument
437 if (!DLD.isDefinedByCopy(DefRegIdx)) in isUndefInput()
440 const DeadLaneDetector::VRegInfo &DefRegInfo = DLD.getVRegInfo(DefRegIdx); in isUndefInput()
496 DetectDeadLanes::modifySubRegisterOperandStatus(const DeadLaneDetector &DLD, in modifySubRegisterOperandStatus() argument
510 const DeadLaneDetector::VRegInfo &RegInfo = DLD.getVRegInfo(RegIdx); in modifySubRegisterOperandStatus()
524 } else if (isUndefInput(DLD, MO, &CrossCopy)) { in modifySubRegisterOperandStatus()
554 DeadLaneDetector DLD(MRI, TRI); in runOnMachineFunction() local
559 DLD.computeSubRegisterLaneBitInfo(); in runOnMachineFunction()
[all …]
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dimx6dl-eckelmann-ci4x10.dts229 MX6QDL_PAD_NANDF_RB0__GPIO6_IO10 0x0001b010 /* DLD */
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.td1125 defm DLD : LOADm<"dld", 0x09, I64, i64, load>;