Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1645 inline bool isExtOpcode(unsigned Opcode) { in isExtOpcode() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2420 if (ISD::isExtOpcode(Cond->getOpcode())) // Skip extension. in combineBallotPattern()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5780 if (ISD::isExtOpcode(HandOpcode) || ISD::isExtVecInRegOpcode(HandOpcode) || in hoistLogicOpWithSameOpcodeHands()
7060 if (ISD::isExtOpcode(N0.getOpcode())) { in visitAND()
7188 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitAND()
12874 assert((ISD::isExtOpcode(Opcode) || ISD::isExtVecInRegOpcode(Opcode)) && in tryToFoldExtendOfConstant()
14849 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitSIGN_EXTEND_INREG()
H A DSelectionDAG.cpp4628 if (ISD::isExtOpcode(Op.getOperand(0).getOpcode())) { in ComputeNumSignBits()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5038 if (ISD::isExtOpcode(N.getOpcode())) in skipExtensionForVectorMULL()
20297 if (ISD::isExtOpcode(Opcode) || Opcode == ISD::SIGN_EXTEND_INREG) { in isExtendOrShiftOperand()
20650 if (!ISD::isExtOpcode(Shift.getOperand(0).getOpcode()) || in performExtBinopLoadFold()
20651 !ISD::isExtOpcode(Other.getOpcode()) || in performExtBinopLoadFold()
28611 if (ISD::isExtOpcode(Opc)) { in preferScalarizeSplat()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp57142 (ISD::isExtOpcode(InOpcode) || ISD::isExtVecInRegOpcode(InOpcode)) && in combineEXTRACT_SUBVECTOR()