Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp188 unsigned LoOpc = LowRegInst.getOpcode(); in areCombinableOperations() local
201 verifyOpc(LoOpc); in areCombinableOperations()
203 if (HiOpc == Hexagon::V6_vassign || LoOpc == Hexagon::V6_vassign) in areCombinableOperations()
204 return HiOpc == LoOpc; in areCombinableOperations()
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEInstrInfo.h96 unsigned LoOpc, unsigned HiOpc,
DMipsSEInstrInfo.cpp714 unsigned LoOpc, in expandPseudoMTLoHi() argument
725 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1769 ISD::NodeType LoOpc; in ExpandIntRes_MINMAX() local
1771 std::tie(CondC, LoOpc) = getExpandedMinMaxOps(N->getOpcode()); in ExpandIntRes_MINMAX()
1794 SDValue LoMinMax = DAG.getNode(LoOpc, DL, NVT, {LHSL, RHSL}); in ExpandIntRes_MINMAX()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp4263 unsigned LoOpc = IsAdd ? AMDGPU::V_ADD_I32_e64 : AMDGPU::V_SUB_I32_e64; in splitScalar64BitAddSub() local
4265 BuildMI(MBB, MII, DL, get(LoOpc), DestSub0) in splitScalar64BitAddSub()
DSIISelLowering.cpp3275 unsigned LoOpc = IsAdd ? AMDGPU::S_ADD_U32 : AMDGPU::S_SUB_U32; in EmitInstrWithCustomInserter() local
3277 BuildMI(*BB, MI, DL, TII->get(LoOpc), DestSub0) in EmitInstrWithCustomInserter()