Searched refs:hasCrypto (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 177 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
|
D | AArch64InstrInfo.td | 25 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 235 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
|
D | AArch64InstrInfo.td | 29 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 429 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
|
D | ARMAsmPrinter.cpp | 692 if (STI.hasCrypto()) in emitAttributes()
|
D | ARMInstrInfo.td | 236 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 559 bool hasCrypto() const { return HasCrypto; } in hasCrypto() function
|
D | ARMInstrInfo.td | 276 def HasCrypto : Predicate<"Subtarget->hasCrypto()">,
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 15568 /* 32913*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Op… 18165 /* 38675*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18174 /* 38691*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18182 /* 38706*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18190 /* 38720*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18199 /* 38735*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18208 /* 38751*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18218 /* 38768*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18228 /* 38786*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… 18238 /* 38804*/ OPC_CheckPatternPredicate, 44, // (Subtarget->hasCrypto()) && (Subtarget->hasV8Ops(… [all …]
|
D | ARMGenGlobalISel.inc | 149 if (Subtarget->hasCrypto())
|