Home
last modified time | relevance | path

Searched refs:annotateLegalAVL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECustomDAG.h206 SDValue annotateLegalAVL(SDValue AVL) const;
H A DVECustomDAG.cpp474 SDValue VECustomDAG::annotateLegalAVL(SDValue AVL) const { in annotateLegalAVL() function in llvm::VECustomDAG
509 NewAVL = annotateLegalAVL(NewAVL); in getTargetSplitMask()
H A DVVPISelLowering.cpp430 SDValue AnnotatedLegalAVL = CDAG.annotateLegalAVL(LegalAVL); in legalizePackedAVL()