Home
last modified time | relevance | path

Searched refs:ArgValues (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp28 ArrayRef<GenericValue> ArgValues) { in runFunction() argument
36 assert((FTy->getNumParams() == ArgValues.size() || in runFunction()
39 assert(FTy->getNumParams() == ArgValues.size() && in runFunction()
45 switch (ArgValues.size()) { in runFunction()
55 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
56 (char **)GVTOP(ArgValues[1]), in runFunction()
57 (const char **)GVTOP(ArgValues[2]))); in runFunction()
68 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
69 (char **)GVTOP(ArgValues[1]))); in runFunction()
77 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
[all …]
H A DOrcMCJITReplacement.h371 ArrayRef<GenericValue> ArgValues) override;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp517 assert((FTy->getNumParams() == ArgValues.size() || in runFunction()
518 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) && in runFunction()
520 assert(FTy->getNumParams() == ArgValues.size() && in runFunction()
526 switch (ArgValues.size()) { in runFunction()
536 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
537 (char **)GVTOP(ArgValues[1]), in runFunction()
538 (const char **)GVTOP(ArgValues[2]))); in runFunction()
549 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
550 (char **)GVTOP(ArgValues[1]))); in runFunction()
559 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
[all …]
H A DMCJIT.h264 ArrayRef<GenericValue> ArgValues) override;
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp82 ArrayRef<GenericValue> ArgValues) { in runFunction() argument
94 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount)); in runFunction()
H A DInterpreter.h109 ArrayRef<GenericValue> ArgValues) override;
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h.pump323 $var ArgValues = [[$for j, [[::std::move(a$j)]]]]
335 return this->Call($ArgValues);
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h230 ArrayRef<GenericValue> ArgValues) = 0;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp4438 ArgVector ArgValues(Args.size()); in HandleFunctionCall() local
4439 if (!EvaluateArgs(Args, ArgValues, Info)) in HandleFunctionCall()
4460 RHS.setFrom(Info.Ctx, ArgValues[0]); in HandleFunctionCall()
4494 APValue *ArgValues, in HandleConstructorCall() argument
4540 RHS.setFrom(Info.Ctx, ArgValues[0]); in HandleConstructorCall()
4653 ArgVector ArgValues(Args.size()); in HandleConstructorCall() local
4654 if (!EvaluateArgs(Args, ArgValues, Info)) in HandleConstructorCall()
11645 ArgVector ArgValues(Args.size()); in EvaluateWithSubstitution() local
11651 ArgValues[I - Args.begin()] = APValue(); in EvaluateWithSubstitution()
11658 ArgValues.data()); in EvaluateWithSubstitution()
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9179 SmallVector<SDValue, 4> ArgValues; in LowerArguments() local
9227 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], NumParts, in LowerArguments()
9236 if (ArgValues.empty()) in LowerArguments()
9241 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode())) in LowerArguments()
9244 SDValue Res = DAG.getMergeValues(makeArrayRef(ArgValues.data(), NumValues), in LowerArguments()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3056 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3615 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local