Home
last modified time | relevance | path

Searched refs:getInt16 (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp164 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileLoadStoreLoops()
168 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileLoadStoreLoops()
188 Value *Idx = B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileLoadStoreLoops()
278 BasicBlock *RowBody = createLoop(Start, End, Row, B.getInt16(1), in createTileDPLoops()
282 BasicBlock *ColBody = createLoop(RowBody, RowLatch, Col, B.getInt16(1), in createTileDPLoops()
289 createLoop(ColBody, ColLoopLatch, K, B.getInt16(1), in createTileDPLoops()
343 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentCol); in createTileDPLoops()
356 B.CreateAdd(B.CreateMul(CurrentRow, B.getInt16(16)), CurrentInner); in createTileDPLoops()
358 B.CreateAdd(B.CreateMul(CurrentInner, B.getInt16(16)), CurrentCol); in createTileDPLoops()
485 Value *NDWord = PreBuilder.CreateLShr(N, PreBuilder.getInt16(2)); in lowerTileDP()
[all …]
H A DX86LowerAMXType.cpp158 Row = Builder.getInt16( in getShape()
174 Row = Builder.CreateUDiv(II->getOperand(2), Builder.getInt16(4)); in getShape()
181 Row = NewBuilder.CreateUDiv(II->getOperand(2), NewBuilder.getInt16(4)); in getShape()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1297 {I.getPointerOperand(), B.getInt16(Flags), in visitLoadInst()
1315 {I.getValueOperand(), PtrOp, B.getInt16(Flags), in visitStoreInst()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2819 Value *Algo1 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(1)); in emitShuffleAndReduceFunction()
2822 Value *Algo2 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(2)); in emitShuffleAndReduceFunction()
2823 Value *LaneIdAnd1 = Builder.CreateAnd(LaneId, Builder.getInt16(1)); in emitShuffleAndReduceFunction()
2827 Builder.CreateICmpSGT(RemoteLaneOffset, Builder.getInt16(0)); in emitShuffleAndReduceFunction()
2853 Algo1 = Builder.CreateICmpEQ(AlgoVer, Builder.getInt16(1)); in emitShuffleAndReduceFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp730 return Builder.getInt16(C); in doSampling()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3332 Builder.getInt16(TypeKind), Builder.getInt16(TypeInfo), in EmitCheckTypeDescriptor()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h478 ConstantInt *getInt16(uint16_t C) { in getInt16() function