Home
last modified time | relevance | path

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

12345

/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h115 // if Bytes > Num, zero fill up to Bytes. in addBytes() argument
129 addZeros(int Num) addZeros() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp27 #define SHADER_FEATURE_FLAG(Num, DxilModuleNum, Val, Str) \ in ShaderFlags() argument
34 #define SHADER_FEATURE_FLAG(Num, DxilModuleNum, Val, Str) \ in getEncodedFlags() argument
108 SHADER_FLAG(Num,Val,Str) mapping() argument
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h531 void setNumEntries(unsigned Num) { in setNumTombstones() argument
515 setNumEntries(unsigned Num) setNumEntries() argument
871 setNumEntries(unsigned Num) setNumEntries() argument
879 setNumTombstones(unsigned Num) setNumTombstones() argument
891 allocateBuckets(unsigned Num) allocateBuckets() argument
1149 setNumEntries(unsigned Num) setNumEntries() argument
1159 setNumTombstones(unsigned Num) setNumTombstones() argument
1210 allocateBuckets(unsigned Num) allocateBuckets() argument
[all...]
H A DStringExtras.h285 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() argument
297 inline bool to_float(const Twine &T, float &Num) { in to_float() argument
301 inline bool to_float(const Twine &T, double &Num) { in to_float() argument
305 inline bool to_float(const Twine &T, long double &Num) { in to_float() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DM68k.cpp45 unsigned Num = attr->getNumber() / 2; in setTargetAttributes() local
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp901 optimizeWithRsq(IRBuilder<> & Builder,Value * Num,Value * Den,const FastMathFlags DivFMF,const FastMathFlags SqrtFMF,const Instruction * CtxI) const optimizeWithRsq() argument
943 optimizeWithRcp(IRBuilder<> & Builder,Value * Num,Value * Den,FastMathFlags FMF,const Instruction * CtxI) const optimizeWithRcp() argument
1007 optimizeWithFDivFast(IRBuilder<> & Builder,Value * Num,Value * Den,float ReqdAccuracy) const optimizeWithFDivFast() argument
1032 visitFDivElement(IRBuilder<> & Builder,Value * Num,Value * Den,FastMathFlags DivFMF,FastMathFlags SqrtFMF,Value * RsqOp,const Instruction * FDivInst,float ReqdDivAccuracy) const visitFDivElement() argument
1089 Value *Num = FDiv.getOperand(0); visitFDiv() local
1191 getDivNumBits(BinaryOperator & I,Value * Num,Value * Den,unsigned AtLeast,bool IsSigned) const getDivNumBits() argument
1213 expandDivRem24(IRBuilder<> & Builder,BinaryOperator & I,Value * Num,Value * Den,bool IsDiv,bool IsSigned) const expandDivRem24() argument
1223 expandDivRem24Impl(IRBuilder<> & Builder,BinaryOperator & I,Value * Num,Value * Den,unsigned DivBits,bool IsDiv,bool IsSigned) const expandDivRem24Impl() argument
1325 divHasSpecialOptimization(BinaryOperator & I,Value * Num,Value * Den) const divHasSpecialOptimization() argument
1493 shrinkDivRem64(IRBuilder<> & Builder,BinaryOperator & I,Value * Num,Value * Den) const shrinkDivRem64() argument
1562 Value *Num = I.getOperand(0); visitBinaryOperator() local
[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-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp71 appendUnsigned(char ** Buffer,const char * BufferEnd,u64 Num,u8 Base,u8 MinNumberLength,bool PadWithZero,bool Upper) appendUnsigned() argument
78 appendSignedDecimal(char ** Buffer,const char * BufferEnd,s64 Num,u8 MinNumberLength,bool PadWithZero) appendSignedDecimal() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h71 size_t Num = Vector.size(); in insert() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp145 unsigned Num; in LowerPATCHABLE_FUNCTION_ENTER() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h231 setVarArgsNumGPR(unsigned Num) setVarArgsNumGPR() argument
245 setVarArgsNumFPR(unsigned Num) setVarArgsNumFPR() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVN.cpp713 uint32_t Num = valueNumbering.lookup(V); erase() local
2202 areAllValsInBB(uint32_t Num,const BasicBlock * BB,GVNPass & Gvn) areAllValsInBB() argument
2213 phiTranslate(const BasicBlock * Pred,const BasicBlock * PhiBlock,uint32_t Num,GVNPass & Gvn) phiTranslate() argument
2224 areCallValsEqual(uint32_t Num,uint32_t NewNum,const BasicBlock * Pred,const BasicBlock * PhiBlock,GVNPass & Gvn) areCallValsEqual() argument
2262 phiTranslateImpl(const BasicBlock * Pred,const BasicBlock * PhiBlock,uint32_t Num,GVNPass & Gvn) phiTranslateImpl() argument
2316 eraseTranslateCacheEntry(uint32_t Num,const BasicBlock & CurrBlock) eraseTranslateCacheEntry() argument
2510 uint32_t Num = VN.lookupOrAddCmp(Cmp->getOpcode(), NotPred, Op0, Op1); propagateEquality() local
2582 unsigned Num = VN.lookupOrAdd(Load); processInstruction() local
2646 unsigned Num = VN.lookupOrAdd(I); processInstruction() local
2858 unsigned Num = VN.lookupOrAdd(Instr); performScalarPREInsertion() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp122 unsigned &Num = std::get<1>(It); EntryProps() local
181 for (auto Num : ArrayRef<unsigned>(CS.NumThreads)) appendNumThreads() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp108 StringRef Num = StringRef(Tok.getLiteralData(), Tok.getLength()); fixSeparateAttrArgAndNumber() local

12345