Home
last modified time | relevance | path

Searched refs:UpgradeOperandBundles (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAutoUpgrade.h107 void UpgradeOperandBundles(std::vector<OperandBundleDef> &OperandBundles);
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5409 UpgradeOperandBundles(OperandBundles); in parseFunctionBody()
5511 UpgradeOperandBundles(OperandBundles); in parseFunctionBody()
6219 UpgradeOperandBundles(OperandBundles); in parseFunctionBody()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp4696 void llvm::UpgradeOperandBundles(std::vector<OperandBundleDef> &Bundles) { in UpgradeOperandBundles() function in llvm