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

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 122 const std::vector<GenericValue> &ArgValues) {
130 assert((FTy->getNumParams() == ArgValues.size() ||
131 (FTy->isVarArg() && FTy->getNumParams() <= ArgValues.size())) &&
133 assert(FTy->getNumParams() == ArgValues.size() &&
139 switch (ArgValues.size()) {
149 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
150 (char **)GVTOP(ArgValues[1]),
151 (const char **)GVTOP(ArgValues[2])));
162 rv.IntVal = APInt(32, PF(ArgValues[0].IntVal.getZExtValue(),
163 (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/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 232 const std::vector<GenericValue> &ArgValues) = 0;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 244 milliseconds