Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp88 unsigned OrigOpc; member
299 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()
519 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp627 unsigned OrigOpc = MI->getOpcode(); in splitMemRef() local
628 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || in splitMemRef()
629 OrigOpc == Hexagon::S2_storerd_pi); in splitMemRef()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8453 unsigned OrigOpc = Node->getOpcode(); in mutateStrictFPToFP() local
8455 switch (OrigOpc) { in mutateStrictFPToFP()