Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h877 VAARG_X32, enumerator
H A DX86InstrFragments.td182 SDNode<"X86ISD::VAARG_X32", SDT_X86VAARG,
H A DX86InstrCompiler.td82 // The VAARG_64 and VAARG_X32 pseudo-instructions take the address of the
92 def VAARG_X32 : I<0, Pseudo,
95 "#VAARG_X32 $dst, $ap, $size, $mode, $align",
H A DX86ISelLowering.cpp24915 Subtarget.isTarget64BitLP64() ? X86ISD::VAARG_64 : X86ISD::VAARG_X32, dl, in LowerVAARG()
33343 NODE_NAME_CASE(VAARG_X32) in getTargetNodeName()
36163 case X86::VAARG_X32: in EmitInstrWithCustomInserter()