HomeSort by: relevance | last modified time | path
    Searched refs:Addr64 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 191 SDValue &Idxen, SDValue &Addr64) const;
1391 SDValue &Addr64) const {
1401 Addr64 = CurDAG->getTargetConstant(0, DL, MVT::i1);
1415 // (add N2, N3) -> addr64, or
1416 // (add (add N2, N3), C1) -> addr64
1419 Addr64 = CurDAG->getTargetConstant(1, DL, MVT::i1);
1424 // addr64, and construct the resource from a 0 address.
1439 // N0 is divergent. Use it as the addr64, and construct the resource from a
1443 Addr64 = CurDAG->getTargetConstant(1, DL, MVT::i1);
1476 SDValue Ptr, Offen, Idxen, Addr64;
    [all...]
SIInstrInfo.cpp 5502 // conversion to the addr64 form.
5564 // support ADDR64 instructions, we can convert to ADDR64 and do the same as
5567 // Otherwise we are on non-ADDR64 hardware, and/or we have
5574 // This is already an ADDR64 instruction so we need to add the pointer
5614 // ADDR64.
5630 MachineInstr *Addr64;
5655 Addr64 = MIB;
5658 Addr64 = BuildMI(MBB, MI, MI.getDebugLoc(), get(Addr64Opcode))
5672 BuildMI(MBB, Addr64, Addr64->getDebugLoc(), get(AMDGPU::REG_SEQUENCE)
    [all...]

Completed in 41 milliseconds