Searched refs:SelectADDRsi_imp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelDAGToDAG.h | 92 bool SelectADDRsi_imp(SDNode *OpNode, SDValue Addr, SDValue &Base,
|
H A D | NVPTXISelDAGToDAG.cpp | 3705 bool NVPTXDAGToDAGISel::SelectADDRsi_imp( in SelectADDRsi_imp() function in NVPTXDAGToDAGISel 3723 return SelectADDRsi_imp(OpNode, Addr, Base, Offset, MVT::i32); in SelectADDRsi() 3729 return SelectADDRsi_imp(OpNode, Addr, Base, Offset, MVT::i64); in SelectADDRsi64()
|