Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DSerialSnippetGenerator.cpp48 for (const unsigned OtherOpcode : Opcodes) { in computeAliasingInstructions() local
49 if (OtherOpcode == Instr->Description.getOpcode()) in computeAliasingInstructions()
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode); in computeAliasingInstructions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2209 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2219 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
H A DDAGCombiner.cpp4020 unsigned OtherOpcode = 0; in useDivRem() local
4022 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()
4026 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()
4027 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()
4044 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()
4048 if (UserOpc == OtherOpcode) { in useDivRem()