HomeSort by relevance Sort by last modified time
    Searched refs:arg_size (Results 26 - 50 of 63) sorted by null

12 3

  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
X86FastISel.cpp 2738 unsigned arg_size = CS.arg_size(); local
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 700 if (CalleeF->arg_size() != Args.size())
931 if (F->arg_size() != Args.size()) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 727 if (CalleeF->arg_size() != Args.size())
955 if (F->arg_size() != Args.size()) {
    [all...]
toy.cpp 1091 if (CalleeF->arg_size() != Args.size())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 949 if (CalleeF->arg_size() != Args.size())
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 709 if (CalleeF->arg_size() != Args.size())
937 if (F->arg_size() != Args.size()) {
    [all...]
toy.cpp 989 if (CalleeF->arg_size() != Args.size())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 708 for (unsigned i = 0; i < CS.arg_size(); ++i)
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 604 assert(CalledFunc->arg_size() == CS.arg_size() &&
    [all...]
  /art/compiler/sea_ir/code_gen/
code_gen.cc 87 param_id != llvm_data_->function_->arg_size(); ++arg_it, ++param_id) {
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 186 const unsigned NumArgs = F->arg_size();
Execution.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
DeadArgumentElimination.cpp 648 for (unsigned i = 0, e = F.arg_size(); i != e; ++i)
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
Function.cpp 271 size_t Function::arg_size() const { function in class:Function
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 2317 unsigned arg_size = CS.arg_size(); local
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 210 unsigned NumActualArgs = CS.arg_size();
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp     [all...]
  /external/chromium_org/v8/src/
deoptimizer.cc 2862 int arg_size = (ComputeParametersCount() + 1) * kPointerSize; local
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]

Completed in 1065 milliseconds

12 3