Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp185 unsigned LoOpc = LowRegInst.getOpcode(); in areCombinableOperations() local
198 verifyOpc(LoOpc); in areCombinableOperations()
200 if (HiOpc == Hexagon::V6_vassign || LoOpc == Hexagon::V6_vassign) in areCombinableOperations()
201 return HiOpc == LoOpc; in areCombinableOperations()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h101 unsigned LoOpc, unsigned HiOpc,
H A DMipsSEInstrInfo.cpp699 unsigned LoOpc, in expandPseudoMTLoHi() argument
710 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp3315 ISD::NodeType LoOpc; in ExpandIntRes_MINMAX() local
3317 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX()
3329 SDValue LoMinMax = DAG.getNode(LoOpc, DL, NVT, {LHSL, RHSL}); in ExpandIntRes_MINMAX()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp5023 unsigned LoOpc = IsAdd ? AMDGPU::S_ADD_U32 : AMDGPU::S_SUB_U32; in EmitInstrWithCustomInserter() local
5025 BuildMI(*BB, MI, DL, TII->get(LoOpc), DestSub0) in EmitInstrWithCustomInserter()
5094 unsigned LoOpc = IsAdd ? AMDGPU::V_ADD_CO_U32_e64 : AMDGPU::V_SUB_CO_U32_e64; in EmitInstrWithCustomInserter() local
5095 MachineInstr *LoHalf = BuildMI(*BB, MI, DL, TII->get(LoOpc), DestSub0) in EmitInstrWithCustomInserter()