Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp222 bool isConstantLoad(const MemSDNode *N, int cbID) const;
2157 bool R600DAGToDAGISel::isConstantLoad(const MemSDNode *N, int CbId) const { in isConstantLoad() function in R600DAGToDAGISel
H A DR600Instructions.td301 [{ return isConstantLoad(cast<LoadSDNode>(N), 0) ||