Lines Matching refs:SDValue

220     LowerAsmOperandForConstraint(SDValue Op,
222 std::vector<SDValue> &Ops,
227 virtual SDValue LowerOperation(SDValue Op,
231 virtual SDValue
232 LowerFormalArguments(SDValue Chain,
236 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
237 virtual SDValue
239 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
241 virtual SDValue
242 LowerReturn(SDValue Chain,
245 const SmallVectorImpl<SDValue> &OutVals,
253 SDValue lowerSETCC(SDValue Op, SelectionDAG &DAG) const;
254 SDValue lowerBR_CC(SDValue Op, SelectionDAG &DAG) const;
255 SDValue lowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const;
256 SDValue lowerGlobalAddress(GlobalAddressSDNode *Node,
258 SDValue lowerGlobalTLSAddress(GlobalAddressSDNode *Node,
260 SDValue lowerBlockAddress(BlockAddressSDNode *Node,
262 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
263 SDValue lowerConstantPool(ConstantPoolSDNode *CP, SelectionDAG &DAG) const;
264 SDValue lowerVASTART(SDValue Op, SelectionDAG &DAG) const;
265 SDValue lowerVACOPY(SDValue Op, SelectionDAG &DAG) const;
266 SDValue lowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const;
267 SDValue lowerSMUL_LOHI(SDValue Op, SelectionDAG &DAG) const;
268 SDValue lowerUMUL_LOHI(SDValue Op, SelectionDAG &DAG) const;
269 SDValue lowerSDIVREM(SDValue Op, SelectionDAG &DAG) const;
270 SDValue lowerUDIVREM(SDValue Op, SelectionDAG &DAG) const;
271 SDValue lowerBITCAST(SDValue Op, SelectionDAG &DAG) const;
272 SDValue lowerOR(SDValue Op, SelectionDAG &DAG) const;
273 SDValue lowerATOMIC_LOAD(SDValue Op, SelectionDAG &DAG,
275 SDValue lowerATOMIC_CMP_SWAP(SDValue Op, SelectionDAG &DAG) const;
276 SDValue lowerSTACKSAVE(SDValue Op, SelectionDAG &DAG) const;
277 SDValue lowerSTACKRESTORE(SDValue Op, SelectionDAG &DAG) const;
278 SDValue lowerPREFETCH(SDValue Op, SelectionDAG &DAG) const;