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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULegalizerInfo.cpp 468 const LLT GlobalPtr = GetAddrSpacePtr(AMDGPUAS::GLOBAL_ADDRESS);
479 GlobalPtr, ConstantPtr, FlatPtr
628 .legalFor({S1, S32, S64, S16, GlobalPtr,
872 {S1}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr})
874 {S32}, {S32, S64, GlobalPtr, LocalPtr, ConstantPtr, PrivatePtr, FlatPtr});
1087 Actions.legalForTypesWithMemDesc({{S32, GlobalPtr, 32, GlobalAlign32},
1088 {V2S32, GlobalPtr, 64, GlobalAlign32},
1089 {V4S32, GlobalPtr, 128, GlobalAlign32},
1090 {S64, GlobalPtr, 64, GlobalAlign32},
1091 {V2S64, GlobalPtr, 128, GlobalAlign32}
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.cpp 1949 Address GlobalPtr = Rec.second.PrivateAddr;
1953 LocalAddr.getPointer(), GlobalPtr.getPointer()),
CGExpr.cpp 4471 ConstantAddress GlobalPtr = CGM.GetAddrOfConstantCompoundLiteral(E);
4472 return MakeAddrLValue(GlobalPtr, E->getType(), AlignmentSource::Decl);

Completed in 33 milliseconds