Lines Matching refs:Address
340 "addrspacecast must be between different address spaces");
346 default: report_fatal_error("Bad address space in addrspacecast");
368 report_fatal_error("Cannot cast between two non-generic address spaces");
371 default: report_fatal_error("Bad address space in addrspacecast");
406 // Address Space Setting
642 // Address Space Setting
1018 // If this is an LDG intrinsic, the address is the third operand. Its its an
1781 // Address Space Setting
2009 // Address Space Setting
3472 // SelectDirectAddr - Match a direct address for DAG.
3473 // A direct address could be a globaladdress or externalsymbol.
3474 bool NVPTXDAGToDAGISel::SelectDirectAddr(SDValue N, SDValue &Address) {
3478 Address = N;
3482 Address = N.getOperand(0);
3489 return (SelectDirectAddr(N.getOperand(1).getOperand(0), Address));