Searched refs:ArgValues (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.cpp | 81 ArrayRef<GenericValue> ArgValues) { in runFunction() argument 93 ArgValues.slice(0, std::min(ArgValues.size(), ArgCount)); in runFunction()
|
| H A D | Interpreter.h | 107 ArrayRef<GenericValue> ArgValues) override;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 513 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 D | MCJIT.h | 255 ArrayRef<GenericValue> ArgValues) override;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 226 ArrayRef<GenericValue> ArgValues) = 0;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | DebuggingJITedCode.rst | 144 …llvm::MCJIT::runFunction(this=0x000000000458ed10, F=0x0000000004589ff8, ArgValues=ArrayRef<llvm::G…
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10749 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 D | SemaChecking.cpp | 5166 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 D | AttributorAttributes.cpp | 11176 SmallVector<AA::ValueAndContext> ArgValues; in updateImpl() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 4473 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 6341 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
|