Searched refs:LoOpc (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 188 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/Target/Mips/ |
D | MipsSEInstrInfo.h | 93 unsigned LoOpc, unsigned HiOpc,
|
D | MipsSEInstrInfo.cpp | 556 unsigned LoOpc, in expandPseudoMTLoHi() argument 567 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1694 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()
|