Home
last modified time | relevance | path

Searched refs:getRawSource (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h223 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); } in getRawSource() function
228 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
231 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
235 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
/external/llvm/include/llvm/IR/
DIntrinsicInst.h242 Value *getRawSource() const { return const_cast<Value*>(getArgOperand(1)); } in getRawSource() function
249 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
252 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
256 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h308 Value *getRawSource() const { in getRawSource() function
319 Value *getSource() const { return getRawSource()->stripPointerCasts(); } in getSource()
322 return cast<PointerType>(getRawSource()->getType())->getAddressSpace(); in getSourceAddressSpace()
330 assert(getRawSource()->getType() == Ptr->getType() && in setSource()
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp308 /* SrcAddr */ Memcpy->getRawSource(), in runOnFunction()
317 /* SrcAddr */ Memmove->getRawSource(), in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp409 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
419 /* SrcAddr */ Memcpy->getRawSource(), in expandMemCpyAsLoop()
432 /* SrcAddr */ Memmove->getRawSource(), in expandMemMoveAsLoop()
/external/llvm/lib/Analysis/
DMemoryLocation.cpp77 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
DLazyValueInfo.cpp726 if (GetUnderlyingObject(MTI->getRawSource(), in InstructionDereferencesPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryLocation.cpp85 return MemoryLocation(MTI->getRawSource(), Size, AATags); in getForSource()
DAliasSetTracker.cpp421 addPointer(MTI->getRawSource(), Len, AAInfo, AliasSet::RefAccess); in add()
DLazyValueInfo.cpp672 if (GetUnderlyingObject(MTI->getRawSource(), in InstructionDereferencesPointer()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp761 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
764 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
844 M->getRawSource()->getType(), in processMemMove()
DScalarReplAggregates.cpp631 assert(MTI->getRawSource() == Ptr && "Neither use is of pointer?"); in ConvertUsesToScalar()
2025 OtherPtr = MTI->getRawSource(); in RewriteMemIntrinUserOfAlloca()
2027 assert(Inst == MTI->getRawSource()); in RewriteMemIntrinUserOfAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1065 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1069 MDep->getRawSource(), MDep->getSourceAlignment(), in processMemCpyMemCpyDependence()
1164 if (!AA.isMustAlias(MemSet->getRawDest(), MemCpy->getRawSource())) in performMemCpyToMemSetOptzn()
1302 M->getRawSource()->getType(), in processMemMove()
DInferAddressSpaces.cpp376 PushPtrOperand(MTI->getRawSource()); in collectFlatAddressExpressions()
792 Value *Src = MTI->getRawSource(); in handleMemIntrinsicPtrUse()
DSROA.cpp871 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
2832 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
2890 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1019 Builder.CreateMemMove(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
1022 Builder.CreateMemCpy(M->getRawDest(), MDep->getRawSource(), M->getLength(), in processMemCpyMemCpyDependence()
1114 if (MemSet->getRawDest() != MemCpy->getRawSource()) in performMemCpyToMemSetOptzn()
1249 M->getRawSource()->getType(), in processMemMove()
DSROA.cpp821 if (*U == II.getRawDest() && *U == II.getRawSource()) { in visitMemTransferInst()
2709 (!IsDest && II.getRawSource() == OldPtr)); in visitMemTransferInst()
2769 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest(); in visitMemTransferInst()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp801 Builder.CreateMemCpy(MemCpy->getRawDest(), MemCpy->getRawSource(), in handleAlloca()
809 Builder.CreateMemMove(MemMove->getRawDest(), MemMove->getRawSource(), in handleAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp862 MemCpy->getRawSource(), MemCpy->getSourceAlignment(), in handleAlloca()
870 MemMove->getRawSource(), MemMove->getSourceAlignment(), in handleAlloca()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysis.cpp264 return Location(MTI->getRawSource(), Size, TBAATag); in getLocationForSource()
DLazyValueInfo.cpp602 if (MTI->getRawSource() == Ptr || MTI->getSource() == Ptr) in InstructionDereferencesPointer()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContextImpl.h587 Checksum(N->getRawChecksum()), Source(N->getRawSource()) {}
593 Source == RHS->getRawSource();
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp1375 !X86SelectAddress(MCI.getRawSource(), SrcAM)) in X86VisitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5128 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5139 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
5146 SDValue Src = getValue(MI.getRawSource()); in visitIntrinsicCall()
5157 MachinePointerInfo(MI.getRawSource())); in visitIntrinsicCall()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2522 !ARMComputeAddress(MTI.getRawSource(), Src)) in SelectIntrinsicCall()

12