Home
last modified time | relevance | path

Searched refs:MDB (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp203 MDBuilder MDB(PhiDef->getContext()); in handlePhiDef() local
230 MDB.createBranchWeights(LikelyBranchWeight, UnlikelyBranchWeight)); in handlePhiDef()
234 MDB.createBranchWeights(UnlikelyBranchWeight, LikelyBranchWeight)); in handlePhiDef()
288 MDBuilder MDB(CI->getContext()); in handleBrSelExpect() local
294 Node = MDB.createBranchWeights(LikelyBranchWeight, UnlikelyBranchWeight); in handleBrSelExpect()
295 ExpNode = MDB.createMisExpect(0, LikelyBranchWeight, UnlikelyBranchWeight); in handleBrSelExpect()
297 Node = MDB.createBranchWeights(UnlikelyBranchWeight, LikelyBranchWeight); in handleBrSelExpect()
298 ExpNode = MDB.createMisExpect(1, LikelyBranchWeight, UnlikelyBranchWeight); in handleBrSelExpect()
DLoopVersioningLICM.cpp540 MDBuilder MDB(I->getContext()); in setNoAliasToLoop() local
541 MDNode *NewDomain = MDB.createAnonymousAliasScopeDomain("LVDomain"); in setNoAliasToLoop()
544 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerKernelArguments.cpp166 MDBuilder MDB(Ctx); in runOnFunction() local
177 MDB.createConstant( in runOnFunction()
186 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
195 MDB.createConstant(ConstantInt::get(Builder.getInt64Ty(), in runOnFunction()
DAMDGPUSubtarget.cpp486 MDBuilder MDB(I->getContext()); in makeLIDRangeMetadata() local
487 MDNode *MaxWorkGroupSizeRange = MDB.createRange(APInt(32, MinSize), in makeLIDRangeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnrollPeel.cpp431 MDBuilder MDB(LatchBR->getContext()); in updateBranchWeights() local
433 HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight) in updateBranchWeights()
434 : MDB.createBranchWeights(FallThroughWeight, ExitWeight); in updateBranchWeights()
472 MDBuilder MDB(LatchBR->getContext()); in fixupBranchWeights() local
475 HeaderIdx ? MDB.createBranchWeights(ExitWeight, FallThroughWeight) in fixupBranchWeights()
476 : MDB.createBranchWeights(FallThroughWeight, ExitWeight); in fixupBranchWeights()
DGuardUtils.cpp51 MDBuilder MDB(Guard->getContext()); in makeGuardControlFlowExplicit() local
53 MDB.createBranchWeights(PredicatePassBranchWeight, 1)); in makeGuardControlFlowExplicit()
DLoopVersioning.cpp185 MDBuilder MDB(Context); in prepareNoAliasMetadata() local
186 MDNode *Domain = MDB.createAnonymousAliasScopeDomain("LVerDomain"); in prepareNoAliasMetadata()
189 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain); in prepareNoAliasMetadata()
DInlineFunction.cpp946 MDBuilder MDB(CalledFunc->getContext()); in AddAliasScopeMetadata() local
950 MDB.createAnonymousAliasScopeDomain(CalledFunc->getName()); in AddAliasScopeMetadata()
966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata()
DLocal.cpp2396 MDBuilder MDB(Dest.getContext()); in copyMetadataForLoad() local
2573 MDBuilder MDB(NewLI.getContext()); in copyNonnullMetadata() local
2580 MDB.createRange(NonNullInt, NullInt)); in copyNonnullMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp306 MDBuilder MDB(Inst->getContext()); in promoteIndirectCall() local
307 MDNode *BranchWeights = MDB.createBranchWeights( in promoteIndirectCall()
314 MDBuilder MDB(NewInst->getContext()); in promoteIndirectCall() local
317 MDB.createBranchWeights({static_cast<uint32_t>(Count)})); in promoteIndirectCall()
DCGProfile.cpp86 MDBuilder MDB(Context); in addModuleFlags() local
92 MDB.createConstant(ConstantInt::get( in addModuleFlags()
DPGOInstrumentation.cpp1700 MDBuilder MDB(M->getContext()); in setProfMetadata() local
1714 TI->setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in setProfMetadata()
1746 MDBuilder MDB(M->getContext()); in setIrrLoopHeaderMetadata() local
1748 MDB.createIrrLoopHeaderWeight(Count)); in setIrrLoopHeaderMetadata()
DControlHeightReduction.cpp1880 MDBuilder MDB(F.getContext()); in fixupBranchesAndSelects() local
1881 MergedBR->setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in fixupBranchesAndSelects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp390 MDBuilder MDB(M.getContext()); in runCVP() local
397 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
DSampleProfile.cpp1520 MDBuilder MDB(Ctx); in propagateWeights() local
1552 MDB.createBranchWeights( in propagateWeights()
1605 MDB.createBranchWeights(Weights)); in propagateWeights()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp553 MDBuilder MDB(Ctx); in CreateParallel() local
561 *llvm::MDNode::get(Ctx, {MDB.createCallbackEncoding( in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp753 MDBuilder MDB(getContext()); in setProfWeight() local
754 setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in setProfWeight()
DFunction.cpp1560 MDBuilder MDB(getContext()); in setEntryCount() local
1563 MDB.createFunctionEntryCount(Count.getCount(), Count.isSynthetic(), S)); in setEntryCount()
1606 MDBuilder MDB(getContext()); in setSectionPrefix() local
1608 MDB.createFunctionSectionPrefix(Prefix)); in setSectionPrefix()
DInstructions.cpp485 MDBuilder MDB(getContext()); in updateProfWeight() local
496 Vals.push_back(MDB.createConstant(ConstantInt::get( in updateProfWeight()
508 Vals.push_back(MDB.createConstant( in updateProfWeight()
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h1220 EVALUATE(MDB);
Dsimulator-s390.cc1546 EvalTable[MDB] = &Simulator::Evaluate_MDB; in EvalTableInit()
11200 EVALUATE(MDB) { in EVALUATE() argument
11201 DCHECK_OPCODE(MDB); in EVALUATE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td464 def MDB : BinaryRXE<"mdb", 0xED1C, any_fmul, FP64, load, 8>;
/third_party/node/deps/v8/src/codegen/s390/
Dconstants-s390.h231 V(mdb, MDB, 0xED1C) /* type = RXE MULTIPLY (long BFP) */ \