Home
last modified time | relevance | path

Searched refs:enforceOperandRCAlignment (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1193 void enforceOperandRCAlignment(MachineInstr &MI, unsigned OpName) const;
H A DAMDGPUInstructionSelector.cpp1679 TII.enforceOperandRCAlignment(*MIB, AMDGPU::OpName::data0); in selectDSGWSIntrinsic()
1999 TII.enforceOperandRCAlignment(*MIB, AMDGPU::OpName::vaddr); in selectImageIntrinsic()
H A DSIISelLowering.cpp4384 TII->enforceOperandRCAlignment(MI, AMDGPU::OpName::data0); in EmitInstrWithCustomInserter()
12161 TII->enforceOperandRCAlignment(MI, AMDGPU::OpName::vaddr); in AdjustInstrPostInstrSelection()
H A DSIInstrInfo.cpp8710 void SIInstrInfo::enforceOperandRCAlignment(MachineInstr &MI, in enforceOperandRCAlignment() function in SIInstrInfo