HomeSort by: relevance | last modified time | path
    Searched defs:InVals (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 3688 /// should fill in the InVals array with legal-type argument values, and
3693 SelectionDAG & /*DAG*/, SmallVectorImpl<SDValue> & /*InVals*/) const {
3732 SmallVector<SDValue, 4> InVals;
3914 /// array. The implementation should fill in the InVals array with legal-type
3918 SmallVectorImpl<SDValue> &/*InVals*/) const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 7498 // The last element of CLI.InVals has the SDValue for swifterror return.
7502 // Get the last element of InVals.
7503 SDValue Src = CLI.InVals.back();
9641 SmallVector<SDValue, 4> InVals;
9642 CLI.Chain = LowerCall(CLI, InVals);
9644 // Update CLI.InVals to use outside of this function.
9645 CLI.InVals = InVals;
9650 assert((!CLI.IsTailCall || InVals.empty()) &&
9652 assert((CLI.IsTailCall || InVals.size() == CLI.Ins.size()) &
    [all...]

Completed in 41 milliseconds