Home
last modified time | relevance | path

Searched refs:IsShortVector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h86 bool IsShortVector(unsigned ValNo) { return ArgIsShortVector[ValNo]; } in IsShortVector() function
H A DSystemZCallingConv.td29 : CCIf<"static_cast<SystemZCCState *>(&State)->IsShortVector(ValNo)", A>;