Home
last modified time | relevance | path

Searched refs:PDI (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dlantiq,vrx200-pcie-phy.yaml28 - description: PDI register clock
55 description: the mask to set the PDI (PHY) registers for this PHY instance to big endian
58 description: Configures the PDI (PHY) registers in big-endian mode
62 description: Configures the PDI (PHY) registers in big-endian mode
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp906 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
908 for (; PDI != PDE; ++PDI) { in EmitSchedule()
909 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
914 (*PDI)->clearIsEmitted(); in EmitSchedule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1250 if (auto *PDI = dyn_cast<PossiblyDisjointInst>(V)) { in match() local
1251 assert(PDI->getOpcode() == Instruction::Or && "Only or can be disjoint"); in match()
1252 if (!PDI->isDisjoint()) in match()
1254 return (L.match(PDI->getOperand(0)) && R.match(PDI->getOperand(1))) || in match()
1255 (Commutable && L.match(PDI->getOperand(1)) && in match()
1256 R.match(PDI->getOperand(0))); in match()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td2255 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
2262 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
3006 def PDr : PDI<opc, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
3466 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
3473 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
3574 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
3581 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
3775 def rr : PDI<opc, MRMSrcReg,
3784 def rm : PDI<opc, MRMSrcMem,
3876 def rr : PDI<opc, MRMSrcReg,
[all …]
H A DX86InstrUtils.td602 // PDI - SSE2 instructions with PD prefix, packed double domain.
626 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dam335x-sl50.dts430 /* PDI Bus - Battery system */
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1395 } else if (const PossiblyDisjointInst *PDI = in WriteOptimizationInfo() local
1397 if (PDI->isDisjoint()) in WriteOptimizationInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1579 } else if (const auto *PDI = dyn_cast<PossiblyDisjointInst>(V)) { in getOptimizationFlags() local
1580 if (PDI->isDisjoint()) in getOptimizationFlags()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4363 if (auto *PDI = dyn_cast<PossiblyDisjointInst>(BO)) { in simplifyWithOpReplaced() local
4364 if (PDI->isDisjoint()) { in simplifyWithOpReplaced()
H A DScalarEvolution.cpp4225 if (auto *PDI = dyn_cast<PossiblyDisjointInst>(I)) in canReuseInstruction() local
4226 if (PDI->isDisjoint()) in canReuseInstruction()