Home
last modified time | relevance | path

Searched refs:AddOpcode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp155 void splitBranchOnCount(MachineInstr *MI, unsigned AddOpcode);
351 unsigned AddOpcode) { in splitBranchOnCount() argument
354 BuildMI(*MBB, MI, DL, TII->get(AddOpcode)) in splitBranchOnCount()
/external/v8/src/compiler/
Dnode-matchers.h339 template <class BinopMatcher, IrOpcode::Value AddOpcode,
343 static const IrOpcode::Value kAddOpcode = AddOpcode;