HomeSort by relevance Sort by last modified time
    Searched refs:ArgValues (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 79 const std::vector<GenericValue> &ArgValues) {
92 ActualArgs.push_back(ArgValues[i]);
Interpreter.h 116 const std::vector<GenericValue> &ArgValues) override;
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 238 const std::vector<GenericValue> &ArgValues) {
246 assert((FTy->getNumParams() == ArgValues.size() ||
247 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
249 assert(FTy->getNumParams() == ArgValues.size() &&
255 switch (ArgValues.size()) {
265 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
266 (char **)GVTOP(ArgValues[1]),
267 (const char **)GVTOP(ArgValues[2])));
278 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
279 (char **)GVTOP(ArgValues[1])))
    [all...]
JIT.h 118 const std::vector<GenericValue> &ArgValues) override;
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 81 SmallVector<llvm::Value *, 16> ArgValues;
86 ArgValues.push_back(V);
100 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 433 const std::vector<GenericValue> &ArgValues) {
441 assert((FTy->getNumParams() == ArgValues.size() ||
442 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
444 assert(FTy->getNumParams() == ArgValues.size() &&
450 switch (ArgValues.size()) {
460 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
461 (char **)GVTOP(ArgValues[1]),
462 (const char **)GVTOP(ArgValues[2])));
473 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
474 (char **)GVTOP(ArgValues[1])))
    [all...]
MCJIT.h 288 const std::vector<GenericValue> &ArgValues) override;
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 255 const std::vector<GenericValue> &ArgValues) = 0;
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 214 milliseconds