| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 29 ArgIt ArgBegin, ArgIt ArgEnd, in EnsureFunctionExists() argument 33 for (ArgIt I = ArgBegin; I != ArgEnd; ++I) in EnsureFunctionExists() 66 ArgIt ArgBegin, ArgIt ArgEnd, in ReplaceCallWith() argument 73 for (ArgIt I = ArgBegin; I != ArgEnd; ++I) in ReplaceCallWith() 79 SmallVector<Value *, 8> Args(ArgBegin, ArgEnd); in ReplaceCallWith()
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/ |
| H A D | OptTable.h | 154 InputArgList *ParseArgs(const char* const *ArgBegin,
|
| H A D | ArgList.h | 319 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Option/ |
| H A D | OptTable.cpp | 254 InputArgList *OptTable::ParseArgs(const char *const *ArgBegin, in ParseArgs() argument 260 InputArgList *Args = new InputArgList(ArgBegin, ArgEnd); in ParseArgs() 265 unsigned Index = 0, End = ArgEnd - ArgBegin; in ParseArgs()
|
| H A D | ArgList.cpp | 306 InputArgList::InputArgList(const char* const *ArgBegin, in InputArgList() argument 308 : NumInputArgStrings(ArgEnd - ArgBegin) { in InputArgList() 309 ArgStrings.append(ArgBegin, ArgEnd); in InputArgList()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 137 const char* const *ArgBegin,
|
| H A D | ASTUnit.h | 815 const char **ArgBegin, const char **ArgEnd,
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | InstructionSimplify.h | 285 Value *SimplifyCall(Value *V, User::op_iterator ArgBegin,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 3496 static Value *SimplifyIntrinsic(Intrinsic::ID IID, IterTy ArgBegin, IterTy ArgEnd, in SimplifyIntrinsic() argument 3503 if (std::distance(ArgBegin, ArgEnd) == 1) in SimplifyIntrinsic() 3504 if (IntrinsicInst *II = dyn_cast<IntrinsicInst>(*ArgBegin)) in SimplifyIntrinsic() 3512 static Value *SimplifyCall(Value *V, IterTy ArgBegin, IterTy ArgEnd, in SimplifyCall() argument 3529 SimplifyIntrinsic((Intrinsic::ID) IID, ArgBegin, ArgEnd, Q, MaxRecurse)) in SimplifyCall() 3536 ConstantArgs.reserve(ArgEnd - ArgBegin); in SimplifyCall() 3537 for (IterTy I = ArgBegin, E = ArgEnd; I != E; ++I) { in SimplifyCall() 3547 Value *llvm::SimplifyCall(Value *V, User::op_iterator ArgBegin, in SimplifyCall() argument 3551 return ::SimplifyCall(V, ArgBegin, ArgEnd, Query(DL, TLI, DT, AC, CxtI), in SimplifyCall()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1924 const char **ArgBegin, const char **ArgEnd, in LoadFromCommandLine() argument 1945 llvm::makeArrayRef(ArgBegin, ArgEnd), in LoadFromCommandLine()
|
| H A D | CompilerInvocation.cpp | 1827 const char *const *ArgBegin, in CreateFromArgs() argument 1837 Opts->ParseArgs(ArgBegin, ArgEnd, MissingArgIndex, MissingArgCount, in CreateFromArgs()
|