Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.cpp98 bool RISCVRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in RISCVRegisterInfo
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.cpp247 bool AArch64RegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in AArch64RegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegisterInfo.cpp519 bool MachineRegisterInfo::isConstantPhysReg(unsigned PhysReg) const { in isConstantPhysReg() function in MachineRegisterInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h487 virtual bool isConstantPhysReg(unsigned PhysReg) const { return false; } in isConstantPhysReg() function