Searched defs:DestAS (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 506 unsigned DestAS = DestPtr->getType()->getPointerAddressSpace(); local 516 } else if (DestAS == 0 && TLI->has(LibFunc::memset_pattern16) && 534 Type *DestInt8PtrTy = Builder.getInt8PtrTy(DestAS); 535 Type *IntPtr = Builder.getIntPtrTy(*DL, DestAS);
|
/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 3122 unsigned DestAS = AddrInst->getType()->getPointerAddressSpace(); local 3123 if (TLI.isNoopAddrSpaceCast(SrcAS, DestAS))
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1809 unsigned SrcAS, unsigned DestAS) { 1814 ID.AddInteger(DestAS); 1822 VT, Ptr, SrcAS, DestAS); 6729 unsigned DestAS) 6731 SrcAddrSpace(SrcAS), DestAddrSpace(DestAS) {} 1808 getAddrSpaceCast(SDLoc dl, EVT VT, SDValue Ptr, unsigned SrcAS, unsigned DestAS) argument 6727 AddrSpaceCastSDNode(unsigned Order, DebugLoc dl, EVT VT, SDValue X, unsigned SrcAS, unsigned DestAS) argument
|
/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 5363 unsigned DestAS = DestTy->getPointeeType().getAddressSpace(); local 5364 if (SrcAS != DestAS)
|
Completed in 3730 milliseconds