Searched refs:MDB (Results 1 – 7 of 7) sorted by relevance
110 MDBuilder MDB(CI->getContext()); in handleBranchExpect() local116 Node = MDB.createBranchWeights(LikelyBranchWeight, UnlikelyBranchWeight); in handleBranchExpect()118 Node = MDB.createBranchWeights(UnlikelyBranchWeight, LikelyBranchWeight); in handleBranchExpect()
598 MDBuilder MDB(F.getContext()); in propagateWeights() local626 MDB.createBranchWeights(Weights)); in propagateWeights()
16 ; Check the low end of the MDB range.26 ; Check the high end of the aligned MDB range.62 ; Check that MDB allows indices.75 ; Check that multiplications of spilled values can use MDB rather than MDBR.
260 MDBuilder MDB(M->getContext()); in TEST_F() local262 MDNode *FPMathA = MDB.createFPMath(0.01f); in TEST_F()263 MDNode *FPMathB = MDB.createFPMath(0.1f); in TEST_F()
426 MDBuilder MDB(CalledFunc->getContext()); in AddAliasScopeMetadata() local430 MDB.createAnonymousAliasScopeDomain(CalledFunc->getName()); in AddAliasScopeMetadata()446 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata()
326 MDBuilder MDB(NewLoad->getContext()); in combineLoadToNewType() local366 MDB.createRange(NonNullInt, NullInt)); in combineLoadToNewType()
342 def MDB : BinaryRXE<"mdb", 0xED1C, fmul, FP64, load, 8>;