Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1577 inline bool isExtOpcode(unsigned Opcode) { in isExtOpcode() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp2362 if (ISD::isExtOpcode(Cond->getOpcode())) // Skip extension. in combineBallotPattern()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5776 if (ISD::isExtOpcode(HandOpcode) || ISD::isExtVecInRegOpcode(HandOpcode) || in hoistLogicOpWithSameOpcodeHands()
7068 if (ISD::isExtOpcode(N0.getOpcode())) { in visitAND()
7197 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitAND()
12730 assert((ISD::isExtOpcode(Opcode) || ISD::isExtVecInRegOpcode(Opcode)) && in tryToFoldExtendOfConstant()
14590 ISD::isExtOpcode(N0.getOperand(0).getOpcode())) { in visitSIGN_EXTEND_INREG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4526 if (ISD::isExtOpcode(N.getOpcode())) in skipExtensionForVectorMULL()
19079 if (ISD::isExtOpcode(Opcode) || Opcode == ISD::SIGN_EXTEND_INREG) { in isExtendOrShiftOperand()
19431 if (!ISD::isExtOpcode(Shift.getOperand(0).getOpcode()) || in performExtBinopLoadFold()
19432 !ISD::isExtOpcode(Other.getOpcode()) || in performExtBinopLoadFold()
27035 if (ISD::isExtOpcode(Opc)) { in preferScalarizeSplat()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp55612 (ISD::isExtOpcode(InOpcode) || ISD::isExtVecInRegOpcode(InOpcode)) && in combineEXTRACT_SUBVECTOR()