Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstrInfo.h83 uint8_t CachePolicyIndex; member
H A DMIMGInstructions.td1821 bits<8> CachePolicyIndex = DimEval.CachePolicyArgIndex;
1834 "RsrcIndex", "SampIndex", "UnormIndex", "TexFailCtrlIndex", "CachePolicyIndex",
H A DAMDGPUInstructionSelector.cpp1896 unsigned CPol = MI.getOperand(ArgOffset + Intr->CachePolicyIndex).getImm(); in selectImageIntrinsic()
H A DSIISelLowering.cpp8166 unsigned CPol = Op.getConstantOperandVal(ArgOffset + Intr->CachePolicyIndex); in lowerImage()