Home
last modified time | relevance | path

Searched refs:FRegIdx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1514 SmallSet<unsigned, 1> FRegIdx; in handleSpecialFP() local
1534 FRegIdx.insert(i + 1); in handleSpecialFP()
1585 if (FRegIdx.count(I)) { in handleSpecialFP()
1630 if (FRegIdx.count(i)) in handleSpecialFP()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1466 SmallSet<unsigned, 1> FRegIdx; in handleSpecialFP() local
1486 FRegIdx.insert(i + 1); in handleSpecialFP()
1536 if (FRegIdx.count(I)) { in handleSpecialFP()
1578 if (FRegIdx.count(i)) in handleSpecialFP()