Home
last modified time | relevance | path

Searched defs:PtrVal (Results 1 – 20 of 20) sorted by relevance

/external/llvm/include/llvm/ADT/
DPointerIntPair.h51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
54 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
62 void setPointer(PointerTy PtrVal) { in setPointer()
70 void initWithPointer(PointerTy PtrVal) { in initWithPointer()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPointerIntPair.h77 intptr_t PtrVal in setPointer() local
/external/mesa3d/src/gallium/drivers/radeon/
DR600KernelParameters.cpp49 Value* PtrVal; member
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h426 Error handleWritePtr(TargetAddress Addr, TargetAddress PtrVal) { in handleWritePtr()
DOrcRemoteTargetClient.h799 Error writePointer(TargetAddress Addr, TargetAddress PtrVal) { in writePointer()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasSetTracker.cpp484 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp554 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h56 Value *PtrVal; member
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1031 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
DGVN.cpp1042 Value *PtrVal = SrcVal->getPointerOperand(); in GetLoadValueForLoad() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp1225 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
DGVN.cpp998 Value *PtrVal = SrcVal->getPointerOperand(); in GetLoadValueForLoad() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1544 Value *PtrVal = in expandAtomicOpToLibcall() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1452 const Constant *PtrVal = CE->getOperand(0); in LowerConstant() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3896 const Value* PtrVal, in getAtomic()
3968 const Value* PtrVal, in getAtomic()
DSelectionDAGBuilder.cpp5343 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp524 llvm::Constant *getImageRelativeConstant(llvm::Constant *PtrVal) { in getImageRelativeConstant()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2497 VectorParts &PtrVal = getVectorValue(Ptr); in vectorizeMemoryInstruction() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4877 const Value *PtrVal, unsigned Alignment, in getAtomic()
DSelectionDAGBuilder.cpp5851 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()