Lines Matching refs:Bundle
2581 void LLVMDisposeOperandBundle(LLVMOperandBundleRef Bundle) { in LLVMDisposeOperandBundle() argument
2582 delete unwrap(Bundle); in LLVMDisposeOperandBundle()
2585 const char *LLVMGetOperandBundleTag(LLVMOperandBundleRef Bundle, size_t *Len) { in LLVMGetOperandBundleTag() argument
2586 StringRef Str = unwrap(Bundle)->getTag(); in LLVMGetOperandBundleTag()
2591 unsigned LLVMGetNumOperandBundleArgs(LLVMOperandBundleRef Bundle) { in LLVMGetNumOperandBundleArgs() argument
2592 return unwrap(Bundle)->inputs().size(); in LLVMGetNumOperandBundleArgs()
2595 LLVMValueRef LLVMGetOperandBundleArgAtIndex(LLVMOperandBundleRef Bundle, in LLVMGetOperandBundleArgAtIndex() argument
2597 return wrap(unwrap(Bundle)->inputs()[Index]); in LLVMGetOperandBundleArgAtIndex()
3188 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { in LLVMBuildInvokeWithOperandBundles() local
3189 OperandBundleDef *OB = unwrap(Bundle); in LLVMBuildInvokeWithOperandBundles()
3991 for (auto *Bundle : ArrayRef(Bundles, NumBundles)) { in LLVMBuildCallWithOperandBundles() local
3992 OperandBundleDef *OB = unwrap(Bundle); in LLVMBuildCallWithOperandBundles()