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

  /external/llvm/include/llvm/IR/
CallSite.h 373 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
374 CALLSITE_DELEGATE_GETTER(getOperandBundle(Name));
377 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
378 CALLSITE_DELEGATE_GETTER(getOperandBundle(ID));
InstrTypes.h     [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 785 if (auto BU = CS.getOperandBundle(LLVMContext::OB_funclet))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 197 Optional<OperandBundleUse> DeoptBundle = CS.getOperandBundle("deopt");
    [all...]

Completed in 896 milliseconds