Home
last modified time | relevance | path

Searched refs:getPow2VectorType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h431 EVT getPow2VectorType(LLVMContext &Context) const { in getPow2VectorType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1056 EVT NVT = VT.getPow2VectorType(Context); in getTypeConversion()
1423 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties()
1446 MVT NVT = VT.getPow2VectorType(); in computeRegisterProperties()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h487 MVT getPow2VectorType() const { in getPow2VectorType() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp49 static LLT getPow2VectorType(LLT Ty) { in getPow2VectorType() function
4521 Helper.moreElementsVectorDst(MI, getPow2VectorType(Ty), 0); in legalizeSBufferLoad()
H A DAMDGPUISelLowering.cpp1108 MemVT = MemVT.getPow2VectorType(State.getContext()); in analyzeFormalArgumentsCompute()