Searched refs:InstOps (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 701 std::array<unsigned, 0> InstOps; in EmitResultLeafAsOperand() local 704 ResultVTs, InstOps, false, false, false, in EmitResultLeafAsOperand() 815 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local 848 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand() 865 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand() 866 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand() 868 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand() 869 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand() 875 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand() 888 EmitResultOperand(N->getChild(I), InstOps); in EmitResultInstructionAsOperand() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 26557 SDValue InstOps[] = {Chain, SrcPtr, in LowerVAARG() local 26564 VTs, InstOps, MVT::i64, MachinePointerInfo(SV), in LowerVAARG()
|