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.cpp87 // Instruction represented by OrigOpc is replaced by instructions in ReplOpc.
89 unsigned OrigOpc;
300 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()
520 if (MI.getOpcode() == I.OrigOpc) { in optimizeLdStInterleave()
88 unsigned OrigOpc; global() member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp625 unsigned OrigOpc = MI->getOpcode(); in splitMemRef() local
626 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi || in splitMemRef()
627 OrigOpc == Hexagon::S2_storerd_pi); in splitMemRef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp10781 unsigned OrigOpc = Node->getOpcode(); in mutateStrictFPToFP() local
10783 switch (OrigOpc) { in mutateStrictFPToFP()