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

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

Completed in 309 milliseconds