Home
last modified time | relevance | path

Searched refs:hasTBM (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h411 bool hasTBM() const { return HasTBM; } in hasTBM() function
DX86InstrInfo.td831 def HasTBM : Predicate<"Subtarget->hasTBM()">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h569 bool hasTBM() const { return HasTBM; } in hasTBM() function
DX86ISelDAGToDAG.cpp2565 if (!Subtarget->hasBMI() && !Subtarget->hasTBM()) in matchBEXTRFromAnd()
DX86InstrInfo.td867 def HasTBM : Predicate<"Subtarget->hasTBM()">;
868 def NoTBM : Predicate<"!Subtarget->hasTBM()">;
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc12641 if ((Subtarget->hasTBM())) {
14917 if ((Subtarget->hasTBM())) {
DX86GenGlobalISel.inc265 if (Subtarget->hasTBM())
267 if (!Subtarget->hasTBM())