Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp85 bool hasNoImmOrEqual(MachineInstr &MI,
343 bool GCNDPPCombine::hasNoImmOrEqual(MachineInstr &MI, unsigned OpndName, in hasNoImmOrEqual() function in GCNDPPCombine
497 if (!hasNoImmOrEqual(OrigMI, AMDGPU::OpName::src0_modifiers, 0, Mask) || in combineDPPMov()
498 !hasNoImmOrEqual(OrigMI, AMDGPU::OpName::src1_modifiers, 0, Mask) || in combineDPPMov()
499 !hasNoImmOrEqual(OrigMI, AMDGPU::OpName::clamp, 0) || in combineDPPMov()
500 !hasNoImmOrEqual(OrigMI, AMDGPU::OpName::omod, 0)) { in combineDPPMov()