Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h93 unsigned LoOpc, unsigned HiOpc,
DMipsSEInstrInfo.cpp556 unsigned LoOpc, in expandPseudoMTLoHi() argument
567 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()
/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp188 unsigned LoOpc = LowRegInst.getOpcode(); in areCombinableOperations() local
190 (void)LoOpc; // Fix compiler warning in areCombinableOperations()
192 (LoOpc == Hexagon::A2_tfr || LoOpc == Hexagon::A2_tfrsi) && in areCombinableOperations()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1694 ISD::NodeType LoOpc; in ExpandIntRes_MINMAX() local
1696 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX()
1719 SDValue LoMinMax = DAG.getNode(LoOpc, DL, {NVT, NVT}, {LHSL, RHSL}); in ExpandIntRes_MINMAX()