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

  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 103 addDRTypeForNEON(MVT::v2f32);
104 addDRTypeForNEON(MVT::v8i8);
105 addDRTypeForNEON(MVT::v4i16);
106 addDRTypeForNEON(MVT::v2i32);
107 addDRTypeForNEON(MVT::v1i64);
108 addDRTypeForNEON(MVT::v1f64);
549 void AArch64TargetLowering::addDRTypeForNEON(MVT VT) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 148 void ARMTargetLowering::addDRTypeForNEON(MVT VT) {
425 addDRTypeForNEON(MVT::v2f32);
426 addDRTypeForNEON(MVT::v8i8);
427 addDRTypeForNEON(MVT::v4i16);
428 addDRTypeForNEON(MVT::v2i32);
429 addDRTypeForNEON(MVT::v1i64);
    [all...]

Completed in 136 milliseconds