OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DestAS
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp
122
auto
DestAS
=
125
CGM.getContext().getTargetAddressSpace(
DestAS
));
127
if (
DestAS
== SrcAS)
CGDecl.cpp
2466
auto
DestAS
= getContext().getTargetAddressSpace(DestLangAS);
2467
auto *T = V->getType()->getPointerElementType()->getPointerTo(
DestAS
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
1021
LangAS
DestAS
= LangAS::Default;
1143
LangAS getDestAS() { return
DestAS
; }
1150
DestAS
= AS;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
1046
unsigned
DestAS
= DestPtr->getType()->getPointerAddressSpace();
1052
Type *DestInt8PtrTy = Builder.getInt8PtrTy(
DestAS
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
4506
unsigned
DestAS
= AddrInst->getType()->getPointerAddressSpace();
4507
if (TLI.getTargetMachine().isNoopAddrSpaceCast(SrcAS,
DestAS
))
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
3512
unsigned
DestAS
= I.getType()->getPointerAddressSpace();
3514
if (!TM.isNoopAddrSpaceCast(SrcAS,
DestAS
))
3515
N = DAG.getAddrSpaceCast(getCurSDLoc(), DestVT, N, SrcAS,
DestAS
);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
1552
unsigned
DestAS
) const {
1560
return TM.isNoopAddrSpaceCast(SrcAS,
DestAS
);
5316
unsigned
DestAS
= ASC->getDestAddressSpace();
5318
if (
DestAS
== AMDGPUAS::LOCAL_ADDRESS ||
5319
DestAS
== AMDGPUAS::PRIVATE_ADDRESS) {
5320
unsigned NullVal = TM.getNullPointerValue(
DestAS
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
2976
LangAS
DestAS
= DestRecordType.getAddressSpace();
2977
if (FromAS !=
DestAS
) {
2981
Context.getAddrSpaceQualType(FromRecordTypeWithoutAS,
DestAS
);
7116
LangAS
DestAS
= DestTy->getPointeeType().getAddressSpace();
7117
if (SrcAS !=
DestAS
)
Completed in 65 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026