Home
last modified time | relevance | path

Searched refs:VASTART_SAVE_XMM_REGS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ExpandPseudo.cpp640 assert(VAStartPseudoInstr->getOpcode() == X86::VASTART_SAVE_XMM_REGS); in ExpandVastartSaveXmmRegs()
741 if (Instr.getOpcode() == X86::VASTART_SAVE_XMM_REGS) { in ExpandPseudosWhichAffectControlFlow()
H A DX86ISelLowering.h908 VASTART_SAVE_XMM_REGS, enumerator
H A DX86InstrFragments.td174 SDNode<"X86ISD::VASTART_SAVE_XMM_REGS",
H A DX86InstrCompiler.td73 def VASTART_SAVE_XMM_REGS : I<0, Pseudo,
76 "#VASTART_SAVE_XMM_REGS $al, $regsavefi",
H A DX86ISelLoweringCall.cpp1604 MemOps.push_back(DAG.getMemIntrinsicNode(X86ISD::VASTART_SAVE_XMM_REGS, in createVarArgAreaAndStoreRegisters()
H A DX86ISelLowering.cpp33343 NODE_NAME_CASE(VASTART_SAVE_XMM_REGS) in getTargetNodeName()