LLVM 20.0.0git
|
This is the complete list of members for llvm::VPMatchContext, including all inherited members.
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand) | llvm::VPMatchContext | inline |
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, SDValue N2) | llvm::VPMatchContext | inline |
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, SDValue N2, SDValue N3) | llvm::VPMatchContext | inline |
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand, SDNodeFlags Flags) | llvm::VPMatchContext | inline |
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, SDValue N2, SDNodeFlags Flags) | llvm::VPMatchContext | inline |
getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1, SDValue N2, SDValue N3, SDNodeFlags Flags) | llvm::VPMatchContext | inline |
getNumOperands(SDValue N) const | llvm::VPMatchContext | inline |
getRootBaseOpcode() | llvm::VPMatchContext | inline |
isOperationLegal(unsigned Op, EVT VT) const | llvm::VPMatchContext | inline |
isOperationLegalOrCustom(unsigned Op, EVT VT, bool LegalOnly=false) const | llvm::VPMatchContext | inline |
match(SDValue OpVal, unsigned Opc) const | llvm::VPMatchContext | inline |
VPMatchContext(SelectionDAG &DAG, const TargetLowering &TLI, SDNode *_Root) | llvm::VPMatchContext | inline |