Searched refs:NumOfVReg (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp2459 int64_t NumOfVReg = Amount / 8; local
2462 assert(isInt<32>(NumOfVReg) &&
2464 if (isPowerOf2_32(NumOfVReg)) {
2465 uint32_t ShiftAmount = Log2_32(NumOfVReg);
2473 ((NumOfVReg % 3 == 0 && isPowerOf2_64(NumOfVReg / 3)) ||
2474 (NumOfVReg % 5 == 0 && isPowerOf2_64(NumOfVReg / 5)) ||
2475 (NumOfVReg % 9 == 0 && isPowerOf2_64(NumOfVReg /
[all...]
H A DRISCVRegisterInfo.cpp410 int64_t NumOfVReg = ScalableValue / 8; local
412 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB);
H A DRISCVFrameLowering.cpp331 const int64_t NumOfVReg = Amount / 8; local
332 const int64_t FixedOffset = NumOfVReg * VLENB;

Completed in 204 milliseconds