Lines Matching refs:R600DAGToDAGISel
22 class R600DAGToDAGISel : public AMDGPUDAGToDAGISel { class
31 R600DAGToDAGISel() = delete;
33 explicit R600DAGToDAGISel(TargetMachine &TM, CodeGenOptLevel OptLevel) in R600DAGToDAGISel() function in __anonad99bca30111::R600DAGToDAGISel
57 ID, std::make_unique<R600DAGToDAGISel>(TM, OptLevel)) {} in R600DAGToDAGISelLegacy()
64 bool R600DAGToDAGISel::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
69 bool R600DAGToDAGISel::isConstantLoad(const MemSDNode *N, int CbId) const { in isConstantLoad()
79 bool R600DAGToDAGISel::SelectGlobalValueConstantOffset(SDValue Addr, in SelectGlobalValueConstantOffset()
89 bool R600DAGToDAGISel::SelectGlobalValueVariableOffset(SDValue Addr, in SelectGlobalValueVariableOffset()
100 void R600DAGToDAGISel::Select(SDNode *N) { in Select()
141 bool R600DAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, in SelectADDRIndirect()
165 bool R600DAGToDAGISel::SelectADDRVTX_READ(SDValue Addr, SDValue &Base, in SelectADDRVTX_READ()