HomeSort by relevance Sort by last modified time
    Searched refs:NBytesPos (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 43 enum { IDPos, NBytesPos, TargetPos, NArgPos, CCPos, MetaEnd };
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 423 unsigned NumBytes = Opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 621 assert(isa<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos)) &&
624 cast<ConstantInt>(I->getOperand(PatchPointOpers::NBytesPos));
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 774 unsigned NumBytes = opers.getMetaOper(PatchPointOpers::NBytesPos).getImm();
    [all...]

Completed in 1156 milliseconds