| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSection.h | 523 const MCExpr &NumValues; variable 530 MCFillFragment(uint64_t Value, uint8_t VSize, const MCExpr &NumValues, in MCFillFragment() argument 533 NumValues(NumValues), Loc(Loc) {} in MCFillFragment() 537 const MCExpr &getNumValues() const { return NumValues; } in getNumValues()
|
| H A D | MCObjectStreamer.h | 174 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
| H A D | MCStreamer.h | 790 virtual void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.h | 106 BTFTypeEnum(const DICompositeType *ETy, uint32_t NumValues, bool IsSigned); 227 BTFTypeEnum64(const DICompositeType *ETy, uint32_t NumValues, bool IsSigned);
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 742 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() argument 746 if (NumValues.evaluateAsAbsolute(IntNumValues, getAssembler())) { in emitFill() 767 getContext().allocFragment<MCFillFragment>(Expr, Size, NumValues, Loc)); in emitFill()
|
| H A D | MCAssembler.cpp | 209 int64_t NumValues = 0; in computeFragmentSize() local 210 if (!FF.getNumValues().evaluateKnownAbsolute(NumValues, *this)) { in computeFragmentSize() 214 int64_t Size = NumValues * FF.getValueSize(); in computeFragmentSize()
|
| H A D | WasmObjectWriter.cpp | 709 int64_t NumValues; in addData() local 710 if (!Fill->getNumValues().evaluateAsAbsolute(NumValues)) in addData() 712 DataBytes.insert(DataBytes.end(), Fill->getValueSize() * NumValues, in addData()
|
| H A D | MCAsmStreamer.cpp | 265 void emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, 1451 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill() argument 1455 MAI->printExpr(OS, NumValues); in emitFill()
|
| H A D | MCStreamer.cpp | 1329 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3282 const MCExpr *NumValues; in parseDirectiveFill() local 3283 if (checkForValidSection() || parseExpression(NumValues)) in parseDirectiveFill() 3316 getStreamer().emitFill(*NumValues, FillSize, FillExpr, NumValuesLoc); in parseDirectiveFill() 4844 int64_t NumValues; in parseDirectiveDCB() local 4845 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveDCB() 4848 if (NumValues < 0) { in parseDirectiveDCB() 4867 for (uint64_t i = 0, e = NumValues; i != e; ++i) in parseDirectiveDCB() 4870 for (uint64_t i = 0, e = NumValues; i != e; ++i) in parseDirectiveDCB() 4881 int64_t NumValues; in parseDirectiveRealDCB() local 4882 if (checkForValidSection() || parseAbsoluteExpression(NumValues)) in parseDirectiveRealDCB() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2173 unsigned NumValues = ValueVTs.size(); in visitRet() local 2175 SmallVector<SDValue, 4> Chains(NumValues); in visitRet() 2177 for (unsigned i = 0; i != NumValues; ++i) { in visitRet() 2198 unsigned NumValues = ValueVTs.size(); in visitRet() local 2199 if (NumValues) { in visitRet() 2217 for (unsigned j = 0; j != NumValues; ++j) { in visitRet() 2245 if (j == NumValues - 1) in visitRet() 3748 unsigned NumValues = ValueVTs.size(); in visitSelect() local 3749 if (NumValues == 0) return; in visitSelect() 3751 SmallVector<SDValue, 4> Values(NumValues); in visitSelect() [all …]
|
| H A D | LegalizeFloatTypes.cpp | 3111 for (unsigned ResNum = 0, NumValues = N->getNumValues(); ResNum < NumValues; in PromoteFloatRes_UnaryWithTwoFPResults() local 3546 for (unsigned ResNum = 0, NumValues = N->getNumValues(); ResNum < NumValues; in SoftPromoteHalfRes_UnaryWithTwoFPResults() local
|
| H A D | SelectionDAG.cpp | 11294 N->NumValues = VTs.NumVTs; in MorphNodeTo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 661 unsigned short NumValues; 1063 SDVTList X = { ValueList, NumValues }; 1101 unsigned getNumValues() const { return NumValues; } 1105 assert(ResNo < NumValues && "Illegal result number!"); 1126 value_iterator value_end() const { return ValueList+NumValues; } 1204 : NodeType(Opc), ValueList(VTs.VTs), NumValues(VTs.NumVTs), 1208 assert(NumValues == VTs.NumVTs &&
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CallLowering.cpp | 1002 unsigned NumValues = SplitVTs.size(); in insertSRetLoads() local 1010 for (unsigned I = 0; I < NumValues; ++I) { in insertSRetLoads() 1033 unsigned NumValues = SplitVTs.size(); in insertSRetStores() local 1040 for (unsigned I = 0; I < NumValues; ++I) { in insertSRetStores()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1742 unsigned NumValues = ValueVTs.size(); in GetReturnInfo() local 1743 if (NumValues == 0) return; in GetReturnInfo() 1745 for (unsigned j = 0, f = NumValues; j != f; ++j) { in GetReturnInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 886 const uint64_t NumValues = Array.getAllocatedType()->getArrayNumElements(); in getValues() local 887 StoredValues.assign(NumValues, nullptr); in getValues() 888 LastAccesses.assign(NumValues, nullptr); in getValues() 923 const unsigned NumValues = StoredValues.size(); in isFilled() local 924 for (unsigned I = 0; I < NumValues; ++I) { in isFilled()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLoweringHVX.cpp | 818 unsigned NumValues = Values.size(); in buildHvxVectorReg() local 819 assert(NumValues > 0); in buildHvxVectorReg() 821 for (unsigned i = 0; i != NumValues; ++i) { in buildHvxVectorReg()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 2327 static constexpr std::size_t NumValues = NumRefs + 1;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1614 size_t NumValues = PN->getNumIncomingValues(); in runOnFunction() local 1615 for (size_t v = 0; v < NumValues; v++) { in runOnFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 1248 for (unsigned Value = 0, NumValues = ValueVTs.size(); in analyzeFormalArgumentsCompute() local 1249 Value != NumValues; ++Value) { in analyzeFormalArgumentsCompute()
|