Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.cpp81 ArrayRef<GenericValue> ArgValues) { in runFunction() argument
93 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount)); in runFunction()
H A DInterpreter.h107 ArrayRef<GenericValue> ArgValues) override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp522 assert((FTy->getNumParams() == ArgValues.size() || in runFunction()
523 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) && in runFunction()
525 assert(FTy->getNumParams() == ArgValues.size() && in runFunction()
531 switch (ArgValues.size()) { in runFunction()
541 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
542 (char **)GVTOP(ArgValues[1]), in runFunction()
543 (const char **)GVTOP(ArgValues[2]))); in runFunction()
554 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(), in runFunction()
555 (char **)GVTOP(ArgValues[1]))); in runFunction()
564 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue())); in runFunction()
[all …]
H A DMCJIT.h262 ArrayRef<GenericValue> ArgValues) override;
/freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h227 ArrayRef<GenericValue> ArgValues) = 0;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10275 SmallVector<SDValue, 4> ArgValues; in LowerArguments() local
10323 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], NumParts, in LowerArguments()
10332 if (ArgValues.empty()) in LowerArguments()
10337 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode())) in LowerArguments()
10340 SDValue Res = DAG.getMergeValues(makeArrayRef(ArgValues.data(), NumValues), in LowerArguments()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4159 std::bitset<TileRegHigh + 1> ArgValues; in CheckX86BuiltinTileDuplicate() local
4171 if (ArgValues.test(ArgExtValue)) in CheckX86BuiltinTileDuplicate()
4175 ArgValues.set(ArgExtValue); in CheckX86BuiltinTileDuplicate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5124 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4380 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local