Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp182 virtual bool SelectADDRIndirect(SDValue Addr, SDValue &Base, SDValue &Offset);
302 bool SelectADDRIndirect(SDValue Addr, SDValue &Base,
1044 bool AMDGPUDAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, in SelectADDRIndirect() function in AMDGPUDAGToDAGISel
3187 bool R600DAGToDAGISel::SelectADDRIndirect(SDValue Addr, SDValue &Base, in SelectADDRIndirect() function in R600DAGToDAGISel
H A DR600Instructions.td82 def ADDRIndirect : ComplexPattern<iPTR, 2, "SelectADDRIndirect", [], []>;