/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 203 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()
|
D | LoopVersioningLICM.cpp | 540 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/ |
D | AMDGPULowerKernelArguments.cpp | 166 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()
|
D | AMDGPUSubtarget.cpp | 486 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/ |
D | LoopUnrollPeel.cpp | 431 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()
|
D | GuardUtils.cpp | 51 MDBuilder MDB(Guard->getContext()); in makeGuardControlFlowExplicit() local 53 MDB.createBranchWeights(PredicatePassBranchWeight, 1)); in makeGuardControlFlowExplicit()
|
D | LoopVersioning.cpp | 185 MDBuilder MDB(Context); in prepareNoAliasMetadata() local 186 MDNode *Domain = MDB.createAnonymousAliasScopeDomain("LVerDomain"); in prepareNoAliasMetadata() 189 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain); in prepareNoAliasMetadata()
|
D | InlineFunction.cpp | 946 MDBuilder MDB(CalledFunc->getContext()); in AddAliasScopeMetadata() local 950 MDB.createAnonymousAliasScopeDomain(CalledFunc->getName()); in AddAliasScopeMetadata() 966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata()
|
D | Local.cpp | 2396 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/ |
D | IndirectCallPromotion.cpp | 306 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()
|
D | CGProfile.cpp | 86 MDBuilder MDB(Context); in addModuleFlags() local 92 MDB.createConstant(ConstantInt::get( in addModuleFlags()
|
D | PGOInstrumentation.cpp | 1700 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()
|
D | ControlHeightReduction.cpp | 1880 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/ |
D | CalledValuePropagation.cpp | 390 MDBuilder MDB(M.getContext()); in runCVP() local 397 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP()
|
D | SampleProfile.cpp | 1520 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/ |
D | OMPIRBuilder.cpp | 553 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/ |
D | Instruction.cpp | 753 MDBuilder MDB(getContext()); in setProfWeight() local 754 setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in setProfWeight()
|
D | Function.cpp | 1560 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()
|
D | Instructions.cpp | 485 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/ |
D | simulator-s390.h | 1220 EVALUATE(MDB);
|
D | simulator-s390.cc | 1546 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/ |
D | SystemZInstrFP.td | 464 def MDB : BinaryRXE<"mdb", 0xED1C, any_fmul, FP64, load, 8>;
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | constants-s390.h | 231 V(mdb, MDB, 0xED1C) /* type = RXE MULTIPLY (long BFP) */ \
|