Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp794 unsigned UseOpc = UseMI->getOpcode(); in foldOperand() local
795 if (UseOpc == AMDGPU::V_READFIRSTLANE_B32 || in foldOperand()
796 (UseOpc == AMDGPU::V_READLANE_B32 && in foldOperand()
798 AMDGPU::getNamedOperandIdx(UseOpc, AMDGPU::OpName::src0))) { in foldOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1188 unsigned UseOpc = U->getMachineOpcode(); in ppHoistZextI1() local
1190 If0 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1()
1192 If1 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1()
1194 unsigned UseOpc = U->getOpcode(); in ppHoistZextI1() local
1196 If0 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1()
1198 If1 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3212 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local
3217 switch (UseOpc) { in FoldImmediate()
3228 switch (UseOpc) { in FoldImmediate()
3232 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
3238 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::ADDri : ARM::SUBri; in FoldImmediate()
3241 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::SUBri : ARM::ADDri; in FoldImmediate()
3253 switch (UseOpc) { in FoldImmediate()
3261 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
3270 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3273 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp619 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local
624 switch (UseOpc) { in FoldImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp2811 unsigned UseOpc = CompareUseMI.getOpcode(); in convertToImmediateForm() local
2812 if (UseOpc != PPC::ISEL && UseOpc != PPC::ISEL8) in convertToImmediateForm()
2823 CompareUseMI.setDesc(get(UseOpc == PPC::ISEL8 ? PPC::LI8 : PPC::LI)); in convertToImmediateForm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp35393 unsigned UseOpc = Use->getOpcode(); in SimplifyDemandedVectorEltsForTargetNode() local
35394 return (UseOpc == X86ISD::VSHL || UseOpc == X86ISD::VSRL || in SimplifyDemandedVectorEltsForTargetNode()
35395 UseOpc == X86ISD::VSRA) && in SimplifyDemandedVectorEltsForTargetNode()