Home
last modified time | relevance | path

Searched refs:HasNEON (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h52 bool HasNEON; variable
202 bool hasNEON() const { return HasNEON; } in hasNEON()
DARMSubtarget.cpp50 , HasNEON(false) in ARMSubtarget()
DARM.td38 def FeatureNEON : SubtargetFeature<"neon", "HasNEON", "true",
DARMInstrFormats.td1605 list<Predicate> Predicates = [HasNEON];
1618 list<Predicate> Predicates = [HasNEON];
1659 list<Predicate> Predicates = [HasNEON];
1669 list<Predicate> Predicates = [HasNEON];
1909 list<Predicate> Predicates = [HasNEON];
1964 list<Predicate> Predicates = [HasNEON,UseNEONForFP];
DARMInstrNEON.td3512 Requires<[HasNEON, UseFPVMLx]>;
3515 Requires<[HasNEON, UseFPVMLx]>;
3520 Requires<[HasNEON, UseFPVMLx]>;
3523 Requires<[HasNEON, UseFPVMLx]>;
3549 Requires<[HasNEON, UseFPVMLx]>;
3570 Requires<[HasNEON, UseFPVMLx]>;
3573 Requires<[HasNEON, UseFPVMLx]>;
3578 Requires<[HasNEON, UseFPVMLx]>;
3581 Requires<[HasNEON, UseFPVMLx]>;
3606 Requires<[HasNEON, UseFPVMLx]>;
[all …]
DARMInstrInfo.td187 def HasNEON : Predicate<"Subtarget->hasNEON()">,
/external/llvm/lib/Target/AArch64/
DAArch64Subtarget.h58 bool HasNEON = false; variable
176 bool hasNEON() const { return HasNEON; } in hasNEON()
DAArch64InstrFormats.td4308 let Predicates = [HasNEON] in {
4452 let Predicates = [HasNEON, HasFullFP16] in {
4459 } // Predicates = [HasNEON, HasFullFP16]
4474 let Predicates = [HasNEON, HasFullFP16] in {
4481 } // Predicates = [HasNEON, HasFullFP16]
4495 let Predicates = [HasNEON, HasFullFP16] in {
4504 } // Predicates = [HasNEON, HasFullFP16]
4848 let Predicates = [HasNEON, HasFullFP16] in {
4855 } // Predicates = [HasNEON, HasFullFP16]
4881 let Predicates = [HasNEON, HasFullFP16] in {
[all …]
DAArch64.td26 def FeatureNEON : SubtargetFeature<"neon", "HasNEON", "true",
DAArch64InstrInfo.td23 def HasNEON : Predicate<"Subtarget->hasNEON()">,
3167 let Predicates = [HasNEON, HasFullFP16] in {
3185 let Predicates = [HasNEON, HasFullFP16] in {
3203 let Predicates = [HasNEON, HasFullFP16] in {
3221 let Predicates = [HasNEON, HasFullFP16] in {
4391 let Predicates = [HasNEON, HasFullFP16] in {
4398 } // Predicates = [HasNEON, HasFullFP16]
/external/llvm/lib/Target/ARM/
DARMInstrNEON.td3257 Requires<[HasNEON,HasFullFP16]> {
3284 Requires<[HasNEON,HasFullFP16]> {
4124 Requires<[HasNEON,HasFullFP16]>;
4127 Requires<[HasNEON,HasFullFP16]>;
4185 Requires<[HasNEON,HasFullFP16]>;
4188 Requires<[HasNEON,HasFullFP16]>;
4194 Requires<[HasNEON,HasFullFP16]>;
4197 Requires<[HasNEON,HasFullFP16]>;
4302 Requires<[HasNEON, UseFPVMLx, DontUseFusedMAC]>;
4305 Requires<[HasNEON, UseFPVMLx, DontUseFusedMAC]>;
[all …]
DARMSubtarget.h107 bool HasNEON = false; variable
428 bool hasNEON() const { return HasNEON; } in hasNEON()
DARMInstrFormats.td275 : InstAlias<Asm, Result, EmitPriority>, Requires<[HasNEON]>;
281 Requires<[HasNEON]>;
372 : AsmPseudoInst<asm, iops, oops>, Requires<[HasNEON]>;
2032 list<Predicate> Predicates = [HasNEON];
2045 list<Predicate> Predicates = [HasNEON];
2058 list<Predicate> Predicates = [HasNEON];
2101 list<Predicate> Predicates = [HasNEON];
2111 list<Predicate> Predicates = [HasNEON];
2404 list<Predicate> Predicates = [HasNEON];
2459 list<Predicate> Predicates = [HasNEON,UseNEONForFP];
[all …]
DARM.td49 def FeatureNEON : SubtargetFeature<"neon", "HasNEON", "true",
DARMInstrInfo.td234 def HasNEON : Predicate<"Subtarget->hasNEON()">,