Home
last modified time | relevance | path

Searched refs:InstOps (Results 1 – 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp762 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local
782 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps); in EmitResultInstructionAsOperand()
799 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
800 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand()
802 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand()
803 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand()
804 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand()
809 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand()
822 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand()
898 ResultVTs, InstOps, in EmitResultInstructionAsOperand()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15926 SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32), in LowerVAARG() local
15931 VTs, InstOps, MVT::i64, in LowerVAARG()