Home
last modified time | relevance | path

Searched refs:VirtRegMap (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/
H A DVirtRegMap.cpp49 char VirtRegMap::ID = 0;
53 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
91 void VirtRegMap::grow() { in grow()
102 unsigned VirtRegMap::getRegAllocPref(unsigned virtReg) { in getRegAllocPref()
114 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot()
143 int VirtRegMap::assignVirtReMatId(unsigned virtReg) { in assignVirtReMatId()
151 void VirtRegMap::assignVirtReMatId(unsigned virtReg, int id) { in assignVirtReMatId()
173 void VirtRegMap::addSpillSlotUse(int FI, MachineInstr *MI) { in addSpillSlotUse()
229 bool VirtRegMap::FindUnusedRegisters(LiveIntervals* LIs) { in FindUnusedRegisters()
275 if (Virt2StackSlotMap[i] != VirtRegMap::NO_STACK_SLOT) in print()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/CodeGen/
H A DVirtRegMap.h34 class VirtRegMap : public MachineFunctionPass {
71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG),
73 VirtRegMap(const VirtRegMap &) = delete;
74 VirtRegMap &operator=(const VirtRegMap &) = delete;
181 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) { in isOptimizableRegisterMove()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/CodeGen/
H A DVirtRegMap.h34 class VirtRegMap : public MachineFunctionPass {
71 VirtRegMap() : MachineFunctionPass(ID), Virt2PhysMap(NO_PHYS_REG), in VirtRegMap() function
73 VirtRegMap(const VirtRegMap &) = delete;
74 VirtRegMap &operator=(const VirtRegMap &) = delete;
181 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/CodeGen/
H A DVirtRegMap.h33 class VirtRegMap : public MachineFunctionPass {
70 VirtRegMap() in VirtRegMap() function
74 VirtRegMap(const VirtRegMap &) = delete;
75 VirtRegMap &operator=(const VirtRegMap &) = delete;
182 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
77 void VirtRegMap::grow() { in grow()
102 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
111 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
120 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
160 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
183 VirtRegMap *VRM;
220 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
232 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
243 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
101 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
110 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
119 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
159 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
182 VirtRegMap *VRM;
219 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
231 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
242 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
77 void VirtRegMap::grow() { in grow()
102 bool VirtRegMap::hasPreferredPhys(Register VirtReg) { in hasPreferredPhys()
111 bool VirtRegMap::hasKnownPreference(Register VirtReg) { in hasKnownPreference()
120 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
160 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
183 VirtRegMap *VRM;
220 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
232 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
243 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp58 char VirtRegMap::ID = 0;
76 void VirtRegMap::grow() { in grow()
102 bool VirtRegMap::hasPreferredPhys(unsigned VirtReg) { in hasPreferredPhys()
111 bool VirtRegMap::hasKnownPreference(unsigned VirtReg) { in hasKnownPreference()
120 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) { in assignVirt2StackSlot()
160 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
183 VirtRegMap *VRM;
220 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
232 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
243 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0;
77 void VirtRegMap::grow() {
103 bool VirtRegMap::hasPreferredPhys(unsigned VirtReg) {
112 bool VirtRegMap::hasKnownPreference(unsigned VirtReg) {
121 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) {
161 LLVM_DUMP_METHOD void VirtRegMap::dump() const {
184 VirtRegMap *VRM;
221 INITIALIZE_PASS_DEPENDENCY(VirtRegMap)
233 AU.addRequired<VirtRegMap>();
244 VRM = &getAnalysis<VirtRegMap>();
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0; in include_type_path_qself()
77 void VirtRegMap::grow() {
103 bool VirtRegMap::hasPreferredPhys(unsigned VirtReg) {
112 bool VirtRegMap::hasKnownPreference(unsigned VirtReg) {
121 int VirtRegMap::assignVirt2StackSlot(unsigned virtReg) {
161 LLVM_DUMP_METHOD void VirtRegMap::dump() const {
184 VirtRegMap *VRM;
221 INITIALIZE_PASS_DEPENDENCY(VirtRegMap)
233 AU.addRequired<VirtRegMap>();
244 VRM = &getAnalysis<VirtRegMap>();
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h32 class VirtRegMap : public MachineFunctionPass {
69 VirtRegMap() in VirtRegMap() function
73 VirtRegMap(const VirtRegMap &) = delete;
74 VirtRegMap &operator=(const VirtRegMap &) = delete;
182 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h32 class VirtRegMap : public MachineFunctionPass {
69 VirtRegMap() in VirtRegMap() function
73 VirtRegMap(const VirtRegMap &) = delete;
74 VirtRegMap &operator=(const VirtRegMap &) = delete;
182 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/CodeGen/
H A DVirtRegMap.h33 class VirtRegMap : public MachineFunctionPass {
70 VirtRegMap() in VirtRegMap() function
74 VirtRegMap(const VirtRegMap &) = delete;
75 VirtRegMap &operator=(const VirtRegMap &) = delete;
183 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/CodeGen/
H A DVirtRegMap.h32 class VirtRegMap : public MachineFunctionPass {
69 VirtRegMap() in VirtRegMap() function
73 VirtRegMap(const VirtRegMap &) = delete;
74 VirtRegMap &operator=(const VirtRegMap &) = delete;
182 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h33 class VirtRegMap : public MachineFunctionPass {
70 VirtRegMap() in VirtRegMap() function
74 VirtRegMap(const VirtRegMap &) = delete;
75 VirtRegMap &operator=(const VirtRegMap &) = delete;
183 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h33 class VirtRegMap : public MachineFunctionPass {
70 VirtRegMap() in VirtRegMap() function
74 VirtRegMap(const VirtRegMap &) = delete;
75 VirtRegMap &operator=(const VirtRegMap &) = delete;
183 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0;
63 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
78 void VirtRegMap::grow() { in grow()
127 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
167 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
190 VirtRegMap *VRM;
235 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
248 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
263 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
351 if (PhysReg == VirtRegMap::NO_PHYS_REG) { in addMBBLiveIns()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0;
63 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
78 void VirtRegMap::grow() { in grow()
127 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
167 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
190 VirtRegMap *VRM;
235 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
248 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
263 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
351 if (PhysReg == VirtRegMap::NO_PHYS_REG) { in addMBBLiveIns()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0;
63 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
78 void VirtRegMap::grow() { in grow()
127 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
167 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
190 VirtRegMap *VRM;
235 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
248 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
263 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
351 if (PhysReg == VirtRegMap::NO_PHYS_REG) { in addMBBLiveIns()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DVirtRegMap.cpp59 char VirtRegMap::ID = 0;
63 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
78 void VirtRegMap::grow() { in grow()
127 int VirtRegMap::assignVirt2StackSlot(Register virtReg) { in assignVirt2StackSlot()
167 LLVM_DUMP_METHOD void VirtRegMap::dump() const { in dump()
190 VirtRegMap *VRM;
235 INITIALIZE_PASS_DEPENDENCY(VirtRegMap) in INITIALIZE_PASS_DEPENDENCY()
248 AU.addRequired<VirtRegMap>(); in INITIALIZE_PASS_DEPENDENCY()
263 VRM = &getAnalysis<VirtRegMap>(); in runOnMachineFunction()
351 if (PhysReg == VirtRegMap::NO_PHYS_REG) { in addMBBLiveIns()
[all …]

12345678910>>...31