HomeSort by: relevance | last modified time | path
    Searched defs:isConstantPhysReg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVRegisterInfo.cpp 118 bool RISCVRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VERegisterInfo.cpp 97 bool VERegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 513 bool MachineRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {
517 if (TRI->isConstantPhysReg(PhysReg))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 2465 bool SIRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const {

Completed in 27 milliseconds