Home
last modified time | relevance | path

Searched refs:hasBITALG (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h641 bool hasBITALG() const { return HasBITALG; } in hasBITALG() function
DX86InstrInfo.td848 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
DX86ISelLowering.cpp1583 if (Subtarget.hasBITALG()) { in X86TargetLowering()
1599 if (Subtarget.hasBITALG()) { in X86TargetLowering()
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc521 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
530 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
539 if ((Subtarget->hasBITALG())) {
548 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
557 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
566 if ((Subtarget->hasBITALG())) {
11661 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
11670 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
11679 if ((Subtarget->hasBITALG())) {
DX86GenGlobalISel.inc229 if (Subtarget->hasBITALG())