Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp34 class X86ExpandPseudo : public MachineFunctionPass { class
37 X86ExpandPseudo() : MachineFunctionPass(ID) {} in X86ExpandPseudo() function in __anona86c2c3e0111::X86ExpandPseudo
83 char X86ExpandPseudo::ID = 0;
87 INITIALIZE_PASS(X86ExpandPseudo, DEBUG_TYPE, X86_EXPAND_PSEUDO_NAME, false, in INITIALIZE_PASS() argument
90 void X86ExpandPseudo::ExpandICallBranchFunnel( in INITIALIZE_PASS()
191 void X86ExpandPseudo::expandCALL_RVMARKER(MachineBasicBlock &MBB, in expandCALL_RVMARKER()
262 bool X86ExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in ExpandMI()
623 void X86ExpandPseudo::ExpandVastartSaveXmmRegs( in ExpandVastartSaveXmmRegs()
708 bool X86ExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()
736 bool X86ExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
[all …]
H A DCMakeLists.txt45 X86ExpandPseudo.cpp
/openbsd/gnu/usr.bin/clang/libLLVMX86CodeGen/
H A DMakefile24 X86ExpandPseudo.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Target/X86/
H A DBUILD.gn91 "X86ExpandPseudo.cpp",