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

  /src/external/apache2/llvm/dist/llvm/lib/IR/
Statepoint.cpp 36 uint32_t NumPatchBytes;
40 if (!AttrNumPatchBytes.getValueAsString().getAsInteger(10, NumPatchBytes))
41 Result.NumPatchBytes = NumPatchBytes;
IRBuilder.cpp 599 getStatepointArgs(IRBuilderBase &B, uint64_t ID, uint32_t NumPatchBytes,
603 Args.push_back(B.getInt32(NumPatchBytes));
642 IRBuilderBase *Builder, uint64_t ID, uint32_t NumPatchBytes,
660 getStatepointArgs(*Builder, ID, NumPatchBytes, ActualCallee, Flags,
670 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
674 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None),
679 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags,
684 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs,
689 uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee,
693 this, ID, NumPatchBytes, ActualCallee, uint32_t(StatepointFlags::None)
    [all...]
Verifier.cpp 2212 const int64_t NumPatchBytes =
2214 assert(isInt<32>(NumPatchBytes) && "NumPatchBytesV is an i32!");
2215 Assert(NumPatchBytes >= 0,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Statepoint.h 96 uint64_t NumPatchBytes =
98 assert(isInt<32>(NumPatchBytes) && "should fit in 32 bits!");
99 return NumPatchBytes;
256 Optional<uint32_t> NumPatchBytes;
IRBuilder.h 785 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
794 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
805 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
814 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
823 uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee,
833 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 822 DAG.getTargetConstant(SI.NumPatchBytes, getCurSDLoc(), MVT::i32));
1072 SI.NumPatchBytes = I.getNumPatchBytes();
1134 SI.NumPatchBytes = SD.NumPatchBytes.getValueOr(0);
SelectionDAGBuilder.h 611 unsigned NumPatchBytes = -1;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1547 uint32_t NumPatchBytes = 0;
1568 if (SD.NumPatchBytes)
1569 NumPatchBytes = *SD.NumPatchBytes;
1706 StatepointID, NumPatchBytes, CallTarget, Flags, CallArgs,
1733 StatepointID, NumPatchBytes, CallTarget, II->getNormalDest(),

Completed in 30 milliseconds