HomeSort by relevance Sort by last modified time
    Searched refs:GLOBAL_ADDRESS (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL.h 92 GLOBAL_ADDRESS = 1, // Address space for global memory (RAT0, VTX0).
AMDILISelDAGToDAG.cpp 226 return checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS);
231 && !checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS)
262 return checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS);
296 && !checkType(N->getSrcValue(), AMDGPUAS::GLOBAL_ADDRESS)
  /external/llvm/lib/Target/AMDGPU/
AMDGPU.h 118 GLOBAL_ADDRESS = 1, ///< Address space for global memory (RAT0, VTX0).
AMDGPUISelDAGToDAG.cpp 536 return checkType(N->getMemOperand()->getValue(), AMDGPUAS::GLOBAL_ADDRESS);
542 !checkType(MemVal, AMDGPUAS::GLOBAL_ADDRESS) &&
572 return checkType(N->getMemOperand()->getValue(), AMDGPUAS::GLOBAL_ADDRESS);
615 !checkType(MemVal, AMDGPUAS::GLOBAL_ADDRESS) &&
    [all...]
SIISelLowering.cpp 351 case AMDGPUAS::GLOBAL_ADDRESS: {
497 return AS == AMDGPUAS::GLOBAL_ADDRESS ||
    [all...]
R600ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.cpp 102 return GV->getType()->getAddressSpace() == AMDGPUAS::GLOBAL_ADDRESS;

Completed in 128 milliseconds