Searched refs:InstOps (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 700 std::array<unsigned, 0> InstOps; in EmitResultLeafAsOperand() local 703 ResultVTs, InstOps, false, false, false, in EmitResultLeafAsOperand() 814 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local 847 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand() 864 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand() 865 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand() 867 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand() 868 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand() 869 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand() 874 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24661 SDValue InstOps[] = {Chain, SrcPtr, in LowerVAARG() local 24668 VTs, InstOps, MVT::i64, MachinePointerInfo(SV), in LowerVAARG()
|