Searched refs:I8Ptr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 61 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrChr() local 64 I8Ptr, I8Ptr, I32Ty, NULL); in EmitStrChr() 105 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrCpy() local 107 I8Ptr, I8Ptr, I8Ptr, NULL); in EmitStrCpy() 123 Type *I8Ptr = B.getInt8PtrTy(); in EmitStrNCpy() local 125 I8Ptr, I8Ptr, I8Ptr, in EmitStrNCpy()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 740 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr() local 743 M->getOrInsertFunction("strchr", I8Ptr, I8Ptr, I32Ty, nullptr); in emitStrChr() 778 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy() local 779 Value *StrCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr, nullptr); in emitStrCpy() 794 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy() local 795 Value *StrNCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr, in emitStrNCpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 785 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr() local 788 M->getOrInsertFunction(StrChrName, I8Ptr, I8Ptr, I32Ty); in emitStrChr() 824 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy() local 825 Value *StrCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr); in emitStrCpy() 840 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy() local 841 Value *StrNCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr, in emitStrNCpy()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 278 Type *I8Ptr = Type::getInt8PtrTy((*I)->getContext(), PtrAddrSpace); in runOnLoop() local 280 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI); in runOnLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDataPrefetch.cpp | 309 Type *I8Ptr = Type::getInt8PtrTy(BB->getContext(), PtrAddrSpace); in runOnLoop() local 311 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, MemI); in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 138 int8_t *I8Ptr = (int8_t *) ArgDataPtr; in ffiValueFor() local 139 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 149 int8_t *I8Ptr = (int8_t *) ArgDataPtr; in ffiValueFor() local 150 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 138 int8_t *I8Ptr = (int8_t *) ArgDataPtr; in ffiValueFor() local 139 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor()
|