Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp32 class X86FixupVectorConstantsPass : public MachineFunctionPass { class
36 X86FixupVectorConstantsPass() : MachineFunctionPass(ID) {} in X86FixupVectorConstantsPass() function in __anon92744d100111::X86FixupVectorConstantsPass
61 INITIALIZE_PASS(X86FixupVectorConstantsPass, DEBUG_TYPE, DEBUG_TYPE, false, false) in INITIALIZE_PASS() argument