Home
last modified time | relevance | path

Searched refs:R600DAGToDAGISel (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelDAGToDAG.cpp22 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()
[all …]