Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp31426 MVT FPCastVT = MVT::INVALID_SIMPLE_VALUE_TYPE; in combineBitcastvxi1() local
31432 FPCastVT = MVT::v2f64; in combineBitcastvxi1()
31436 FPCastVT = MVT::v4f32; in combineBitcastvxi1()
31442 FPCastVT = MVT::v4f64; in combineBitcastvxi1()
31456 FPCastVT = MVT::v8f32; in combineBitcastvxi1()
31486 if (FPCastVT != MVT::INVALID_SIMPLE_VALUE_TYPE) in combineBitcastvxi1()
31487 V = DAG.getBitcast(FPCastVT, V); in combineBitcastvxi1()