Home
last modified time | relevance | path

Searched refs:CstOffset (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1955 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 DLegalizeDAG.cpp2481 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 DDAGCombiner.cpp24094 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()