Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LowerAMXType.cpp179 Value *I8Ptr = in combineLoadBitcast() local
181 std::array<Value *, 4> Args = {Row, Col, I8Ptr, Stride}; in combineLoadBitcast()
207 Value *I8Ptr = in combineBitcastStore() local
209 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Tile}; in combineBitcastStore()
230 Value *I8Ptr, *Stride; in transformBitcast() local
235 I8Ptr = Builder.CreateBitCast(AllocaAddr, Builder.getInt8PtrTy()); in transformBitcast()
258 std::array<Value *, 4> Args = {Row, Col, I8Ptr, Stride}; in transformBitcast()
276 std::array<Value *, 5> Args = {Row, Col, I8Ptr, Stride, Src}; in transformBitcast()
396 Value *I8Ptr = Builder.CreateBitCast(AllocaRes, Builder.getInt8PtrTy()); in getAllocaPos() local
397 return I8Ptr; in getAllocaPos()
[all …]
DX86PreAMXConfig.cpp103 bool preWriteTileCfg(Value *I8Ptr, Instruction *Pos,
152 bool X86PreAMXConfig::preWriteTileCfg(Value *I8Ptr, Instruction *Pos, in preWriteTileCfg() argument
164 GetElementPtrInst::Create(I8Ty, I8Ptr, PaletteOffset, "", Pos); in preWriteTileCfg()
171 Value *RowPos = GetElementPtrInst::Create(I8Ty, I8Ptr, RowOffset, in preWriteTileCfg()
173 Value *ColPos = GetElementPtrInst::Create(I8Ty, I8Ptr, ColOffset, "", Pos); in preWriteTileCfg()
199 Value *I8Ptr = Builder.CreateBitCast(Addr, Builder.getInt8PtrTy()); in addTileConfig() local
201 std::array<Value *, 1> Args = {I8Ptr}; in addTileConfig()
209 preWriteTileCfg(I8Ptr, Cfg, Shapes); in addTileConfig()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1254 Type *I8Ptr = B.getInt8PtrTy(); in emitStrChr() local
1256 return emitLibCall(LibFunc_strchr, I8Ptr, {I8Ptr, I32Ty}, in emitStrChr()
1271 Type *I8Ptr = B.getInt8PtrTy(); in emitStrCpy() local
1272 return emitLibCall(LibFunc_strcpy, I8Ptr, {I8Ptr, I8Ptr}, in emitStrCpy()
1278 Type *I8Ptr = B.getInt8PtrTy(); in emitStpCpy() local
1279 return emitLibCall(LibFunc_stpcpy, I8Ptr, {I8Ptr, I8Ptr}, in emitStpCpy()
1285 Type *I8Ptr = B.getInt8PtrTy(); in emitStrNCpy() local
1286 return emitLibCall(LibFunc_strncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()}, in emitStrNCpy()
1292 Type *I8Ptr = B.getInt8PtrTy(); in emitStpNCpy() local
1293 return emitLibCall(LibFunc_stpncpy, I8Ptr, {I8Ptr, I8Ptr, Len->getType()}, in emitStpNCpy()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopDataPrefetch.cpp394 Type *I8Ptr = Type::getInt8PtrTy(BB->getContext(), 0/*PtrAddrSpace*/); in runOnLoop() local
396 Value *PrefPtrValue = SCEVE.expandCodeFor(NextLSCEV, I8Ptr, P.InsertPt); in runOnLoop()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp150 int8_t *I8Ptr = (int8_t *) ArgDataPtr; in ffiValueFor() local
151 *I8Ptr = (int8_t) AV.IntVal.getZExtValue(); in ffiValueFor()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPrintfRuntimeBinding.cpp327 Type *I8Ptr = PointerType::get(I8Ty, 1); in lowerPrintfForGpu() local
328 FunctionType *FTy_alloc = FunctionType::get(I8Ptr, Tys_alloc, false); in lowerPrintfForGpu()