Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp138 bool X86SelectIntToFP(const Instruction *I, bool IsSigned);
2420 bool X86FastISel::X86SelectIntToFP(const Instruction *I, bool IsSigned) { in X86SelectIntToFP() function in X86FastISel
2474 return X86SelectIntToFP(I, /*IsSigned*/true); in X86SelectSIToFP()
2478 return X86SelectIntToFP(I, /*IsSigned*/false); in X86SelectUIToFP()