Searched refs:getInt16 (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LowerAMXIntrinsics.cpp | 162 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops() 166 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops() 186 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops() 276 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileDPLoops() 280 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops() 287 createLoop(ColBody, ColLoopLatch, K, B.getInt16(1), in createTileDPLoops() 341 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops() 354 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops() 356 B.CreateAdd(B.CreateMul(CurrentInner, B.getInt16(16)), CurrentCol); in createTileDPLoops() 483 Value *NDWord = PreBuilder.CreateLShr(N, PreBuilder.getInt16(2)); in lowerTileDP() [all …]
|
| H A D | X86LowerAMXType.cpp | 163 Builder.getInt16((cast<ConstantInt>(V)->getSExtValue()) / Granularity); in getRowFromCol() 178 RealRow = Builder.CreateUDiv(V, Builder.getInt16(4)); in getRowFromCol() 185 RealRow = NewBuilder.CreateUDiv(V, NewBuilder.getInt16(Granularity)); in getRowFromCol() 199 Builder.getInt16((cast<ConstantInt>(V)->getSExtValue()) * Granularity); in getColFromRow() 202 RealCol = Builder.CreateNUWMul(V, Builder.getInt16(Granularity)); in getColFromRow() 209 RealCol = NewBuilder.CreateNUWMul(V, NewBuilder.getInt16(Granularity)); in getColFromRow()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 1753 {I.getPointerOperand(), B.getInt16(Flags), in visitLoadInst() 1771 {I.getValueOperand(), PtrOp, B.getInt16(Flags), in visitStoreInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 741 return Builder.getInt16(C); in doSampling()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 2961 Value *Algo1 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(1)); in emitShuffleAndReduceFunction() 2964 Value *Algo2 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(2)); in emitShuffleAndReduceFunction() 2965 Value *LaneIdAnd1 = Builder.CreateAnd(LaneId, Builder.getInt16(1)); in emitShuffleAndReduceFunction() 2969 Builder.CreateICmpSGT(RemoteLaneOffset, Builder.getInt16(0)); in emitShuffleAndReduceFunction() 2995 Algo1 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(1)); in emitShuffleAndReduceFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 517 ConstantInt *getInt16(uint16_t C) { in getInt16() function
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 3521 Builder.getInt16(TypeKind), Builder.getInt16(TypeInfo), in EmitCheckTypeDescriptor()
|