Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h176 bool is32BitVector() const { in is32BitVector() function
177 return isSimple() ? V.is32BitVector() : isExtended32BitVector(); in is32BitVector()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.cpp137 else if (LocVT.SimpleTy == MVT::f32 || LocVT.is32BitVector()) in CC_AArch64_Custom_Block()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h390 bool is32BitVector() const { in is32BitVector() function