Home
last modified time | relevance | path

Searched refs:ARMLowOverheadLoops (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp37 class ARMLowOverheadLoops : public MachineFunctionPass { class
45 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anonabc118080111::ARMLowOverheadLoops
77 char ARMLowOverheadLoops::ID = 0;
79 INITIALIZE_PASS(ARMLowOverheadLoops, DEBUG_TYPE, ARM_LOW_OVERHEAD_LOOPS_NAME, in INITIALIZE_PASS() argument
82 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &MF) { in INITIALIZE_PASS()
104 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
232 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
251 void ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
268 void ARMLowOverheadLoops::RevertLoopEnd(MachineInstr *MI) const { in RevertLoopEnd()
289 void ARMLowOverheadLoops::Expand(MachineLoop *ML, MachineInstr *Start, in Expand()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp204 class ARMLowOverheadLoops : public MachineFunctionPass { class
216 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon1612f9c80111::ARMLowOverheadLoops
259 char ARMLowOverheadLoops::ID = 0;
554 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
684 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
705 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI, in RevertLoopDec()
826 void ARMLowOverheadLoops::RemoveLoopUpdate(LowOverheadLoop &LoLoop) { in RemoveLoopUpdate()
962 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1018 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp204 class ARMLowOverheadLoops : public MachineFunctionPass { class
216 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon7efcb2930111::ARMLowOverheadLoops
259 char ARMLowOverheadLoops::ID = 0;
554 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
684 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
705 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI, in RevertLoopDec()
826 void ARMLowOverheadLoops::RemoveLoopUpdate(LowOverheadLoop &LoLoop) { in RemoveLoopUpdate()
962 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1018 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp204 class ARMLowOverheadLoops : public MachineFunctionPass { class
216 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anonf5115f0b0111::ARMLowOverheadLoops
259 char ARMLowOverheadLoops::ID = 0;
554 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
581 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
684 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
705 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI, in RevertLoopDec()
826 void ARMLowOverheadLoops::RemoveLoopUpdate(LowOverheadLoop &LoLoop) { in RemoveLoopUpdate()
962 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1018 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp472 class ARMLowOverheadLoops : public MachineFunctionPass { class
484 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon39ce1b5a0111::ARMLowOverheadLoops
529 char ARMLowOverheadLoops::ID = 0;
1230 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1326 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1335 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1340 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1371 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1605 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1686 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp472 class ARMLowOverheadLoops : public MachineFunctionPass { class
484 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon93fd91ee0111::ARMLowOverheadLoops
529 char ARMLowOverheadLoops::ID = 0;
1230 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1326 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1335 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1340 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1371 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1605 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1686 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp465 class ARMLowOverheadLoops : public MachineFunctionPass { class
477 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anonf53372bb0111::ARMLowOverheadLoops
520 char ARMLowOverheadLoops::ID = 0;
1194 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1221 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1312 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1333 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1343 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1573 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1651 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp321 class ARMLowOverheadLoops : public MachineFunctionPass { class
333 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anonbeeac0f00111::ARMLowOverheadLoops
377 char ARMLowOverheadLoops::ID = 0;
1032 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1059 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1150 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1171 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1405 void ARMLowOverheadLoops::ConvertVPTBlocks(LowOverheadLoop &LoLoop) { in ConvertVPTBlocks()
1510 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1590 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp321 class ARMLowOverheadLoops : public MachineFunctionPass { class
333 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anonf0e41e8a0111::ARMLowOverheadLoops
377 char ARMLowOverheadLoops::ID = 0;
1032 bool ARMLowOverheadLoops::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
1059 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1150 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1171 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1405 void ARMLowOverheadLoops::ConvertVPTBlocks(LowOverheadLoop &LoLoop) { in ConvertVPTBlocks()
1510 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1590 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp468 class ARMLowOverheadLoops : public MachineFunctionPass { class
480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon0dc174280111::ARMLowOverheadLoops
525 char ARMLowOverheadLoops::ID = 0;
1270 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1368 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1377 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1382 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1413 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1655 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1737 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp468 class ARMLowOverheadLoops : public MachineFunctionPass { class
480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anond7dd8bfe0111::ARMLowOverheadLoops
525 char ARMLowOverheadLoops::ID = 0;
1270 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1368 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1377 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1382 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1413 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1655 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1737 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp468 class ARMLowOverheadLoops : public MachineFunctionPass { class
480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon0f78575d0111::ARMLowOverheadLoops
525 char ARMLowOverheadLoops::ID = 0;
1270 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1368 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1377 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1382 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1413 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1655 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1737 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp468 class ARMLowOverheadLoops : public MachineFunctionPass { class
480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anoneca1f0f00111::ARMLowOverheadLoops
525 char ARMLowOverheadLoops::ID = 0;
1270 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1368 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1377 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1382 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1413 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1655 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1737 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp468 class ARMLowOverheadLoops : public MachineFunctionPass { class
480 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon92727a5c0111::ARMLowOverheadLoops
525 char ARMLowOverheadLoops::ID = 0;
1270 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1368 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1377 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1382 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1413 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1655 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1737 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp478 class ARMLowOverheadLoops : public MachineFunctionPass { class
490 ARMLowOverheadLoops() : MachineFunctionPass(ID) { } in ARMLowOverheadLoops() function in __anon0860389b0111::ARMLowOverheadLoops
535 char ARMLowOverheadLoops::ID = 0;
1332 bool ARMLowOverheadLoops::ProcessLoop(MachineLoop *ML) { in ProcessLoop()
1430 void ARMLowOverheadLoops::RevertWhile(MachineInstr *MI) const { in RevertWhile()
1439 void ARMLowOverheadLoops::RevertDo(MachineInstr *MI) const { in RevertDo()
1444 bool ARMLowOverheadLoops::RevertLoopDec(MachineInstr *MI) const { in RevertLoopDec()
1475 void ARMLowOverheadLoops::RevertLoopEndDec(MachineInstr *MI) const { in RevertLoopEndDec()
1717 void ARMLowOverheadLoops::Expand(LowOverheadLoop &LoLoop) { in Expand()
1825 bool ARMLowOverheadLoops::RevertNonLoops() { in RevertNonLoops()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn83 "ARMLowOverheadLoops.cpp",
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn84 "ARMLowOverheadLoops.cpp",
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn84 "ARMLowOverheadLoops.cpp",
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn86 "ARMLowOverheadLoops.cpp",
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn85 "ARMLowOverheadLoops.cpp",
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn84 "ARMLowOverheadLoops.cpp",
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn86 "ARMLowOverheadLoops.cpp",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn84 "ARMLowOverheadLoops.cpp",
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn85 "ARMLowOverheadLoops.cpp",
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/gn/secondary/llvm/lib/Target/ARM/
H A DBUILD.gn86 "ARMLowOverheadLoops.cpp",

12