Searched refs:HasCRC (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 60 bool HasCRC = false; variable 178 bool hasCRC() const { return HasCRC; } in hasCRC()
|
D | AArch64.td | 32 def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true",
|
D | AArch64InstrInfo.td | 27 def HasCRC : Predicate<"Subtarget->hasCRC()">,
|
D | AArch64InstrFormats.td | 1520 let Predicates = [HasCRC];
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 228 bool HasCRC = false; variable 430 bool hasCRC() const { return HasCRC; } in hasCRC()
|
D | ARM.td | 97 def FeatureCRC : SubtargetFeature<"crc", "HasCRC", "true",
|
D | ARMInstrInfo.td | 238 def HasCRC : Predicate<"Subtarget->hasCRC()">, 4308 Requires<[IsARM, HasV8, HasCRC]> {
|
D | ARMInstrThumb2.td | 3053 Requires<[IsThumb2, HasV8, HasCRC]> {
|