HomeSort by relevance Sort by last modified time
    Searched refs:addDRTypeForNEON (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 405 void addDRTypeForNEON(MVT VT);
AArch64ISelLowering.cpp 91 addDRTypeForNEON(MVT::v2f32);
92 addDRTypeForNEON(MVT::v8i8);
93 addDRTypeForNEON(MVT::v4i16);
94 addDRTypeForNEON(MVT::v2i32);
95 addDRTypeForNEON(MVT::v1i64);
96 addDRTypeForNEON(MVT::v1f64);
97 addDRTypeForNEON(MVT::v4f16);
715 void AArch64TargetLowering::addDRTypeForNEON(MVT VT) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 490 void addDRTypeForNEON(MVT VT);
ARMISelLowering.cpp 152 void ARMTargetLowering::addDRTypeForNEON(MVT VT) {
467 addDRTypeForNEON(MVT::v2f32);
468 addDRTypeForNEON(MVT::v8i8);
469 addDRTypeForNEON(MVT::v4i16);
470 addDRTypeForNEON(MVT::v2i32);
471 addDRTypeForNEON(MVT::v1i64);
    [all...]

Completed in 400 milliseconds