Home
last modified time | relevance | path

Searched defs:I8Ptr (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1473 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr() local
1491 Type *I8Ptr = Dst->getType(); in emitStrCpy() local
1498 Type *I8Ptr = B.getInt8PtrTy(); in emitStpCpy() local
1505 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy() local
1513 Type *I8Ptr = B.getInt8PtrTy(); in emitStpNCpy() local
1529 Type *I8Ptr = B.getInt8PtrTy(); in emitMemCpyChk() local
1545 Type *I8Ptr = B.getInt8PtrTy(); in emitMemPCpy() local
1554 Type *I8Ptr = B.getInt8PtrTy(); in emitMemChr() local
1564 Type *I8Ptr = B.getInt8PtrTy(); in emitMemRChr() local
1574 Type *I8Ptr = B.getInt8PtrTy(); in emitMemCmp() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp245 Value *I8Ptr = in combineLoadBitcast() local
273 Value *I8Ptr = in combineBitcastStore() local
297 Value *I8Ptr, *Stride; in transformBitcast() local
460 Value *I8Ptr = Builder.CreateBitCast(AllocaRes, Builder.getInt8PtrTy()); in getAllocaPos() local
534 Value *I8Ptr = getAllocaPos(BB); in updatePhiIncomings() local
645 Value *I8Ptr = getAllocaPos(BB); in volatileTileNonPHI() local
938 Value *I8Ptr = in combineCastStore() local
964 Value *I8Ptr; in combineLoadCast() local
1125 Value *I8Ptr, *Stride; in transformAMXCast() local
H A DX86PreAMXConfig.cpp153 void X86PreAMXConfig::preWriteTileCfg(Value *I8Ptr, IRBuilderBase &Builder, in preWriteTileCfg()
196 Value *I8Ptr = Builder.CreateBitCast(Addr, Builder.getInt8PtrTy()); in addTileConfig() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp402 Type *I8Ptr = Type::getInt8PtrTy(BB->getContext(), PtrAddrSpace); in runOnLoop() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp160 int8_t *I8Ptr = (int8_t *) ArgDataPtr; in ffiValueFor() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp312 Type *I8Ptr = PointerType::get(I8Ty, 1); in lowerPrintfForGpu() local