Home
last modified time | relevance | path

Searched refs:HasSGX (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSGX.td17 let SchedRW = [WriteSystem], Predicates = [HasSGX] in {
DX86Subtarget.h376 bool HasSGX = false; variable
701 bool hasSGX() const { return HasSGX; } in hasSGX()
DX86.td262 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
DX86InstrInfo.td924 def HasSGX : Predicate<"Subtarget->hasSGX()">;
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrSGX.td17 let SchedRW = [WriteSystem], Predicates = [HasSGX] in {
DX86Subtarget.h381 bool HasSGX = false; variable
743 bool hasSGX() const { return HasSGX; } in hasSGX()
DX86.td271 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
DX86InstrInfo.td952 def HasSGX : Predicate<"Subtarget->hasSGX()">;
/external/llvm-project/clang/lib/Basic/Targets/
DX86.cpp246 HasSGX = true; in handleTargetFeatures()
697 if (HasSGX) in getTargetDefines()
986 .Case("sgx", HasSGX) in hasFeature()
DX86.h103 bool HasSGX = false; variable
/external/llvm/lib/Target/X86/
DX86Subtarget.h262 bool HasSGX; variable
DX86.td222 def FeatureSGX : SubtargetFeature<"sgx", "HasSGX", "true",
/external/clang/lib/Basic/
DTargets.cpp2339 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/
DX86GenSubtargetInfo.inc23182 if (Bits[X86::FeatureSGX]) HasSGX = true;