Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1976 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local
2011 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand()
2017 Sel = CstOffset; in FoldOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2833 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local
2856 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
H A DDAGCombiner.cpp28771 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), Cond, One, Zero); in convertSelectOfFPConstantsToLoadOffset() local
28772 AddToWorklist(CstOffset.getNode()); in convertSelectOfFPConstantsToLoadOffset()
28773 CPIdx = DAG.getNode(ISD::ADD, DL, CPIdx.getValueType(), CPIdx, CstOffset); in convertSelectOfFPConstantsToLoadOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27125 auto CstOffset = getIConstantVRegVal(Offset, MRI); in isIndexingLegal() local
27126 if (!CstOffset || CstOffset->isZero()) in isIndexingLegal()
27132 return isInt<9>(CstOffset->getSExtValue()); in isIndexingLegal()