Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp2851 unsigned CombineOpc, unsigned ZeroReg = 0, in canCombine() argument
2859 if (!MI || MI->getParent() != &MBB || (unsigned)MI->getOpcode() != CombineOpc) in canCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15283 unsigned CombineOpc; in LowerVSETCC() local
15287 CombineOpc = Opc == X86ISD::CMPP ? static_cast<unsigned>(X86ISD::FOR) : in LowerVSETCC()
15293 CombineOpc = Opc == X86ISD::CMPP ? static_cast<unsigned>(X86ISD::FAND) : in LowerVSETCC()
15301 Cmp = DAG.getNode(CombineOpc, dl, VT, Cmp0, Cmp1); in LowerVSETCC()