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