Searched refs:I8X (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ARCRuntimeEntryPoints.h | 146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); 147 Type *Params[] = { I8X }; 148 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false); 164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getI8XRetI8XXI8XEntryPoint() local 165 Type *I8XX = PointerType::getUnqual(I8X); in getI8XRetI8XXI8XEntryPoint() 166 Type *Params[] = { I8XX, I8X }; in getI8XRetI8XXI8XEntryPoint()
|
D | ObjCARCContract.cpp | 377 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in tryToContractReleaseIntoStoreStrong() local 378 Type *I8XX = PointerType::getUnqual(I8X); in tryToContractReleaseIntoStoreStrong() 383 if (Args[1]->getType() != I8X) in tryToContractReleaseIntoStoreStrong() 384 Args[1] = new BitCastInst(Args[1], I8X, "", Store); in tryToContractReleaseIntoStoreStrong()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 1540 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainRVCallee() local 1542 Params.push_back(I8X); in getRetainRVCallee() 1544 FunctionType::get(I8X, Params, /*isVarArg=*/false); in getRetainRVCallee() 1557 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getAutoreleaseRVCallee() local 1559 Params.push_back(I8X); in getAutoreleaseRVCallee() 1561 FunctionType::get(I8X, Params, /*isVarArg=*/false); in getAutoreleaseRVCallee() 3394 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getStoreStrongCallee() local 3395 Type *I8XX = PointerType::getUnqual(I8X); in getStoreStrongCallee() 3398 Params.push_back(I8X); in getStoreStrongCallee() 3416 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getRetainAutoreleaseCallee() local [all …]
|