Home
last modified time | relevance | path

Searched refs:NumVals (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp239 unsigned NumVals = N->getNumValues(); in CopyAndMoveSuccessors() local
241 for (unsigned i = 0; i != NumVals; ++i) in CopyAndMoveSuccessors()
497 unsigned NumVals = F.getNumOperandRegisters(); in DelayForLiveRegsBottomUp() local
503 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp()
509 i += NumVals; in DelayForLiveRegsBottomUp()
736 unsigned NumVals = N->getNumValues(); in Schedule() local
737 if (NumVals && N->getValueType(NumVals-1) == MVT::Glue && in Schedule()
738 N->hasAnyUseOfValue(NumVals-1)) { in Schedule()
H A DInstrEmitter.cpp1352 const unsigned NumVals = F.getNumOperandRegisters(); in EmitSpecialNode() local
1360 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1370 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
1382 for (unsigned j = 0; j != NumVals; ++j, ++i) in EmitSpecialNode()
1392 for (unsigned j = 0; j != NumVals; ++j) in EmitSpecialNode()
1398 for (unsigned j = 0; j != NumVals; ++j, ++i) { in EmitSpecialNode()
H A DScheduleDAGRRList.cpp993 unsigned NumVals = N->getNumValues(); in TryUnfoldSU() local
1048 for (unsigned i = 0; i != NumVals; ++i) in TryUnfoldSU()
1374 unsigned NumVals = F.getNumOperandRegisters(); in DelayForLiveRegsBottomUp() local
1380 for (; NumVals; --NumVals, ++i) { in DelayForLiveRegsBottomUp()
1386 i += NumVals; in DelayForLiveRegsBottomUp()
H A DLegalizeTypes.cpp456 for (unsigned i = 0, NumVals = Node.getNumValues(); i < NumVals; ++i) in run() local
H A DSelectionDAGBuilder.cpp10400 unsigned NumVals = Op.getNode()->getNumValues(); in lowerRangeToAssertZExt() local
10401 if (NumVals == 1) in lowerRangeToAssertZExt()
10407 for (unsigned I = 1; I != NumVals; ++I) in lowerRangeToAssertZExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp127 const unsigned NumVals = Flags.getNumOperandRegisters(); in PrintAsmOperand() local
128 if (NumVals != 2) in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp639 unsigned NumVals = getNumValNums(); in join()
641 for (unsigned i = 0; i != NumVals; ++i) { in join()
693 if (NumValNos >= NumVals) in join()
700 if (NumNewVals < NumVals) in join()
636 unsigned NumVals = getNumValNums(); join() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp532 const unsigned NumVals = Flags.getNumOperandRegisters(); in PrintAsmOperand() local
535 if (NumVals != 2) { in PrintAsmOperand()
536 if (Subtarget->isGP64bit() && NumVals == 1 && MO.isReg()) { in PrintAsmOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1125 SmallVector<Value *, 4> NumVals; in visitFDiv() local
1128 extractValues(Builder, NumVals, Num); in visitFDiv()
1134 SmallVector<Value *, 4> ResultVals(NumVals.size()); in visitFDiv()
1135 for (int I = 0, E = NumVals.size(); I != E; ++I) { in visitFDiv()
1136 Value *NumElt = NumVals[I]; in visitFDiv()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp383 const unsigned NumVals = F.getNumOperandRegisters(); in PrintAsmOperand() local
400 if (NumVals != 1) in PrintAsmOperand()
411 if (NumVals != 2) in PrintAsmOperand()
H A DARMISelLowering.cpp1972 unsigned NumVals = N->getNumValues(); in getSchedulingPreference() local
1973 if (!NumVals) in getSchedulingPreference()
1976 for (unsigned i = 0; i != NumVals; ++i) { in getSchedulingPreference()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp680 unsigned NumVals = Flags.getNumOperandRegisters(); in LowerINLINEASM() local
689 i += NumVals; in LowerINLINEASM()
694 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1735 unsigned ValNo = 0, NumVals = static_cast<unsigned>(PositionalVals.size()); in ParseCommandLineOptions() local
1749 while (NumVals - ValNo > NumPositionalRequired && !Done) { in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3568 const unsigned NumVals[] = { 1, 0, 1, 1, 1, 1, 2, 2, 3 }; in BuildAtomicExpr() local
3577 && sizeof(NumVals)/sizeof(NumVals[0]) == NumForm, in BuildAtomicExpr()
3933 if (i < NumVals[Form] + 1) { in BuildAtomicExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3942 unsigned NumVals = Flags.getNumOperandRegisters(); in LowerINLINEASM() local
3951 i += NumVals; in LowerINLINEASM()
3956 for (; NumVals; --NumVals, ++i) { in LowerINLINEASM()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10431 unsigned NumVals = N->getNumValues(); in widenVectorOpsToi8() local
10434 NumVals, N.getValueType().changeVectorElementType(MVT::i8))); in widenVectorOpsToi8()
10437 for (unsigned I = 0; I < NumVals; I++) { in widenVectorOpsToi8()