Searched refs:UseOpc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| D | AArch64PostLegalizerCombiner.cpp | 161 unsigned UseOpc = UseMI.getOpcode(); in matchAArch64MulConstCombine() local 162 if (UseOpc == TargetOpcode::G_ADD || UseOpc == TargetOpcode::G_PTR_ADD || in matchAArch64MulConstCombine() 163 UseOpc == TargetOpcode::G_SUB) in matchAArch64MulConstCombine()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonISelDAGToDAG.cpp | 1195 unsigned UseOpc = U->getMachineOpcode(); in ppHoistZextI1() local 1197 If0 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1() 1199 If1 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1() 1201 unsigned UseOpc = U->getOpcode(); in ppHoistZextI1() local 1203 If0 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1() 1205 If1 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIFoldOperands.cpp | 845 unsigned UseOpc = UseMI->getOpcode(); in foldOperand() local 846 if (UseOpc == AMDGPU::V_READFIRSTLANE_B32 || in foldOperand() 847 (UseOpc == AMDGPU::V_READLANE_B32 && in foldOperand() 849 AMDGPU::getNamedOperandIdx(UseOpc, AMDGPU::OpName::src0))) { in foldOperand()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMBaseInstrInfo.cpp | 3300 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local 3305 switch (UseOpc) { in FoldImmediate() 3316 switch (UseOpc) { in FoldImmediate() 3320 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate() 3326 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::ADDri : ARM::SUBri; in FoldImmediate() 3329 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::SUBri : ARM::ADDri; in FoldImmediate() 3341 switch (UseOpc) { in FoldImmediate() 3349 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate() 3358 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate() 3361 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZInstrInfo.cpp | 620 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local 625 switch (UseOpc) { in FoldImmediate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.cpp | 4510 unsigned UseOpc = CompareUseMI.getOpcode(); in simplifyToLI() local 4511 if (UseOpc != PPC::ISEL && UseOpc != PPC::ISEL8) in simplifyToLI() 4522 CompareUseMI.setDesc(get(UseOpc == PPC::ISEL8 ? PPC::LI8 : PPC::LI)); in simplifyToLI()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 38693 unsigned UseOpc = Use->getOpcode(); in SimplifyDemandedVectorEltsForTargetNode() local 38694 return (UseOpc == X86ISD::VSHL || UseOpc == X86ISD::VSRL || in SimplifyDemandedVectorEltsForTargetNode() 38695 UseOpc == X86ISD::VSRA) && in SimplifyDemandedVectorEltsForTargetNode()
|