Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp755 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local
775 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps); in EmitResultInstructionAsOperand()
792 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand()
793 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand()
795 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand()
796 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand()
797 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand()
802 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand()
815 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand()
891 ResultVTs, InstOps, in EmitResultInstructionAsOperand()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherGen.cpp717 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local
731 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps); in EmitResultInstructionAsOperand()
739 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand()
740 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand()
741 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand()
746 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand()
825 InstOps.data(), InstOps.size(), in EmitResultInstructionAsOperand()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp9088 SmallVector<SDValue, 11> InstOps; in LowerVAARG() local
9089 InstOps.push_back(Chain); in LowerVAARG()
9090 InstOps.push_back(SrcPtr); in LowerVAARG()
9091 InstOps.push_back(DAG.getConstant(ArgSize, MVT::i32)); in LowerVAARG()
9092 InstOps.push_back(DAG.getConstant(ArgMode, MVT::i8)); in LowerVAARG()
9093 InstOps.push_back(DAG.getConstant(Align, MVT::i32)); in LowerVAARG()
9096 VTs, &InstOps[0], InstOps.size(), in LowerVAARG()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp16990 SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32), in LowerVAARG() local
16995 VTs, InstOps, MVT::i64, in LowerVAARG()