Searched refs:OperandBundles (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3730 std::vector<OperandBundleDef> OperandBundles; in parseFunctionBody() local 4534 OperandBundles); in parseFunctionBody() 4536 OperandBundles.clear(); in parseFunctionBody() 4621 OperandBundles); in parseFunctionBody() 4623 OperandBundles.clear(); in parseFunctionBody() 5064 I = CallInst::Create(FTy, Callee, Args, OperandBundles); in parseFunctionBody() 5066 OperandBundles.clear(); in parseFunctionBody() 5120 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody() 5144 if (!OperandBundles.empty()) { in parseFunctionBody() 5178 if (!OperandBundles.empty()) in parseFunctionBody()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 3830 std::vector<OperandBundleDef> OperandBundles; in parseFunctionBody() local 4636 OperandBundles); in parseFunctionBody() 4638 OperandBundles.clear(); in parseFunctionBody() 4723 OperandBundles); in parseFunctionBody() 4725 OperandBundles.clear(); in parseFunctionBody() 5235 I = CallInst::Create(FTy, Callee, Args, OperandBundles); in parseFunctionBody() 5237 OperandBundles.clear(); in parseFunctionBody() 5291 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody() 5315 if (!OperandBundles.empty()) { in parseFunctionBody() 5349 if (!OperandBundles.empty()) in parseFunctionBody()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4391 std::vector<OperandBundleDef> OperandBundles; in parseFunctionBody() local 5137 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops, OperandBundles); in parseFunctionBody() 5138 OperandBundles.clear(); in parseFunctionBody() 5535 I = CallInst::Create(FTy, Callee, Args, OperandBundles); in parseFunctionBody() 5536 OperandBundles.clear(); in parseFunctionBody() 5588 OperandBundles.emplace_back(BundleTags[Record[0]], std::move(Inputs)); in parseFunctionBody() 5599 if (!OperandBundles.empty()) { in parseFunctionBody() 5618 if (!OperandBundles.empty()) in parseFunctionBody()
|