Searched refs:CstOffset (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ISelLowering.cpp | 1955 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local 1992 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() 1998 Sel = CstOffset; in FoldOperand()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2481 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local 2504 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
|
| H A D | DAGCombiner.cpp | 24094 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), Cond, One, Zero); in convertSelectOfFPConstantsToLoadOffset() local 24095 AddToWorklist(CstOffset.getNode()); in convertSelectOfFPConstantsToLoadOffset() 24096 CPIdx = DAG.getNode(ISD::ADD, DL, CPIdx.getValueType(), CPIdx, CstOffset); in convertSelectOfFPConstantsToLoadOffset()
|