Searched refs:LoOpc (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 188 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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEInstrInfo.h | 96 unsigned LoOpc, unsigned HiOpc,
|
D | MipsSEInstrInfo.cpp | 714 unsigned LoOpc, in expandPseudoMTLoHi() argument 725 MachineInstrBuilder LoInst = BuildMI(MBB, I, DL, get(LoOpc)); in expandPseudoMTLoHi()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1769 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/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 4263 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()
|
D | SIISelLowering.cpp | 3275 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()
|