Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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;
/llvm-project-15.0.7/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.h255 ArrayRef<GenericValue> ArgValues) override;
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h226 ArrayRef<GenericValue> ArgValues) = 0;
/llvm-project-15.0.7/llvm/docs/
H A DDebuggingJITedCode.rst144 …llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x0000000004589ff8, ArgValues=ArrayRef<llvm::G…
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10500 SmallVector<SDValue, 4> ArgValues; in LowerArguments() local
10548 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], NumParts, in LowerArguments()
10557 if (ArgValues.empty()) in LowerArguments()
10562 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode())) in LowerArguments()
10565 SDValue Res = DAG.getMergeValues(makeArrayRef(ArgValues.data(), NumValues), in LowerArguments()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp4972 std::bitset<TileRegHigh + 1> ArgValues; in CheckX86BuiltinTileDuplicate() local
4984 if (ArgValues.test(ArgExtValue)) in CheckX86BuiltinTileDuplicate()
4988 ArgValues.set(ArgExtValue); in CheckX86BuiltinTileDuplicate()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10530 SmallVector<AA::ValueAndContext> ArgValues; in updateImpl() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4446 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local