Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h75 uint8_t CachePolicyIndex; member
H A DMIMGInstructions.td1420 bits<8> CachePolicyIndex = DimEval.CachePolicyArgIndex;
1433 "RsrcIndex", "SampIndex", "UnormIndex", "TexFailCtrlIndex", "CachePolicyIndex",
H A DAMDGPUInstructionSelector.cpp1837 unsigned CPol = MI.getOperand(ArgOffset + Intr->CachePolicyIndex).getImm(); in selectImageIntrinsic()
H A DSIISelLowering.cpp6642 Op.getOperand(ArgOffset + Intr->CachePolicyIndex))->getZExtValue(); in lowerImage()