Searched defs:ExtendCost (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVTargetTransformInfo.cpp | 537 InstructionCost ExtendCost = Tp->getElementType()->isIntegerTy(1) ? 3 : 0; getShuffleCost() local |