Searched refs:InstOps (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 696 std::array<unsigned, 0> InstOps; in EmitResultLeafAsOperand() local 699 ResultVTs, InstOps, false, false, false, in EmitResultLeafAsOperand() 810 SmallVector<unsigned, 8> InstOps; in EmitResultInstructionAsOperand() local 843 EmitResultOperand(DefaultOp.DefaultOps[i].get(), InstOps); in EmitResultInstructionAsOperand() 860 unsigned FinalNumOps = InstOps.size() + NumSubOps; in EmitResultInstructionAsOperand() 861 while (InstOps.size() < FinalNumOps) { in EmitResultInstructionAsOperand() 863 unsigned BeforeAddingNumOps = InstOps.size(); in EmitResultInstructionAsOperand() 864 EmitResultOperand(Child, InstOps); in EmitResultInstructionAsOperand() 865 assert(InstOps.size() > BeforeAddingNumOps && "Didn't add any operands"); in EmitResultInstructionAsOperand() 870 InstOps.resize(BeforeAddingNumOps+1); in EmitResultInstructionAsOperand() [all …]
|
/external/llvm/utils/TableGen/ |
D | DAGISelMatcherGen.cpp | 755 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/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 16990 SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32), in LowerVAARG() local 16995 VTs, InstOps, MVT::i64, in LowerVAARG()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 23225 SDValue InstOps[] = {Chain, SrcPtr, DAG.getConstant(ArgSize, dl, MVT::i32), in LowerVAARG() local 23231 VTs, InstOps, MVT::i64, in LowerVAARG()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24349 SDValue InstOps[] = {Chain, SrcPtr, in LowerVAARG() local 24355 X86ISD::VAARG_64, dl, VTs, InstOps, MVT::i64, MachinePointerInfo(SV), in LowerVAARG()
|