Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPointerIntPair.h53 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
57 explicit PointerIntPair(PointerTy PtrVal) { initWithPointer(PtrVal); } in PointerIntPair()
63 void setPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in setPointer()
71 void initWithPointer(PointerTy PtrVal) LLVM_LVALUE_FUNCTION { in initWithPointer()
75 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) LLVM_LVALUE_FUNCTION { in setPointerAndInt()
/external/swiftshader/third_party/llvm-subzero/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/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-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp464 Value *PtrVal = B.CreateBitCast(&Arg, PtrTy); in runOnFunction() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h424 Error handleWritePtr(JITTargetAddress Addr, JITTargetAddress PtrVal) { in handleWritePtr()
DOrcRemoteTargetClient.h679 Error writePointer(JITTargetAddress Addr, JITTargetAddress PtrVal) { in writePointer()
/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-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp422 Value *PtrVal = SrcVal->getPointerOperand(); in getLoadValueForLoad() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp559 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/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1544 Value *PtrVal = in expandAtomicOpToLibcall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1707 Value *PtrVal = Builder.CreateBitCast(PointerOperand, in expandAtomicOpToLibcall() local
DCodeGenPrepare.cpp2020 Value *PtrVal = PtrOps.pop_back_val(); in optimizeCallInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp1155 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h67 Value *PtrVal = nullptr; member
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7259 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad()