Home
last modified time | relevance | path

Searched refs:isExtOpcode (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1756 inline bool isExtOpcode(unsigned Opcode) { in isExtOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2115 assert((ISD::isExtOpcode(ExtendLHS.getOpcode()) && in performLowerPartialReduction()
2116 ISD::isExtOpcode(ExtendRHS.getOpcode())) && in performLowerPartialReduction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6155 if (ISD::isExtOpcode(HandOpcode) || ISD::isExtVecInRegOpcode(HandOpcode) || in hoistLogicOpWithSameOpcodeHands()
6179 ISD::isExtOpcode(HandOpcode)); in hoistLogicOpWithSameOpcodeHands()
7482 if (ISD::isExtOpcode(N0.getOpcode())) { in visitAND()
7611 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitAND()
12864 if (!ISD::isExtOpcode(LHSOpcode)) in foldPartialReduceMLAMulOp()
12896 if (!ISD::isExtOpcode(RHSOpcode)) in foldPartialReduceMLAMulOp()
12952 if (!ISD::isExtOpcode(Op1Opcode)) in foldPartialReduceAdd()
13737 assert((ISD::isExtOpcode(Opcode) || ISD::isExtVecInRegOpcode(Opcode)) && in tryToFoldExtendOfConstant()
15754 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitSIGN_EXTEND_INREG()
H A DSelectionDAG.cpp4899 if (ISD::isExtOpcode(Op.getOperand(0).getOpcode())) { in ComputeNumSignBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2537 if (ISD::isExtOpcode(Cond->getOpcode())) // Skip extension. in combineBallotPattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp21038 if (ISD::isExtOpcode(Opcode) || Opcode == ISD::SIGN_EXTEND_INREG) { in isExtendOrShiftOperand()
21391 if (!ISD::isExtOpcode(Shift.getOperand(0).getOpcode()) || in performExtBinopLoadFold()
21392 !ISD::isExtOpcode(Other.getOpcode()) || in performExtBinopLoadFold()
21939 if (ISD::isExtOpcode(Op2Opcode)) { in tryLowerPartialReductionToDot()
21949 if (!ISD::isExtOpcode(ExtMulOpLHSOpcode) || in tryLowerPartialReductionToDot()
21950 !ISD::isExtOpcode(ExtMulOpRHSOpcode)) in tryLowerPartialReductionToDot()
22027 if (!ISD::isExtOpcode(N->getOperand(2).getOpcode())) in tryLowerPartialReductionToWideAdd()
30455 if (ISD::isExtOpcode(Opc)) { in preferScalarizeSplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18782 if (!ISD::isExtOpcode(A.getOpcode())) in foldReduceOperandViaVQDOT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12387 assert(ISD::isExtOpcode(ExtOpc) && "Unsupported extension"); in lowerShuffleAsSpecificExtension()
59671 (ISD::isExtOpcode(InOpcode) || ISD::isExtVecInRegOpcode(InOpcode)) && in combineEXTRACT_SUBVECTOR()