Home
last modified time | relevance | path

Searched defs:computeType (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp1496 auto computeType = genConstInt32From( in matchAndRewrite() local
1334 auto computeType = genConstInt32From( matchAndRewrite() local
1354 auto computeType = genConstInt32From( matchAndRewrite() local
1380 auto computeType = genConstInt32From( matchAndRewrite() local
1410 auto computeType = genConstInt32From( matchAndRewrite() local
1432 auto computeType = genConstInt32From( matchAndRewrite() local
1454 auto computeType = genConstInt32From( matchAndRewrite() local
1549 auto computeType = genConstInt32From( matchAndRewrite() local
1588 auto computeType = genConstInt32From( matchAndRewrite() local
[all...]
/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp948 std::optional<RVVTypePtr> RVVTypeCache::computeType(BasicType BT, int Log2LMUL, in computeType() function in clang::RISCV::RVVTypeCache