Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h693 bool hasBITALG() const { return HasBITALG; } in hasBITALG() function
DX86InstrInfo.td888 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
DX86ISelLowering.cpp1837 if (Subtarget.hasBITALG()) { in X86TargetLowering()
1858 if (Subtarget.hasBITALG()) { in X86TargetLowering()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h735 bool hasBITALG() const { return HasBITALG; } in hasBITALG() function
DX86InstrInfo.td916 def HasBITALG : Predicate<"Subtarget->hasBITALG()">;
DX86ISelLowering.cpp1639 setOperationAction(ISD::CTPOP, VT, Subtarget.hasBITALG() ? Legal : Custom); in X86TargetLowering()
1866 if (Subtarget.hasBITALG()) { in X86TargetLowering()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc649 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
658 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
667 if ((Subtarget->hasBITALG())) {
676 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
685 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
694 if ((Subtarget->hasBITALG())) {
14593 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
14602 if ((Subtarget->hasBITALG()) && (Subtarget->hasVLX())) {
14611 if ((Subtarget->hasBITALG())) {
DX86GenGlobalISel.inc229 if (Subtarget->hasBITALG())