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

/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp210 bool NeedSwap = false; local
215 case CmpInst::FCMP_OLT: NeedSwap = true; // fall-through
217 case CmpInst::FCMP_OLE: NeedSwap = true; // fall-through
219 case CmpInst::FCMP_UGT: NeedSwap = true; // fall-through
221 case CmpInst::FCMP_UGE: NeedSwap = true; // fall-through
242 return std::make_pair(CC, NeedSwap);
248 bool NeedSwap = false; local
262 case CmpInst::FCMP_OGT: NeedSwap = true; // fall-through
264 case CmpInst::FCMP_OGE: NeedSwap = true; // fall-through
268 case CmpInst::FCMP_ULE: NeedSwap
1773 bool NeedSwap; local
1881 bool NeedSwap; local
1956 bool NeedSwap; local
[all...]

Completed in 140 milliseconds