Home
last modified time | relevance | path

Searched defs:hasBMI2 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h418 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function
DX86ISelDAGToDAG.cpp2163 bool hasBMI2 = Subtarget->hasBMI2(); in Select() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h623 bool hasBMI2() const { return HasBMI2; } in hasBMI2() function