Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp513 GenericValue MCJIT::runFunction(Function *F, ArrayRef<GenericValue> ArgValues) { in runFunction() argument
522 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()
[all …]
H A DMCJIT.h255 ArrayRef<GenericValue> ArgValues) override;
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h226 ArrayRef<GenericValue> ArgValues) = 0;
/openbsd-src/gnu/llvm/llvm/docs/
H A DDebuggingJITedCode.rst144 …llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x0000000004589ff8, ArgValues=ArrayRef<llvm::G…
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10749 SmallVector<SDValue, 4> ArgValues; in LowerArguments() local
10797 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], NumParts, in LowerArguments()
10806 if (ArgValues.empty()) in LowerArguments()
10811 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode())) in LowerArguments()
10814 SDValue Res = DAG.getMergeValues(ArrayRef(ArgValues.data(), NumValues), in LowerArguments()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp5166 std::bitset<TileRegHigh + 1> ArgValues; in CheckX86BuiltinTileDuplicate() local
5178 if (ArgValues.test(ArgExtValue)) in CheckX86BuiltinTileDuplicate()
5182 ArgValues.set(ArgExtValue); in CheckX86BuiltinTileDuplicate()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp11176 SmallVector<AA::ValueAndContext> ArgValues; in updateImpl() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4473 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6341 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local