Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisleadingBidirectional.cpp32 PDI = 0x2069 in containsMisleadingBidi() enumerator
75 BidiContexts.push_back(PDI); in containsMisleadingBidi()
77 else if (CodePoint == PDI) { in containsMisleadingBidi()
78 auto R = std::find(BidiContexts.rbegin(), BidiContexts.rend(), PDI); in containsMisleadingBidi()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp898 SDDbgInfo::DbgIterator PDI = DAG->ByvalParmDbgBegin(); in EmitSchedule() local
900 for (; PDI != PDE; ++PDI) { in EmitSchedule()
901 MachineInstr *DbgMI= Emitter.EmitDbgValue(*PDI, VRBaseMap); in EmitSchedule()
906 (*PDI)->clearIsEmitted(); in EmitSchedule()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrSSE.td2244 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
2251 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
2995 def PDr : PDI<opc, MRMSrcReg, (outs VR128:$dst), (ins VR128:$src),
3456 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
3463 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
3564 def rr : PDI<opc, MRMSrcReg, (outs RC:$dst),
3571 def rm : PDI<opc, MRMSrcMem, (outs RC:$dst),
3765 def rr : PDI<opc, MRMSrcReg,
3774 def rm : PDI<opc, MRMSrcMem,
3866 def rr : PDI<opc, MRMSrcReg,
[all …]
H A DX86InstrFormats.td627 // PDI - SSE2 instructions with PD prefix, packed double domain.
651 class PDI<bits<8> o, Format F, dag outs, dag ins, string asm,