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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 226 const std::vector<GenericValue> &ArgValues) {
234 assert((FTy->getNumParams() == ArgValues.size() ||
235 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
237 assert(FTy->getNumParams() == ArgValues.size() &&
243 switch (ArgValues.size()) {
253 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
254 (char **)GVTOP(ArgValues[1]),
255 (const char **)GVTOP(ArgValues[2])));
266 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
267 (char **)GVTOP(ArgValues[1])))
    [all...]
MCJIT.h 73 const std::vector<GenericValue> &ArgValues);
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 76 const std::vector<GenericValue> &ArgValues) {
89 ActualArgs.push_back(ArgValues[i]);
Interpreter.h 116 const std::vector<GenericValue> &ArgValues);
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 390 const std::vector<GenericValue> &ArgValues) {
398 assert((FTy->getNumParams() == ArgValues.size() ||
399 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
401 assert(FTy->getNumParams() == ArgValues.size() &&
407 switch (ArgValues.size()) {
417 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
418 (char **)GVTOP(ArgValues[1]),
419 (const char **)GVTOP(ArgValues[2])));
430 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
431 (char **)GVTOP(ArgValues[1])))
    [all...]
JIT.h 118 const std::vector<GenericValue> &ArgValues);
  /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/include/llvm/ExecutionEngine/
ExecutionEngine.h 233 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 299 milliseconds