Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13734 bool F64IsLegal = !UseSoftFloat && !NoImplicitFloatOps in PerformSTORECombine() local
13737 (VT == MVT::i64 && F64IsLegal && !Subtarget->is64Bit())) && in PerformSTORECombine()
13776 if (Subtarget->is64Bit() || F64IsLegal) { in PerformSTORECombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp29308 bool F64IsLegal = in combineStore() local
29311 (VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit())) && in combineStore()
29350 if (Subtarget.is64Bit() || F64IsLegal) { in combineStore()
29409 if (VT == MVT::i64 && F64IsLegal && !Subtarget.is64Bit() && in combineStore()