Searched refs:HasSGX (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSGX.td | 17 let SchedRW = [WriteSystem], Predicates = [HasSGX] in {
|
D | X86Subtarget.h | 376 bool HasSGX = false; variable 701 bool hasSGX() const { return HasSGX; } in hasSGX()
|
D | X86.td | 262 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
|
D | X86InstrInfo.td | 924 def HasSGX : Predicate<"Subtarget->hasSGX()">;
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrSGX.td | 17 let SchedRW = [WriteSystem], Predicates = [HasSGX] in {
|
D | X86Subtarget.h | 381 bool HasSGX = false; variable 743 bool hasSGX() const { return HasSGX; } in hasSGX()
|
D | X86.td | 271 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
|
D | X86InstrInfo.td | 952 def HasSGX : Predicate<"Subtarget->hasSGX()">;
|
/external/llvm-project/clang/lib/Basic/Targets/ |
D | X86.cpp | 246 HasSGX = true; in handleTargetFeatures() 697 if (HasSGX) in getTargetDefines() 986 .Case("sgx", HasSGX) in hasFeature()
|
D | X86.h | 103 bool HasSGX = false; variable
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 262 bool HasSGX; variable
|
D | X86.td | 222 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
|
/external/clang/lib/Basic/ |
D | Targets.cpp | 2339 bool HasSGX = false; member in __anon6f485c4e0111::X86TargetInfo 3328 HasSGX = true; in handleTargetFeatures() 3776 .Case("sgx", HasSGX) in hasFeature()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23182 if (Bits[X86::FeatureSGX]) HasSGX = true;
|