Home
last modified time | relevance | path

Searched refs:CoalescerPair (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
H A DRegisterCoalescer.cpp224 bool joinIntervals(CoalescerPair &CP);
227 bool joinVirtRegs(CoalescerPair &CP);
235 bool joinReservedPhysReg(CoalescerPair &CP);
282 bool canJoinPhys(const CoalescerPair &CP);
426 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
514 bool CoalescerPair::flip() { in flip()
1809 CoalescerPair CP(*TRI); in joinCopy()
2243 const CoalescerPair &CP;
3336 CoalescerPair &CP, in mergeSubRangeInto()
3364 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h26 class CoalescerPair {
58 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
62 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
H A DRegisterCoalescer.cpp209 bool joinIntervals(CoalescerPair &CP);
212 bool joinVirtRegs(CoalescerPair &CP);
220 bool joinReservedPhysReg(CoalescerPair &CP);
266 bool canJoinPhys(const CoalescerPair &CP);
397 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
485 bool CoalescerPair::flip() { in flip()
1733 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1755 CoalescerPair CP(*TRI); in joinCopy()
2189 const CoalescerPair &CP;
3302 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h27 class CoalescerPair {
59 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
63 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in CoalescerPair() function
H A DRegisterCoalescer.cpp193 bool joinIntervals(CoalescerPair &CP);
196 bool joinVirtRegs(CoalescerPair &CP);
199 bool joinReservedPhysReg(CoalescerPair &CP);
245 bool canJoinPhys(const CoalescerPair &CP);
375 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
463 bool CoalescerPair::flip() { in flip()
1702 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1724 CoalescerPair CP(*TRI); in joinCopy()
2158 const CoalescerPair &CP;
3256 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h27 class CoalescerPair { in load_u8()
59 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in load_u8()
63 CoalescerPair(unsigned VirtReg, unsigned PhysReg, in load_u8()
H A DRegisterCoalescer.cpp170 bool joinIntervals(CoalescerPair &CP);
173 bool joinVirtRegs(CoalescerPair &CP);
176 bool joinReservedPhysReg(CoalescerPair &CP);
218 bool canJoinPhys(const CoalescerPair &CP);
347 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
435 bool CoalescerPair::flip() { in flip()
1607 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1629 CoalescerPair CP(*TRI); in joinCopy()
2047 const CoalescerPair &CP;
3122 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
H A DRegisterCoalescer.cpp224 bool joinIntervals(CoalescerPair &CP);
227 bool joinVirtRegs(CoalescerPair &CP);
235 bool joinReservedPhysReg(CoalescerPair &CP);
282 bool canJoinPhys(const CoalescerPair &CP);
426 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
515 bool CoalescerPair::flip() { in flip()
1816 CoalescerPair CP(*TRI); in joinCopy()
2250 const CoalescerPair &CP;
3338 CoalescerPair &CP, in mergeSubRangeInto()
3366 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {} in CoalescerPair() function
64 CoalescerPair(Register VirtReg, MCRegister PhysReg, in CoalescerPair() function
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegisterCoalescer.h28 class CoalescerPair {
60 CoalescerPair(const TargetRegisterInfo &tri) : TRI(tri) {}
64 CoalescerPair(Register VirtReg, MCRegister PhysReg,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp38 unsigned CoalescerPair::compose(unsigned a, unsigned b) const { in compose()
44 bool CoalescerPair::isMoveInstr(const MachineInstr *MI, in isMoveInstr()
62 bool CoalescerPair::setRegisters(const MachineInstr *MI) { in setRegisters()
146 bool CoalescerPair::flip() { in flip()
154 bool CoalescerPair::isCoalescable(const MachineInstr *MI) const { in isCoalescable()
H A DSimpleRegisterCoalescing.h111 bool JoinIntervals(CoalescerPair &CP);
121 bool AdjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
132 bool RemoveCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
159 void UpdateRegDefsUses(const CoalescerPair &CP);
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CodeGen/
H A DRegisterCoalescer.h152 class CoalescerPair {
190 CoalescerPair(const TargetInstrInfo &tii, const TargetRegisterInfo &tri) in CoalescerPair() function

12345