Searched refs:VAARG_X32 (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 873 VAARG_X32, enumerator
|
H A D | X86InstrFragments.td | 200 SDNode<"X86ISD::VAARG_X32", SDT_X86VAARG,
|
H A D | X86InstrCompiler.td | 82 // 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 D | X86ISelLowering.cpp | 25125 Subtarget.isTarget64BitLP64() ? X86ISD::VAARG_64 : X86ISD::VAARG_X32, dl, in LowerVAARG() 33882 NODE_NAME_CASE(VAARG_X32) in getTargetNodeName() 36726 case X86::VAARG_X32: in EmitInstrWithCustomInserter()
|