Home
last modified time | relevance | path

Searched refs:OrigOpc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp89 unsigned OrigOpc; member
298 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()
518 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp619 unsigned OrigOpc = MI->getOpcode(); in splitMemRef() local
620 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || in splitMemRef()
621 OrigOpc == Hexagon::S2_storerd_pi); in splitMemRef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11331 unsigned OrigOpc = Node->getOpcode(); in mutateStrictFPToFP() local
11333 switch (OrigOpc) { in mutateStrictFPToFP()