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

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h773 /// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)
775 CondCode getSetCCSwappedOperands(CondCode Operation);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp220 /// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)
222 ISD::CondCode ISD::getSetCCSwappedOperands(ISD::CondCode Operation) { function in class:ISD
1606 return getSetCC(dl, VT, N2, N1, ISD::getSetCCSwappedOperands(Cond));
H A DTargetLowering.cpp1944 return DAG.getSetCC(dl, VT, N1, N0, ISD::getSetCCSwappedOperands(Cond));
H A DDAGCombiner.cpp2572 Op1 = ISD::getSetCCSwappedOperands(Op1);
3041 Op1 = ISD::getSetCCSwappedOperands(Op1);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3085 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);

Completed in 217 milliseconds