Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h172 bool is32BitVector() const { in is32BitVector() function
173 return isSimple() ? V.is32BitVector() : isExtended32BitVector(); in is32BitVector()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.h94 else if (LocVT.SimpleTy == MVT::f32 || LocVT.is32BitVector()) in CC_AArch64_Custom_Block()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMachineValueType.h336 bool is32BitVector() const { in is32BitVector() function