Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h97 inline auto packed_types() { in packed_types() function
105 return any_of(packed_types(), [VT](EVT OVT) { return OVT == VT; }); in isPackedVectorTy()
110 return any_of(packed_types(), in isPackedElementTy()
H A DNVPTXRegisterInfo.td58 // NVPTX::packed_types() in NVPTXUtilities.h accordingly!
H A DNVPTXISelLowering.cpp361 for (MVT PackedVT : NVPTX::packed_types()) { in ComputePTXValueVTs()