Searched refs:ArgValues (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 251 Record *Rec, ArrayRef<ArgumentInit *> ArgValues, SMLoc Loc, 254 ArrayRef<ArgumentInit *> ArgValues, SMLoc Loc); 256 ArrayRef<ArgumentInit *> ArgValues,
|
H A D | TGParser.cpp | 590 bool TGParser::resolveArguments(Record *Rec, ArrayRef<ArgumentInit *> ArgValues, in resolveArguments() argument 593 assert(ArgValues.size() <= ArgNames.size() && in resolveArguments() 598 for (auto *Arg : ArgValues) { in resolveArguments() 634 ArrayRef<ArgumentInit *> ArgValues, in resolveArgumentsOfClass() argument 636 return resolveArguments(Rec, ArgValues, Loc, in resolveArgumentsOfClass() 643 ArrayRef<ArgumentInit *> ArgValues, in resolveArgumentsOfMultiClass() argument 648 &MC->Rec, ArgValues, Loc, in resolveArgumentsOfMultiClass()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaX86.cpp | 421 std::bitset<TileRegHigh + 1> ArgValues; in CheckBuiltinTileDuplicate() local 433 if (ArgValues.test(ArgExtValue)) in CheckBuiltinTileDuplicate() 437 ArgValues.set(ArgExtValue); in CheckBuiltinTileDuplicate()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | ExecutionEngine.h | 226 ArrayRef<GenericValue> ArgValues) = 0;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 11673 SmallVector<SDValue, 4> ArgValues; in LowerArguments() local 11726 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], NumParts, in LowerArguments() 11735 if (ArgValues.empty()) in LowerArguments() 11740 dyn_cast<FrameIndexSDNode>(ArgValues[0].getNode())) in LowerArguments() 11743 SDValue Res = DAG.getMergeValues(ArrayRef(ArgValues.data(), NumValues), in LowerArguments()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 11665 SmallVector<AA::ValueAndContext> ArgValues; in updateImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 7321 SmallVector<SDValue, 16> ArgValues; in LowerFormalArguments() local
|