/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 53 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/llvm-project/llvm/include/llvm/ADT/ |
D | PointerIntPair.h | 53 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/ |
D | PointerIntPair.h | 51 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/ |
D | PointerIntPair.h | 51 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-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 463 Value *PtrVal = B.CreateBitCast(&Arg, PtrTy); in runOnFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 464 Value *PtrVal = B.CreateBitCast(&Arg, PtrTy); in runOnFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 424 Error handleWritePtr(JITTargetAddress Addr, JITTargetAddress PtrVal) { in handleWritePtr()
|
D | OrcRemoteTargetClient.h | 679 Error writePointer(JITTargetAddress Addr, JITTargetAddress PtrVal) { in writePointer()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 438 Error handleWritePtr(JITTargetAddress Addr, JITTargetAddress PtrVal) { in handleWritePtr()
|
D | OrcRemoteTargetClient.h | 900 Error writePointer(JITTargetAddress Addr, JITTargetAddress PtrVal) { in writePointer()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 426 Error handleWritePtr(TargetAddress Addr, TargetAddress PtrVal) { in handleWritePtr()
|
D | OrcRemoteTargetClient.h | 799 Error writePointer(TargetAddress Addr, TargetAddress PtrVal) { in writePointer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 422 Value *PtrVal = SrcVal->getPointerOperand(); in getLoadValueForLoad() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 559 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | VNCoercion.cpp | 509 Value *PtrVal = SrcVal->getPointerOperand(); in getLoadValueForLoad() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 555 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
|
/external/llvm/lib/Analysis/ |
D | AliasSetTracker.cpp | 554 void AliasSetTracker::deleteValue(Value *PtrVal) { in deleteValue()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 56 Value *PtrVal; member
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1031 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1544 Value *PtrVal = in expandAtomicOpToLibcall() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1742 Value *PtrVal = Builder.CreateBitCast(PointerOperand, in expandAtomicOpToLibcall() local
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 511 for (auto *PtrVal : PtrVals) in involvesMultiplePtrs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1707 Value *PtrVal = Builder.CreateBitCast(PointerOperand, in expandAtomicOpToLibcall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1155 LatticeVal PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 1155 ValueLatticeElement PtrVal = getValueState(I.getOperand(0)); in visitLoadInst() local
|