/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | PackedVersion.cpp | 34 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 D | RecordSerialization.cpp | 36 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 D | NVPTXAsmPrinter.h | 115 // 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 D | SplitKit.h | 69 unsigned Num = MBB.getNumber(); in getLastInsertPoint() local 235 SlotIndex getLastSplitPoint(unsigned Num) { in getLastSplitPoint() 247 SlotIndex getFirstSplitPoint(unsigned Num) { in getFirstSplitPoint()
|
H A D | MacroFusion.cpp | 47 unsigned Num = 1; in hasLessThanNumFused() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerYAML.cpp | 27 #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 D | GCMetadata.h | 68 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 D | DenseMap.h | 531 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 D | StringExtras.h | 285 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 D | sanitizer_dense_map.h | 356 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 D | M68k.cpp | 45 unsigned Num = attr->getNumber() / 2; in setTargetAttributes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Threading.cpp | 110 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy()
|
H A D | BranchProbability.cpp | 69 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 D | AMDGPUCodeGenPrepare.cpp | 901 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 D | GCNMinRegStrategy.cpp | 108 unsigned GCNMinRegScheduler::findMax(unsigned Num, Calc C) { in findMax() 135 unsigned Num = RQ.size(); in pickCandidate() local
|
H A D | GCNPreRALongBranchReg.cpp | 97 uint64_t Num = MBB.getNumber(); in generateBlockInfo() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 67 template <typename T> Error writeEnum(T Num) { in writeEnum()
|
H A D | Threading.h | 173 inline ThreadPoolStrategy heavyweight_hardware_concurrency(StringRef Num) { in heavyweight_hardware_concurrency()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.cpp | 71 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 D | BlotMapVector.h | 71 size_t Num = Vector.size(); in insert() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchAsmPrinter.cpp | 145 unsigned Num; in LowerPATCHABLE_FUNCTION_ENTER() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.h | 231 setVarArgsNumGPR(unsigned Num) setVarArgsNumGPR() argument 245 setVarArgsNumFPR(unsigned Num) setVarArgsNumFPR() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 713 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 D | DXILMetadata.cpp | 122 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 D | ParseHLSL.cpp | 108 StringRef Num = StringRef(Tok.getLiteralData(), Tok.getLength()); fixSeparateAttrArgAndNumber() local
|