Searched refs:CstOffset (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 1971 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 D | LegalizeDAG.cpp | 2806 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 D | DAGCombiner.cpp | 27649 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 D | AArch64ISelLowering.cpp | 25648 auto CstOffset = getIConstantVRegVal(Offset, MRI); in isIndexingLegal() local 25649 if (!CstOffset || CstOffset->isZero()) in isIndexingLegal() 25655 return isInt<9>(CstOffset->getSExtValue()); in isIndexingLegal()
|