Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp175 unsigned UseOpc = UseMI.getOpcode(); in matchAArch64MulConstCombine() local
176 if (UseOpc == TargetOpcode::G_ADD || UseOpc == TargetOpcode::G_PTR_ADD || in matchAArch64MulConstCombine()
177 UseOpc == TargetOpcode::G_SUB) in matchAArch64MulConstCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1232 unsigned UseOpc = U->getMachineOpcode(); in ppHoistZextI1() local
1234 If0 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1()
1236 If1 = SDValue(DAG.getMachineNode(UseOpc, dl, UVT, Ops), 0); in ppHoistZextI1()
1238 unsigned UseOpc = U->getOpcode(); in ppHoistZextI1() local
1240 If0 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1()
1242 If1 = DAG.getNode(UseOpc, dl, UVT, Ops); in ppHoistZextI1()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp980 unsigned UseOpc = UseMI->getOpcode(); in foldOperand() local
981 if (UseOpc == AMDGPU::V_READFIRSTLANE_B32 || in foldOperand()
982 (UseOpc == AMDGPU::V_READLANE_B32 && in foldOperand()
984 AMDGPU::getNamedOperandIdx(UseOpc, AMDGPU::OpName::src0))) { in foldOperand()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3345 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local
3350 switch (UseOpc) { in FoldImmediate()
3361 switch (UseOpc) { in FoldImmediate()
3365 if (UseOpc == ARM::SUBrr && Commute) in FoldImmediate()
3371 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::ADDri : ARM::SUBri; in FoldImmediate()
3374 NewUseOpc = UseOpc == ARM::ADDrr ? ARM::SUBri : ARM::ADDri; in FoldImmediate()
3386 switch (UseOpc) { in FoldImmediate()
3394 if (UseOpc == ARM::t2SUBrr && Commute) in FoldImmediate()
3403 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2ADD : t2SUB; in FoldImmediate()
3406 NewUseOpc = UseOpc == ARM::t2ADDrr ? t2SUB : t2ADD; in FoldImmediate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp637 unsigned UseOpc = UseMI.getOpcode(); in FoldImmediate() local
642 switch (UseOpc) { in FoldImmediate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp4540 unsigned UseOpc = CompareUseMI.getOpcode(); in simplifyToLI() local
4541 if (UseOpc != PPC::ISEL && UseOpc != PPC::ISEL8) in simplifyToLI()
4552 CompareUseMI.setDesc(get(UseOpc == PPC::ISEL8 ? PPC::LI8 : PPC::LI)); in simplifyToLI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7240 unsigned UseOpc = Op->use_begin()->getOpcode(); in lowerSELECT() local
7241 if (isBinOp(UseOpc) && DAG.isSafeToSpeculativelyExecute(UseOpc)) { in lowerSELECT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21151 unsigned UseOpc = N->use_begin()->getOpcode(); in performPostLD1Combine() local
21152 if (UseOpc == ISD::FMUL || UseOpc == ISD::FMA) in performPostLD1Combine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp41059 unsigned UseOpc = Use->getOpcode(); in SimplifyDemandedVectorEltsForTargetNode() local
41060 return (UseOpc == X86ISD::VSHL || UseOpc == X86ISD::VSRL || in SimplifyDemandedVectorEltsForTargetNode()
41061 UseOpc == X86ISD::VSRA) && in SimplifyDemandedVectorEltsForTargetNode()