Home
last modified time | relevance | path

Searched refs:hasAVLReg (Results 1 – 6 of 6) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp89 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon4dfe3d4b0111::VSETVLIInfo
91 assert(hasAVLReg()); in getAVLReg()
104 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
193 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
490 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
593 if (!Require.hasAVLReg()) in needVSETVLIPHI()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp89 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon5b9d4fe10111::VSETVLIInfo
91 assert(hasAVLReg()); in getAVLReg()
104 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
193 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
490 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
593 if (!Require.hasAVLReg()) in needVSETVLIPHI()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp89 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon869187200111::VSETVLIInfo
91 assert(hasAVLReg()); in getAVLReg()
104 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
193 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
490 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
593 if (!Require.hasAVLReg()) in needVSETVLIPHI()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp89 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon08ee53130111::VSETVLIInfo
91 assert(hasAVLReg()); in getAVLReg()
104 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
193 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
490 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
593 if (!Require.hasAVLReg()) in needVSETVLIPHI()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp89 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon68d009ff0111::VSETVLIInfo
91 assert(hasAVLReg()); in getAVLReg()
104 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
193 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
490 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
593 if (!Require.hasAVLReg()) in needVSETVLIPHI()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp90 bool hasAVLReg() const { return State == AVLIsReg; } in hasAVLReg() function in __anon9c75901e0111::VSETVLIInfo
92 assert(hasAVLReg()); in getAVLReg()
105 if (hasAVLReg() && Other.hasAVLReg()) in hasSameAVL()
199 if (InstrInfo.hasAVLReg() && InstrInfo.AVLReg == RISCV::NoRegister) { in isCompatible()
560 if (!CurInfo.isUnknown() && Require.hasAVLReg() && in needVSETVLI()
867 if (!Require.hasAVLReg()) in needVSETVLIPHI()
976 (NewInfo.hasAVLReg() && NewInfo.getAVLReg().isVirtual() && in emitVSETVLIs()