Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2600 static unsigned getFPFusedMultiplyOpcode(unsigned RootOpc, unsigned Pattern) { in getFPFusedMultiplyOpcode() argument
2601 switch (RootOpc) { in getFPFusedMultiplyOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp39944 ArrayRef<SDValue> Inputs, unsigned RootOpc, MVT RootVT, in combineX86ShuffleChain() argument
40024 if (Depth == 0 && RootOpc == ISD::INSERT_SUBVECTOR) in combineX86ShuffleChain()
40082 if (Depth == 0 && RootOpc == X86ISD::SHUF128) in combineX86ShuffleChain()
40096 if (Depth == 0 && RootOpc == ISD::INSERT_SUBVECTOR) in combineX86ShuffleChain()
40109 if (Depth == 0 && RootOpc == ISD::INSERT_SUBVECTOR) in combineX86ShuffleChain()
40124 if (Depth == 0 && RootOpc == X86ISD::VPERM2X128) in combineX86ShuffleChain()
40134 if (Depth == 0 && RootOpc == X86ISD::SHUF128) in combineX86ShuffleChain()
40143 if (Depth == 0 && RootOpc == X86ISD::VPERM2X128) in combineX86ShuffleChain()
40219 if (Depth == 0 && RootOpc == X86ISD::VBROADCAST) in combineX86ShuffleChain()
40226 if (Depth == 0 && RootOpc == X86ISD::VBROADCAST) in combineX86ShuffleChain()
[all …]