Home
last modified time | relevance | path

Searched refs:getRaw (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h54 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 DGEPNoWrapFlags.h61 unsigned getRaw() const { return Flags; } in getRaw() function
H A DConstants.h708 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 DBranchProbabilityInfo.cpp108 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 DFunctionComparator.cpp436 if (int Res = cmpNumbers(GEPL->getNoWrapFlags().getRaw(), in cmpConstants()
437 GEPR->getNoWrapFlags().getRaw())) in cmpConstants()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp905 Successors.push_back({BBID, BranchProbability::getRaw(BrProb)}); in decodeBBAddrMapImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc280 llvm::ConstantDataArray::getRaw( \
/freebsd/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc280 llvm::ConstantDataArray::getRaw( \
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2509 const ConstantExprKeyType Key(Instruction::GetElementPtr, ArgVec, NW.getRaw(), in getGetElementPtr()
H A DInstructions.cpp1555 SubclassOptionalData = NW.getRaw(); in setNoWrapFlags()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp915 MBB.addSuccessor(SuccMBB, BranchProbability::getRaw(Weight)); in parseBasicBlockSuccessors()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3595 llvm::ConstantDataArray::getRaw( in GetAddrOfMSGuidDecl()