Home
last modified time | relevance | path

Searched defs:isConstantPhysReg (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp98 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVERegisterInfo.cpp70 bool VERegisterInfo::isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function in VERegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp247 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in AArch64RegisterInfo
/external/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp447 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg, in isConstantPhysReg() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp517 bool MachineRegisterInfo::isConstantPhysReg(MCRegister PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h487 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h553 virtual bool isConstantPhysReg(MCRegister PhysReg) const { return false; } in isConstantPhysReg() function