Searched defs:NumValues (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 676 void MCObjectStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill()
|
| H A D | MCAssembler.cpp | 299 int64_t NumValues = 0; in computeFragmentSize() local
|
| H A D | WasmObjectWriter.cpp | 643 int64_t NumValues; in addData() local
|
| H A D | MCAsmStreamer.cpp | 1068 void MCAsmStreamer::emitFill(const MCExpr &NumValues, int64_t Size, in emitFill()
|
| H A D | MCStreamer.cpp | 1026 void MCStreamer::emitFill(const MCExpr &NumValues, int64_t Size, int64_t Expr, in emitFill()
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 3142 const MCExpr *NumValues; in parseDirectiveFill() local 4593 int64_t NumValues; in parseDirectiveDCB() local 4635 int64_t NumValues; in parseDirectiveRealDCB() local 4667 int64_t NumValues; in parseDirectiveDS() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCFragment.h | 433 const MCExpr &NumValues; variable
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 1594 unsigned NumValues = ValueVTs.size(); in visitRet() local 1612 unsigned NumValues = ValueVTs.size(); in visitRet() local 2955 unsigned NumValues = ValueVTs.size(); in visitSelect() local 3688 unsigned NumValues = ValueVTs.size(); in visitLoad() local 3861 unsigned NumValues = ValueVTs.size(); in visitStore() local 8542 for (unsigned Value = 0, NumValues = ValueVTs.size(); Value != NumValues; in LowerCallTo() local 8709 unsigned NumValues = RetTys.size(); in LowerCallTo() local 9031 for (unsigned Value = 0, NumValues = ValueVTs.size(); in LowerArguments() local 9182 unsigned NumValues = ValueVTs.size(); in LowerArguments() local
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 1357 unsigned NumValues = ValueVTs.size(); in GetReturnInfo() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 661 unsigned NumValues; variable
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 957 for (unsigned Value = 0, NumValues = ValueVTs.size(); in analyzeFormalArgumentsCompute() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1279 size_t NumValues = PN->getNumIncomingValues(); in runOnFunction() local
|