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

1 2 3 4 5 6 7 891011>>

  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.h 419 SDValue Chain, SDValue &Arg,
431 SDValue LowerMemOpCallTo(SDValue Chain, SDValue StackPtr, SDValue Arg,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 390 MachineFrameInfo *MFI, SelectionDAG &DAG, SDValue Arg,
408 SDValue Arg, SDLoc DL, bool IsTailCall,
MipsISelLowering.cpp     [all...]
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 46 CtorTester(const CtorTester &Arg) : Value(Arg.Value) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 331 SDValue Arg = Addr.getOperand(i);
332 ConstantSDNode * OffsetNode = dyn_cast<ConstantSDNode>(Arg);
333 // This arg isn't a constant so it must be the base PTR.
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTWriterStmt.cpp 522 for (CallExpr::arg_iterator Arg = E->arg_begin(), ArgEnd = E->arg_end();
523 Arg != ArgEnd; ++Arg)
524 Writer.AddStmt(*Arg);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 580 /// on to \arg Dest.
    [all...]
CGClass.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 861 // to be emitted, and the label has to used as the last arg of call
    [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 92 bool lookupSROAArgAndCost(Value *V, Value *&Arg,
178 Value *V, Value *&Arg, DenseMap<Value *, int>::iterator &CostIt) {
186 Arg = ArgIt->second;
187 CostIt = SROAArgCosts.find(Arg);
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 539 Expr* &Arg) {
559 Arg = Args[0];
565 Expr *Arg = 0;
566 if (!checkGuardedByAttrCommon(S, D, Attr, Arg))
569 D->addAttr(::new (S.Context) GuardedByAttr(Attr.getRange(), S.Context, Arg));
574 Expr *Arg = 0;
575 if (!checkGuardedByAttrCommon(S, D, Attr, Arg))
582 S.Context, Arg));
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 459 SDValue Arg = OutVals[i];
470 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
473 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
476 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
486 // The argument is a struct passed by value. According to LLVM, "Arg"
488 MemOpChains.push_back(CreateCopyOfByValArgument(Arg, PtrOff, Chain,
491 // The argument is not passed by value. "Arg" is a buildin type. It i
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 938 template <typename T, typename Arg>
939 T *create(Arg A, ProgramStateRef St, const LocationContext *LCtx) {
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 2134 milliseconds

1 2 3 4 5 6 7 891011>>