Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h186 bool is32BitVector() const { in is32BitVector() function
187 return isSimple() ? V.is32BitVector() : isExtended32BitVector(); in is32BitVector()
H A DMachineValueType.h142 bool is32BitVector() const { in is32BitVector() function
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24505 if (StoreVT.is32BitVector()) in LowerStore()