Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h692 bool hasVP2INTERSECT() const { return HasVP2INTERSECT; } in hasVP2INTERSECT() function
DX86InstrInfo.td885 def HasVP2INTERSECT : Predicate<"Subtarget->hasVP2INTERSECT()">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc14224 if ((Subtarget->hasAVX512()) && (Subtarget->hasVLX()) && (Subtarget->hasVP2INTERSECT())) {
14233 if ((Subtarget->hasAVX512()) && (Subtarget->hasVLX()) && (Subtarget->hasVP2INTERSECT())) {
14242 if ((Subtarget->hasAVX512()) && (Subtarget->hasVP2INTERSECT())) {
14251 if ((Subtarget->hasAVX512()) && (Subtarget->hasVLX()) && (Subtarget->hasVP2INTERSECT())) {
14260 if ((Subtarget->hasAVX512()) && (Subtarget->hasVLX()) && (Subtarget->hasVP2INTERSECT())) {
14269 if ((Subtarget->hasAVX512()) && (Subtarget->hasVP2INTERSECT())) {
DX86GenGlobalISel.inc225 if (Subtarget->hasVP2INTERSECT())