HomeSort by: relevance | last modified time | path
    Searched refs:NArgPos (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
StackMaps.h 79 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd };
122 return MI->getOperand(getMetaIdx(NArgPos)).getImm();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 778 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos)) &&
781 cast<ConstantInt>(I->getOperand(PatchPointOpers::NArgPos));
SelectionDAGBuilder.cpp 9134 SDValue NArgVal = getValue(CB.getArgOperand(PatchPointOpers::NArgPos));

Completed in 62 milliseconds