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

  /external/clang/utils/TableGen/
NeonEmitter.h 205 void emitIntrinsic(raw_ostream &OS, Record *R);
NeonEmitter.cpp 1160 emitIntrinsic(OS, Records.getDef("VMOVL"));
1161 emitIntrinsic(OS, Records.getDef("VMULL"));
1162 emitIntrinsic(OS, Records.getDef("VABD"));
1169 emitIntrinsic(OS, R);
    [all...]

Completed in 267 milliseconds