Searched refs:X86ExpandPseudo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp1 //===------- X86ExpandPseudo.cpp - Expand pseudo instructions -------------===//
32 class X86ExpandPseudo : public MachineFunctionPass { class in namespace:__anon4426
35 X86ExpandPseudo() : MachineFunctionPass(ID) {} function in class:__anon4426::X86ExpandPseudo
68 char X86ExpandPseudo::ID = 0;
72 INITIALIZE_PASS(X86ExpandPseudo, DEBUG_TYPE, X86_EXPAND_PSEUDO_NAME, false,
75 void X86ExpandPseudo::ExpandICallBranchFunnel(
179 bool X86ExpandPseudo::ExpandMI(MachineBasicBlock &MBB,
454 bool X86ExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) {
468 bool X86ExpandPseudo::runOnMachineFunction(MachineFunction &MF) {
483 return new X86ExpandPseudo();
[all...]
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1328 SRCS_MIN+= Target/X86/X86ExpandPseudo.cpp

Completed in 109 milliseconds