Searched refs:getInt16 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 164 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops() 168 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 190 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops() 280 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileDPLoops() 284 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops() 291 createLoop(ColBody, ColLoopLatch, K, B.getInt16(1), in createTileDPLoops() 345 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops() 358 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops() 360 B.CreateAdd(B.CreateMul(CurrentInner, B.getInt16(16)), CurrentCol); in createTileDPLoops() 487 Value *NDWord = PreBuilder.CreateLShr(N, PreBuilder.getInt16(2)); in lowerTileDP() [all …]
|
| H A D | X86LowerAMXType.cpp | 111 ConstantInt *Gran = Builder.getInt16(Granularity); in getRowFromCol()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1162 Bld.getInt16(/*RequiresOMPRuntime=*/1)}; in emitNonSPMDEntryHeader() 1191 llvm::Value *Args[] = {CGF.Builder.getInt16(/*IsOMPRuntimeInitialized=*/1)}; in emitNonSPMDEntryFooter() 1266 Bld.getInt16(RequiresFullRuntime ? 1 : 0)}; in emitSPMDEntryHeader() 1299 CGF.Builder.getInt16(RequiresFullRuntime ? 1 : 0)}; in emitSPMDEntryFooter() 1413 {Bld.getInt16(/*ParallelLevel=*/0), getThreadID(CGF, WST.Loc)}); in emitWorkerLoop() 1433 {Bld.getInt16(/*ParallelLevel=*/0), getThreadID(CGF, WST.Loc)}); in emitWorkerLoop() 1787 Size, CGF.Builder.getInt16(/*UseSharedMemory=*/0)}; in emitGenericVarsProlog() 1880 CGF.Builder.getInt16(UseSharedMemory ? 1 : 0)}; in emitGenericVarsProlog() 1983 Size, CGF.Builder.getInt16(/*UseSharedMemory=*/0)}; in emitGenericVarsProlog() 3028 llvm::Value *Algo1 = Bld.CreateICmpEQ(AlgoVerArgVal, Bld.getInt16(1)); in emitShuffleAndReduceFunction() [all …]
|
| H A D | CGExpr.cpp | 3010 Builder.getInt16(TypeKind), Builder.getInt16(TypeInfo), in EmitCheckTypeDescriptor()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 473 ConstantInt *getInt16(uint16_t C) { in getInt16() function
|