Home
last modified time | relevance | path

Searched defs:Num (Results 1 – 25 of 125) sorted by relevance

12345

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DPackedVersion.cpp34 unsigned long long Num; in parse32() local
69 unsigned long long Num; in parse64() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordSerialization.cpp36 Error llvm::codeview::consume(BinaryStreamReader &Reader, APSInt &Num) { in consume()
104 Error llvm::codeview::consume(StringRef &Data, APSInt &Num) { in consume()
115 uint64_t &Num) { in consume_numeric()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h115 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes()
129 unsigned addZeros(int Num) { in addZeros()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h69 unsigned Num = MBB.getNumber(); in getLastInsertPoint() local
235 SlotIndex getLastSplitPoint(unsigned Num) { in getLastSplitPoint()
247 SlotIndex getFirstSplitPoint(unsigned Num) { in getFirstSplitPoint()
H A DMacroFusion.cpp47 unsigned Num = 1; in hasLessThanNumFused() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp27 #define SHADER_FLAG(Num, Val, Str) \ in ShaderFlags() argument
34 #define SHADER_FLAG(Num, Val, Str) \ in getEncodedFlags() argument
108 #define SHADER_FLAG(Num, Val, Str) IO.mapRequired(#Val, Flags.Val); in mapping() argument
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h68 int Num; ///< Usually a frame index. member
118 void addStackRoot(int Num, const Constant *Metadata) { in addStackRoot()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h515 void setNumEntries(unsigned Num) { in setNumEntries()
531 void setNumTombstones(unsigned Num) { in setNumTombstones()
871 void setNumEntries(unsigned Num) { in setNumEntries()
879 void setNumTombstones(unsigned Num) { in setNumTombstones()
891 bool allocateBuckets(unsigned Num) { in allocateBuckets()
1149 void setNumEntries(unsigned Num) { in setNumEntries()
1159 void setNumTombstones(unsigned Num) { in setNumTombstones()
1210 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets()
H A DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float()
297 inline bool to_float(const Twine &T, float &Num) { in to_float()
301 inline bool to_float(const Twine &T, double &Num) { in to_float()
305 inline bool to_float(const Twine &T, long double &Num) { in to_float()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h356 void setNumEntries(unsigned Num) { in setNumEntries()
368 void setNumTombstones(unsigned Num) { in setNumTombstones()
664 void setNumEntries(unsigned Num) { NumEntries = Num; } in setNumEntries()
668 void setNumTombstones(unsigned Num) { NumTombstones = Num; } in setNumTombstones()
674 bool allocateBuckets(unsigned Num) { in allocateBuckets()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DM68k.cpp45 unsigned Num = attr->getNumber() / 2; in setTargetAttributes() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DThreading.cpp110 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy()
H A DBranchProbability.cpp69 static uint64_t scale(uint64_t Num, uint32_t N, uint32_t D) { in scale()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp901 IRBuilder<> &Builder, Value *Num, Value *Den, const FastMathFlags DivFMF, in optimizeWithRsq()
943 AMDGPUCodeGenPrepareImpl::optimizeWithRcp(IRBuilder<> &Builder, Value *Num, in optimizeWithRcp()
1007 IRBuilder<> &Builder, Value *Num, Value *Den, float ReqdAccuracy) const { in optimizeWithFDivFast()
1032 IRBuilder<> &Builder, Value *Num, Value *Den, FastMathFlags DivFMF, in visitFDivElement()
1089 Value *Num = FDiv.getOperand(0); in visitFDiv() local
1191 int AMDGPUCodeGenPrepareImpl::getDivNumBits(BinaryOperator &I, Value *Num, in getDivNumBits()
1213 BinaryOperator &I, Value *Num, in expandDivRem24()
1223 IRBuilder<> &Builder, BinaryOperator &I, Value *Num, Value *Den, in expandDivRem24Impl()
1325 Value *Num, in divHasSpecialOptimization()
1493 BinaryOperator &I, Value *Num, in shrinkDivRem64()
[all …]
H A DGCNMinRegStrategy.cpp108 unsigned GCNMinRegScheduler::findMax(unsigned Num, Calc C) { in findMax()
135 unsigned Num = RQ.size(); in pickCandidate() local
H A DGCNPreRALongBranchReg.cpp97 uint64_t Num = MBB.getNumber(); in generateBlockInfo() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamWriter.h67 template <typename T> Error writeEnum(T Num) { in writeEnum()
H A DThreading.h173 inline ThreadPoolStrategy heavyweight_hardware_concurrency(StringRef Num) { in heavyweight_hardware_concurrency()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp71 static int appendUnsigned(char **Buffer, const char *BufferEnd, u64 Num, in appendUnsigned()
78 static int appendSignedDecimal(char **Buffer, const char *BufferEnd, s64 Num, in appendSignedDecimal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h71 size_t Num = Vector.size(); in insert() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp145 unsigned Num; in LowerPATCHABLE_FUNCTION_ENTER() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h231 void setVarArgsNumGPR(unsigned Num) { VarArgsNumGPR = Num; } in setVarArgsNumGPR()
245 void setVarArgsNumFPR(unsigned Num) { VarArgsNumFPR = Num; } in setVarArgsNumFPR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp713 uint32_t Num = valueNumbering.lookup(V); in erase() local
2202 bool GVNPass::ValueTable::areAllValsInBB(uint32_t Num, const BasicBlock *BB, in areAllValsInBB()
2213 uint32_t Num, GVNPass &Gvn) { in phiTranslate()
2224 bool GVNPass::ValueTable::areCallValsEqual(uint32_t Num, uint32_t NewNum, in areCallValsEqual()
2262 uint32_t Num, GVNPass &Gvn) { in phiTranslateImpl()
2316 uint32_t Num, const BasicBlock &CurrBlock) { in eraseTranslateCacheEntry()
2510 uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1); in propagateEquality() local
2582 unsigned Num = VN.lookupOrAdd(Load); in processInstruction() local
2646 unsigned Num = VN.lookupOrAdd(I); in processInstruction() local
2858 unsigned Num = VN.lookupOrAdd(Instr); in performScalarPREInsertion() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp122 unsigned &Num = std::get<1>(It); in EntryProps() local
181 for (auto Num : ArrayRef<unsigned>(CS.NumThreads)) in appendNumThreads() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp108 StringRef Num = StringRef(Tok.getLiteralData(), Tok.getLength()); in fixSeparateAttrArgAndNumber() local

12345