HomeSort by: relevance | last modified time | path
    Searched refs:softenSetCCOperands (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 899 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
902 // If softenSetCCOperands returned a scalar, we need to compare the result
983 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N),
986 // If softenSetCCOperands returned a scalar, we need to compare the result
1011 TLI.softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, SDLoc(N), Op0, Op1,
1024 // Otherwise, softenSetCCOperands returned a scalar, use it.
TargetLowering.cpp 292 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT,
298 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS,
302 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3229 void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS,
3234 void softenSetCCOperands(SelectionDAG &DAG, EVT VT, SDValue &NewLHS,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 6604 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
6606 // If softenSetCCOperands returned a scalar, we need to compare the result
6900 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS, Chain,
6903 // If softenSetCCOperands returned a scalar, use it.
6971 softenSetCCOperands(DAG, MVT::f128, LHS, RHS, CC, dl, LHS, RHS);
6973 // If softenSetCCOperands returned a scalar, we need to compare the result
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5239 DAG.getTargetLoweringInfo().softenSetCCOperands(
5242 // If softenSetCCOperands only returned one value, we should compare it to
5482 DAG.getTargetLoweringInfo().softenSetCCOperands(
5485 // If softenSetCCOperands only returned one value, we should compare it to
9810 DAG.getTargetLoweringInfo().softenSetCCOperands(
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 3454 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 23465 softenSetCCOperands(DAG, MVT::f128, Op0, Op1, CC, dl, Op0, Op1, Chain,
23468 // If softenSetCCOperands returned a scalar, use it.
    [all...]

Completed in 109 milliseconds