| /external/swiftshader/third_party/LLVM/utils/TableGen/ |
| CodeGenTarget.cpp | 492 unsigned ArgNo = Property->getValueAsInt("ArgNo"); 493 ArgumentAttributes.push_back(std::make_pair(ArgNo, NoCapture));
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| MemCpyOptimizer.cpp | 338 bool processByValArgument(CallSite CS, unsigned ArgNo); [all...] |
| TailRecursionElimination.cpp | 277 unsigned ArgNo = 0; 280 ++ArgNo; 285 if (CI->getArgOperand(ArgNo) == Arg)
|
| /external/llvm/include/llvm/IR/ |
| DIBuilder.h | 490 /// \c ArgNo is the index (starting from \c 1) of this variable in the 491 /// subprogram parameters. \c ArgNo should not conflict with other 497 unsigned ArgNo, DIFile *File, [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| TailRecursionElimination.cpp | 365 unsigned ArgNo = 0; 368 ++ArgNo; 373 if (CI->getArgOperand(ArgNo) == Arg) [all...] |
| MemCpyOptimizer.cpp | 335 bool processByValArgument(CallSite CS, unsigned ArgNo); [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
| DIBuilder.h | 532 /// \c ArgNo is the index (starting from \c 1) of this variable in the 533 /// subprogram parameters. \c ArgNo should not conflict with other 539 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/ |
| DIBuilder.h | 536 /// \c ArgNo is the index (starting from \c 1) of this variable in the 537 /// subprogram parameters. \c ArgNo should not conflict with other 543 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| Instructions.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/ |
| DIBuilder.h | 536 /// \c ArgNo is the index (starting from \c 1) of this variable in the 537 /// subprogram parameters. \c ArgNo should not conflict with other 543 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| Instructions.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| Instructions.h | [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
| DIBuilder.h | 532 /// \c ArgNo is the index (starting from \c 1) of this variable in the 533 /// subprogram parameters. \c ArgNo should not conflict with other 539 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
| DIBuilder.h | 536 /// \c ArgNo is the index (starting from \c 1) of this variable in the 537 /// subprogram parameters. \c ArgNo should not conflict with other 543 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
| DIBuilder.h | 536 /// \c ArgNo is the index (starting from \c 1) of this variable in the 537 /// subprogram parameters. \c ArgNo should not conflict with other 543 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/ |
| DIBuilder.h | 550 /// \c ArgNo is the index (starting from \c 1) of this variable in the 551 /// subprogram parameters. \c ArgNo should not conflict with other 557 createParameterVariable(DIScope *Scope, StringRef Name, unsigned ArgNo, [all...] |
| /art/runtime/interpreter/mterp/x86/ |
| header.S | 54 Once past the prologue, arguments are referenced at ((argno + 2)*4)(%ebp)
|
| /external/clang/lib/CodeGen/ |
| CGDebugInfo.cpp | [all...] |