HomeSort by relevance Sort by last modified time
    Searched refs:Arg (Results 226 - 250 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_regalloc.c 264 struct rc_pair_instruction_arg * arg,
268 unsigned int new_swizzle = rc_adjust_channels(arg->Swizzle,
333 old_swizzle = r.U.P.Arg->Swizzle;
366 if (r->U.P.Arg->Source == RC_PAIR_PRESUB_SRC) {
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 282 ExprAST *Arg = ParseExpression();
283 if (!Arg) return 0;
284 Args.push_back(Arg);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 300 ExprAST *Arg = ParseExpression();
301 if (!Arg) return 0;
302 Args.push_back(Arg);
    [all...]
toy.cpp 306 ExprAST *Arg = ParseExpression();
307 if (!Arg) return 0;
308 Args.push_back(Arg);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 283 ExprAST *Arg = ParseExpression();
284 if (!Arg) return 0;
285 Args.push_back(Arg);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 285 ExprAST *Arg = ParseExpression();
286 if (!Arg) return 0;
287 Args.push_back(Arg);
    [all...]
toy.cpp 285 ExprAST *Arg = ParseExpression();
286 if (!Arg) return 0;
287 Args.push_back(Arg);
    [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 161 const Expr *Arg = getArgument();
163 const QualType ArgType = Arg->getType();
438 const Expr *Arg = getArg(I-1);
439 if (!Arg->isDefaultArgument()) {
440 SourceLocation NewEnd = Arg->getLocEnd();
    [all...]
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 837 Expr *Arg = E->getArg(0);
838 assert(CGM.getContext().hasSameUnqualifiedType(Ty, Arg->getType()) &&
841 return Visit(Arg);
    [all...]
CGExprCXX.cpp     [all...]
CGDebugInfo.h 211 /// setLocation - Update the current source location. If \arg loc is
261 llvm::Value *Arg,
  /external/clang/lib/Sema/
TreeTransform.h 235 /// C++0x [temp.arg.explicit]p9.
273 void RememberPartiallySubstitutedPack(TemplateArgument Arg) { }
528 void InventTemplateArgumentLoc(const TemplateArgument &Arg,
    [all...]
SemaExpr.cpp 4174 ExprResult arg = checkUnknownAnyArg(CallLoc, Args[i], paramType); local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp 663 hash_code llvm::hash_value(const APInt &Arg) {
664 if (Arg.isSingleWord())
665 return hash_combine(Arg.VAL);
667 return hash_combine_range(Arg.pVal, Arg.pVal + Arg.getNumWords());
    [all...]
  /external/clang/tools/scan-build/
scan-build 861 my $Arg = shift;
865 if ($k eq $Arg) {
872 push @$Args, $Arg;
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
306 StringRef Arg) {
313 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
317 if (ActualArg != Arg)
320 "expected \"" << Arg.str() << "\"";
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 330 ExprAST *Arg = ParseExpression();
331 if (!Arg) return 0;
332 Args.push_back(Arg);
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 622 const TemplateArgument &Arg);
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 594 createMemcpyOutsideCallSeq(SDValue Arg, SDValue PtrOff,

Completed in 1384 milliseconds

1 2 3 4 5 6 7 8 91011>>