Home
last modified time | relevance | path

Searched refs:getCastedInt8PtrValue (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DIRBuilder.cpp42 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
66 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
84 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()
85 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()
104 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
105 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
124 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()
139 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp61 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
103 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
133 Ptr = getCastedInt8PtrValue(Ptr); in CreateElementUnorderedAtomicMemSet()
163 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()
164 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()
204 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemCpy()
205 Src = getCastedInt8PtrValue(Src); in CreateElementUnorderedAtomicMemCpy()
243 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
244 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
280 Dst = getCastedInt8PtrValue(Dst); in CreateElementUnorderedAtomicMemMove()
[all …]
/external/llvm/lib/IR/
DIRBuilder.cpp46 Value *IRBuilderBase::getCastedInt8PtrValue(Value *Ptr) { in getCastedInt8PtrValue() function in IRBuilderBase
85 Ptr = getCastedInt8PtrValue(Ptr); in CreateMemSet()
110 Dst = getCastedInt8PtrValue(Dst); in CreateMemCpy()
111 Src = getCastedInt8PtrValue(Src); in CreateMemCpy()
141 Dst = getCastedInt8PtrValue(Dst); in CreateMemMove()
142 Src = getCastedInt8PtrValue(Src); in CreateMemMove()
167 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeStart()
182 Ptr = getCastedInt8PtrValue(Ptr); in CreateLifetimeEnd()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h314 Value *getCastedInt8PtrValue(Value *Ptr);
/external/llvm/include/llvm/IR/
DIRBuilder.h547 Value *getCastedInt8PtrValue(Value *Ptr);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h712 Value *getCastedInt8PtrValue(Value *Ptr);