Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2338 ISD::CondCode SwappedCond = ISD::getSetCCSwappedOperands(Cond); in FoldSetCC() local
2339 if (!TLI->isCondCodeLegal(SwappedCond, OpVT.getSimpleVT())) in FoldSetCC()
2341 return getSetCC(dl, VT, N2, N1, SwappedCond); in FoldSetCC()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp14338 unsigned SwappedCond = getSwappedCondition(Cond); in PerformVCMPCombine() local
14339 if (isValidMVECond(SwappedCond, VT.isFloatingPoint())) { in PerformVCMPCombine()
14343 DCI.DAG.getConstant(SwappedCond, dl, MVT::i32)); in PerformVCMPCombine()
14347 DCI.DAG.getConstant(SwappedCond, dl, MVT::i32)); in PerformVCMPCombine()