Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp2825 bool IsInputDouble; in fastLowerIntrinsicCall() local
2832 IsInputDouble = false; in fastLowerIntrinsicCall()
2838 IsInputDouble = true; in fastLowerIntrinsicCall()
2857 case MVT::i32: Opc = CvtOpc[IsInputDouble][0][HasAVX]; break; in fastLowerIntrinsicCall()
2858 case MVT::i64: Opc = CvtOpc[IsInputDouble][1][HasAVX]; break; in fastLowerIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FastISel.cpp3009 bool IsInputDouble; in fastLowerIntrinsicCall() local
3016 IsInputDouble = false; in fastLowerIntrinsicCall()
3022 IsInputDouble = true; in fastLowerIntrinsicCall()
3045 case MVT::i32: Opc = CvtOpc[AVXLevel][IsInputDouble][0]; break; in fastLowerIntrinsicCall()
3046 case MVT::i64: Opc = CvtOpc[AVXLevel][IsInputDouble][1]; break; in fastLowerIntrinsicCall()