Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ExpandPseudo.cpp32 class X86ExpandPseudo : public MachineFunctionPass { class
35 X86ExpandPseudo() : MachineFunctionPass(ID) {} in X86ExpandPseudo() function in __anon089c243c0111::X86ExpandPseudo
68 char X86ExpandPseudo::ID = 0;
72 INITIALIZE_PASS(X86ExpandPseudo, DEBUG_TYPE, X86_EXPAND_PSEUDO_NAME, false, in INITIALIZE_PASS() argument
75 void X86ExpandPseudo::ExpandICallBranchFunnel( in INITIALIZE_PASS()
179 bool X86ExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in ExpandMI()
383 bool X86ExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()
397 bool X86ExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
412 return new X86ExpandPseudo(); in createX86ExpandPseudoPass()
DCMakeLists.txt34 X86ExpandPseudo.cpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp853 "llvm/lib/Target/X86/X86ExpandPseudo.cpp",
DBUILD.gn1278 "llvm/lib/Target/X86/X86ExpandPseudo.cpp",
DCMakeLists.txt857 ${LLVM_DIR}/lib/Target/X86/X86ExpandPseudo.cpp