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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 67 uint8_t VAddrEnd;
AMDGPUInstCombineIntrinsic.cpp 113 OperandIndex < ImageDimIntr->VAddrEnd; OperandIndex++) {
155 OnlyDerivatives ? ImageDimIntr->CoordStart : ImageDimIntr->VAddrEnd;
AMDGPULegalizerInfo.cpp 4021 auto EndIdx = Intr->VAddrEnd;
4261 for (unsigned I = Intr->VAddrStart; I < Intr->VAddrEnd; I++) {
SIISelLowering.cpp 6055 unsigned VAddrEnd = ArgOffset + Intr->VAddrEnd;
6064 VAddrEnd--; // remove 'lod'
6075 VAddrEnd--; // remove 'mip'
6128 // const int PackEndIdx = IsA16 ? VAddrEnd : (ArgOffset + Intr->CoordStart);
6141 ArgOffset + Intr->CoordStart, VAddrEnd,
6145 for (unsigned I = ArgOffset + Intr->CoordStart; I < VAddrEnd; I++)
AMDGPUInstructionSelector.cpp 1597 for (unsigned I = Intr->VAddrStart; I < Intr->VAddrEnd; I++) {

Completed in 41 milliseconds