Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FastISel.cpp175 bool NeedSwap = false; in getX86ConditionCode() local
180 case CmpInst::FCMP_OLT: NeedSwap = true; // fall-through in getX86ConditionCode()
182 case CmpInst::FCMP_OLE: NeedSwap = true; // fall-through in getX86ConditionCode()
184 case CmpInst::FCMP_UGT: NeedSwap = true; // fall-through in getX86ConditionCode()
186 case CmpInst::FCMP_UGE: NeedSwap = true; // fall-through in getX86ConditionCode()
207 return std::make_pair(CC, NeedSwap); in getX86ConditionCode()
213 bool NeedSwap = false; in getX86SSEConditionCode() local
227 case CmpInst::FCMP_OGT: NeedSwap = true; // fall-through in getX86SSEConditionCode()
229 case CmpInst::FCMP_OGE: NeedSwap = true; // fall-through in getX86SSEConditionCode()
233 case CmpInst::FCMP_ULE: NeedSwap = true; // fall-through in getX86SSEConditionCode()
[all …]