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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 123 const std::vector<GenericValue> &ArgValues) {
131 assert((FTy->getNumParams() == ArgValues.size() ||
132 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
134 assert(FTy->getNumParams() == ArgValues.size() &&
140 switch (ArgValues.size()) {
150 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
151 (char **)GVTOP(ArgValues[1]),
152 (const char **)GVTOP(ArgValues[2])));
163 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
164 (char **)GVTOP(ArgValues[1])))
    [all...]
MCJIT.h 59 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 388 const std::vector<GenericValue> &ArgValues) {
396 assert((FTy->getNumParams() == ArgValues.size() ||
397 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
399 assert(FTy->getNumParams() == ArgValues.size() &&
405 switch (ArgValues.size()) {
415 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
416 (char **)GVTOP(ArgValues[1]),
417 (const char **)GVTOP(ArgValues[2])));
428 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
429 (char **)GVTOP(ArgValues[1])))
    [all...]
JIT.h 118 const std::vector<GenericValue> &ArgValues);
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 82 llvm::SmallVector<llvm::Value *, 16> ArgValues;
87 ArgValues.push_back(V);
101 Args[0] = CGF.Builder.CreatePointerCast(ArgValues[I], VoidPtrTy);
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 229 const std::vector<GenericValue> &ArgValues) = 0;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 124 milliseconds