Searched refs:CstOffset (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2097 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local 2134 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() 2140 Sel = CstOffset; in FoldOperand()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2103 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local 2140 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() 2146 Sel = CstOffset; in FoldOperand()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 2197 SDValue CstOffset = Src.getOperand(0); in FoldOperand() local 2234 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); in FoldOperand() 2240 Sel = CstOffset; in FoldOperand()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2427 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local 2449 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
|
D | DAGCombiner.cpp | 14241 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), in SimplifySelectCC() local 14243 AddToWorklist(CstOffset.getNode()); in SimplifySelectCC() 14245 CstOffset); in SimplifySelectCC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2436 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local 2458 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
|
D | DAGCombiner.cpp | 20348 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), Cond, One, Zero); in convertSelectOfFPConstantsToLoadOffset() local 20349 AddToWorklist(CstOffset.getNode()); in convertSelectOfFPConstantsToLoadOffset() 20350 CPIdx = DAG.getNode(ISD::ADD, DL, CPIdx.getValueType(), CPIdx, CstOffset); in convertSelectOfFPConstantsToLoadOffset()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2553 SDValue CstOffset = DAG.getSelect(dl, Zero.getValueType(), in ExpandLegalINT_TO_FP() local 2575 CPIdx = DAG.getNode(ISD::ADD, dl, CPIdx.getValueType(), CPIdx, CstOffset); in ExpandLegalINT_TO_FP()
|
D | DAGCombiner.cpp | 21823 SDValue CstOffset = DAG.getSelect(DL, Zero.getValueType(), Cond, One, Zero); in convertSelectOfFPConstantsToLoadOffset() local 21824 AddToWorklist(CstOffset.getNode()); in convertSelectOfFPConstantsToLoadOffset() 21825 CPIdx = DAG.getNode(ISD::ADD, DL, CPIdx.getValueType(), CPIdx, CstOffset); in convertSelectOfFPConstantsToLoadOffset()
|