Searched refs:softenSetCCOperands (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 852 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N)); in SoftenFloatOp_BR_CC() 904 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N)); in SoftenFloatOp_SELECT_CC() 927 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N)); in SoftenFloatOp_SETCC()
|
D | TargetLowering.cpp | 123 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT, in softenSetCCOperands() function in TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2095 void softenSetCCOperands(SelectionDAG &DAG, EVT VT,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 3589 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl); in LowerBR_CC() 3835 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl); in LowerSETCC() 3896 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl); in LowerSELECT_CC()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3604 DAG.getTargetLoweringInfo().softenSetCCOperands(DAG, MVT::f64, LHS, RHS, CC, in LowerSELECT_CC() 3805 DAG.getTargetLoweringInfo().softenSetCCOperands(DAG, MVT::f64, LHS, RHS, CC, in LowerBR_CC()
|