HomeSort by: relevance | last modified time | path
    Searched refs:OtherOpcode (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SerialSnippetGenerator.cpp 48 for (const unsigned OtherOpcode : Opcodes) {
49 if (OtherOpcode == Instr->Description.getOpcode())
51 const Instruction &OtherInstr = State.getIC().getInstr(OtherOpcode);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 2209 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN
2219 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS)
DAGCombiner.cpp 4020 unsigned OtherOpcode = 0;
4022 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM;
4026 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV;
4027 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT))
4044 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) &&
4048 if (UserOpc == OtherOpcode) {

Completed in 46 milliseconds