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.cpp1971 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local
2006 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand()
2012 Sel = CstOffset; in FoldOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2806 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local
2829 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
H A DDAGCombiner.cpp27649 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), Cond, One, Zero); in convertSelectOfFPConstantsToLoadOffset() local
27650 AddToWorklist(CstOffset.getNode()); in convertSelectOfFPConstantsToLoadOffset()
27651 CPIdx = DAG.getNode(ISD::ADD, DL, CPIdx.getValueType(), CPIdx, CstOffset); in convertSelectOfFPConstantsToLoadOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25648 auto CstOffset = getIConstantVRegVal(Offset, MRI); in isIndexingLegal() local
25649 if (!CstOffset || CstOffset->isZero()) in isIndexingLegal()
25655 return isInt<9>(CstOffset->getSExtValue()); in isIndexingLegal()