HomeSort by: relevance | last modified time | path
    Searched refs:addMSAFloatType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.h 40 void addMSAFloatType(MVT::SimpleValueType Ty,
MipsSEISelLowering.cpp 122 addMSAFloatType(MVT::v8f16, &Mips::MSA128HRegClass);
123 addMSAFloatType(MVT::v4f32, &Mips::MSA128WRegClass);
124 addMSAFloatType(MVT::v2f64, &Mips::MSA128DRegClass);
372 addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC) {

Completed in 28 milliseconds