Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp928 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), in SoftenFloatOp_BR_CC()
1012 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), in SoftenFloatOp_SELECT_CC()
1040 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), Op0, Op1, in SoftenFloatOp_SETCC()
H A DTargetLowering.cpp288 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT, in softenSetCCOperands() function in TargetLowering
294 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
298 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT, in softenSetCCOperands() function in TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3505 void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS,
3510 void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS,
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7601 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS); in LowerBR_CC()
8020 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC()
8091 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS); in LowerSELECT_CC()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5457 DAG.getTargetLoweringInfo().softenSetCCOperands( in LowerSELECT_CC()
5700 DAG.getTargetLoweringInfo().softenSetCCOperands( in LowerBR_CC()
10295 DAG.getTargetLoweringInfo().softenSetCCOperands( in LowerFSETCC()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3515 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24855 softenSetCCOperands(DAG, MVT::f128, Op0, Op1, CC, dl, Op0, Op1, Chain, in LowerSETCC()