Home
last modified time | relevance | path

Searched refs:MachineCSE (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp66 class MachineCSE : public MachineFunctionPass { class
77 MachineCSE() : MachineFunctionPass(ID) { in MachineCSE() function in __anon5cc114180111::MachineCSE
151 char MachineCSE::ID = 0;
153 char &llvm::MachineCSEID = MachineCSE::ID;
155 INITIALIZE_PASS_BEGIN(MachineCSE, DEBUG_TYPE,
159 INITIALIZE_PASS_END(MachineCSE, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
222 bool MachineCSE::isPhysDefTriviallyDead( in isPhysDefTriviallyDead()
396 bool MachineCSE::isCSECandidate(MachineInstr *MI) { in isCSECandidate()
497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope()
503 void MachineCSE::ExitScope(MachineBasicBlock *MBB) { in ExitScope()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile308 SRCS_MIN+= CodeGen/MachineCSE.cpp
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td431 // register. MachineCSE skips copies, and we don't want to have to
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td6005 // extract is free and this gives better MachineCSE results.