Searched refs:getRaw (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 54 static BranchProbability getRaw(uint32_t N) { return BranchProbability(N); } in getRaw() function 225 ProbForUnknown = BranchProbability::getRaw( in normalizeProbabilities()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GEPNoWrapFlags.h | 61 unsigned getRaw() const { return Flags; } in getRaw() function
|
H A D | Constants.h | 708 return getRaw(StringRef(Data, Elts.size() * sizeof(ElementTy)), Elts.size(), 725 static Constant *getRaw(StringRef Data, uint64_t NumElements, 797 static Constant *getRaw(StringRef Data, uint64_t NumElements,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 108 static const BranchProbability UR_TAKEN_PROB = BranchProbability::getRaw(1); 503 BP[I] = BranchProbability::getRaw(Div); in calcMetadataWeights()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 436 if (int Res = cmpNumbers(GEPL->getNoWrapFlags().getRaw(), in cmpConstants() 437 GEPR->getNoWrapFlags().getRaw())) in cmpConstants()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 905 Successors.push_back({BBID, BranchProbability::getRaw(BrProb)}); in decodeBBAddrMapImpl()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfData.inc | 280 llvm::ConstantDataArray::getRaw( \
|
/freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
H A D | InstrProfData.inc | 280 llvm::ConstantDataArray::getRaw( \
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2509 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, NW.getRaw(), in getGetElementPtr()
|
H A D | Instructions.cpp | 1555 SubclassOptionalData = NW.getRaw(); in setNoWrapFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
H A D | MIParser.cpp | 915 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight)); in parseBasicBlockSuccessors()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 3595 llvm::ConstantDataArray::getRaw( in GetAddrOfMSGuidDecl()
|