Home
last modified time | relevance | path

Searched defs:sourceBits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.h51 const BitVector &sourceBits() const { return SourceBits; } in sourceBits() function
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp47 static Value getOffsetForBitwidth(Location loc, Value srcIdx, int sourceBits, in getOffsetForBitwidth() argument
70 spirv::AccessChainOp op, int sourceBits, in adjustAccessChainForBitwidth() argument
[all...]
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp249 unsigned sourceBits = sourceElementType.getIntOrFloatBitWidth(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp92 getOffsetForBitwidth(Location loc,OpFoldResult srcIdx,int sourceBits,int targetBits,OpBuilder & builder) getOffsetForBitwidth() argument