Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp110 MDBuilder MDB(CI->getContext()); in handleBranchExpect() local
116 Node = MDB.createBranchWeights(LikelyBranchWeight, UnlikelyBranchWeight); in handleBranchExpect()
118 Node = MDB.createBranchWeights(UnlikelyBranchWeight, LikelyBranchWeight); in handleBranchExpect()
DSampleProfile.cpp598 MDBuilder MDB(F.getContext()); in propagateWeights() local
626 MDB.createBranchWeights(Weights)); in propagateWeights()
/external/llvm/test/CodeGen/SystemZ/
Dfp-mul-03.ll16 ; 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.
/external/llvm/unittests/IR/
DIRBuilderTest.cpp260 MDBuilder MDB(M->getContext()); in TEST_F() local
262 MDNode *FPMathA = MDB.createFPMath(0.01f); in TEST_F()
263 MDNode *FPMathB = MDB.createFPMath(0.1f); in TEST_F()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp426 MDBuilder MDB(CalledFunc->getContext()); in AddAliasScopeMetadata() local
430 MDB.createAnonymousAliasScopeDomain(CalledFunc->getName()); in AddAliasScopeMetadata()
446 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp326 MDBuilder MDB(NewLoad->getContext()); in combineLoadToNewType() local
366 MDB.createRange(NonNullInt, NullInt)); in combineLoadToNewType()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td342 def MDB : BinaryRXE<"mdb", 0xED1C, fmul, FP64, load, 8>;