Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.h47 MachineInstrBuilder buildIndirectRead(MachineBasicBlock *MBB,
251 MachineInstrBuilder buildIndirectRead(MachineBasicBlock *MBB,
H A DR600InstrInfo.cpp1019 buildIndirectRead(MBB, MI, MI.getOperand(DstOpIdx).getReg(), Address, in expandPostRAPseudo()
1046 buildIndirectRead(MI.getParent(), MI, MI.getOperand(0).getReg(), in expandPostRAPseudo()
1119 MachineInstrBuilder R600InstrInfo::buildIndirectRead(MachineBasicBlock *MBB, in buildIndirectRead() function in R600InstrInfo
1123 return buildIndirectRead(MBB, I, ValueReg, Address, OffsetReg, 0); in buildIndirectRead()
1126 MachineInstrBuilder R600InstrInfo::buildIndirectRead(MachineBasicBlock *MBB, in buildIndirectRead() function in R600InstrInfo