Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIOptimizeExecMasking.cpp26 class SIOptimizeExecMasking : public MachineFunctionPass { class
67 SIOptimizeExecMasking() : MachineFunctionPass(ID) { in SIOptimizeExecMasking() function in __anonddf153af0111::SIOptimizeExecMasking
85 INITIALIZE_PASS_BEGIN(SIOptimizeExecMasking, DEBUG_TYPE,
88 INITIALIZE_PASS_END(SIOptimizeExecMasking, DEBUG_TYPE,
91 char SIOptimizeExecMasking::ID = 0;
93 char &llvm::SIOptimizeExecMaskingID = SIOptimizeExecMasking::ID;
96 Register SIOptimizeExecMasking::isCopyFromExec(const MachineInstr &MI) const { in isCopyFromExec()
113 Register SIOptimizeExecMasking::isCopyToExec(const MachineInstr &MI) const { in isCopyToExec()
213 bool SIOptimizeExecMasking::removeTerminatorBit(MachineInstr &MI) const { in removeTerminatorBit()
282 SIOptimizeExecMasking::fixTerminators(MachineBasicBlock &MBB) const { in fixTerminators()
[all …]