Home
last modified time | relevance | path

Searched defs:X86FixupVectorConstantsPass (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp31 class X86FixupVectorConstantsPass : public MachineFunctionPass { global() class
35 X86FixupVectorConstantsPass() : MachineFunctionPass(ID) {} X86FixupVectorConstantsPass() function in __anon37e9126f0111::X86FixupVectorConstantsPass
60 INITIALIZE_PASS(X86FixupVectorConstantsPass,DEBUG_TYPE,DEBUG_TYPE,false,false) INITIALIZE_PASS() argument