Searched refs:VAARG_64 (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h369 /// VAARG_64 - This instruction grabs the address of the next argument
371 VAARG_64 enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp9154 // Insert VAARG_64 node into the DAG
9155 // VAARG_64 returns two values: Variable Argument Address, Chain
9163 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl,
11189 case X86ISD::VAARG_64: return "X86ISD::VAARG_64";
11811 assert(MI->getNumOperands() == 10 && "VAARG_64 should have 10 operands!");
11812 assert(X86::AddrNumOperands == 5 && "VAARG_64 assumes 5 address operands");
11825 assert(MI->hasOneMemOperand() && "Expected VAARG_64 to have one memoperand");
12768 case X86::VAARG_64:

Completed in 53 milliseconds