Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DLatency.cpp52 for (const unsigned OtherOpcode : Opcodes) { in generateTwoInstructionPrototype() local
53 if (OtherOpcode == Instr.Description->Opcode) in generateTwoInstructionPrototype()
55 const auto &OtherInstrDesc = State.getInstrInfo().get(OtherOpcode); in generateTwoInstructionPrototype()
74 State.getInstrInfo().getName(OtherOpcode)); in generateTwoInstructionPrototype()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2360 unsigned OtherOpcode = 0; in UseDivRem() local
2362 OtherOpcode = isDIV ? ISD::SREM : ISD::SDIV; in UseDivRem()
2364 OtherOpcode = isDIV ? ISD::UREM : ISD::UDIV; in UseDivRem()
2373 if (User->getOpcode() == OtherOpcode && in UseDivRem()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2176 unsigned OtherOpcode = 0; in useDivRem() local
2178 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()
2182 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()
2183 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()
2199 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()
2203 if (UserOpc == OtherOpcode) { in useDivRem()
DLegalizeDAG.cpp2180 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2190 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2214 unsigned OtherOpcode = Node->getOpcode() == ISD::FSIN in useSinCos() local
2224 if (User->getOpcode() == OtherOpcode || User->getOpcode() == ISD::FSINCOS) in useSinCos()
DDAGCombiner.cpp3026 unsigned OtherOpcode = 0; in useDivRem() local
3028 OtherOpcode = isSigned ? ISD::SREM : ISD::UREM; in useDivRem()
3032 OtherOpcode = isSigned ? ISD::SDIV : ISD::UDIV; in useDivRem()
3033 if (TLI.isOperationLegalOrCustom(OtherOpcode, VT)) in useDivRem()
3050 if ((UserOpc == Opcode || UserOpc == OtherOpcode || UserOpc == DivRemOpc) && in useDivRem()
3054 if (UserOpc == OtherOpcode) { in useDivRem()