reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/TargetLowering.h
 3023   void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS,

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  921   TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
  977   TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
 1001   TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
lib/Target/AArch64/AArch64ISelLowering.cpp
 4695     softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
 4961     softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
 5023     softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
lib/Target/ARM/ARMISelLowering.cpp
 4975     DAG.getTargetLoweringInfo().softenSetCCOperands(
 5218     DAG.getTargetLoweringInfo().softenSetCCOperands(
lib/Target/X86/X86ISelLowering.cpp
21072     softenSetCCOperands(DAG, MVT::f128, Op0, Op1, CC, dl, Op0, Op1);