Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DRegisterAliasing.h51 const BitVector &sourceBits() const { return SourceBits; } in sourceBits() function
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp140 static Value getOffsetForBitwidth(Location loc, Value srcIdx, int sourceBits, in getOffsetForBitwidth()
164 int sourceBits, int targetBits, in adjustAccessChainForBitwidth()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3125 unsigned sourceBits = sourceType.getIntegerBitWidth(); in matchAndRewrite() local