Searched defs:SelectDirectAddr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp254 if (SelectDirectAddr(N1, Addr)) {
490 if (SelectDirectAddr(Op1, Addr)) {
822 if (SelectDirectAddr(Op1, Addr)) {
1353 if (SelectDirectAddr(N2, Addr)) {
1593 if (SelectDirectAddr(N2, Addr)) {
2310 // SelectDirectAddr - Match a direct address for DAG.
2312 bool NVPTXDAGToDAGISel::SelectDirectAddr(SDValue N, SDValue &Address) { function in class:NVPTXDAGToDAGISel
2327 return (SelectDirectAddr(N.getOperand(1).getOperand(0), Address));
2338 if (SelectDirectAddr(base, Base)) {
2372 if (SelectDirectAddr(Add
[all...]

Completed in 32 milliseconds