Home
last modified time | relevance | path

Searched refs:hasVBMI2 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h579 bool hasVBMI2() const { return HasVBMI2; } in hasVBMI2() function
DX86InstrInfo.td879 def HasVBMI2 : Predicate<"Subtarget->hasVBMI2()">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc2387 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
2396 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
2405 if ((Subtarget->hasVBMI2())) {
2414 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
2423 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
2432 if ((Subtarget->hasVBMI2())) {
3374 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
3383 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
3392 if ((Subtarget->hasVBMI2())) {
3401 if ((Subtarget->hasVBMI2()) && (Subtarget->hasVLX())) {
[all …]
DX86GenGlobalISel.inc289 if (Subtarget->hasVBMI2())