Home
last modified time | relevance | path

Searched defs:NumOps (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DUser.h74 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
208 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
216 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
H A DDerivedUser.h38 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
H A DConstant.h44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
H A DGlobalObject.h35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
H A DInlineAsm.h269 static unsigned getFlagWord(unsigned Kind, unsigned NumOps) { in getFlagWord()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp808 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
830 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
900 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
937 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCallingConvLower.cpp140 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
158 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
H A DMachineRegisterInfo.cpp232 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local
336 unsigned NumOps) { in moveOperands()
H A DMachineInstr.cpp122 if (unsigned NumOps = MCID->getNumOperands() + in MachineInstr() local
187 unsigned NumOps, MachineRegisterInfo *MRI) { in moveOperands()
782 unsigned NumOps; in findInlineAsmFlagIdx() local
1087 unsigned NumOps; in findTiedOperandIdx() local
/freebsd-12.1/contrib/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp141 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp737 unsigned NumOps = Desc.getNumOperands(); in EmitVEXOpcodePrefix() local
1042 unsigned NumOps = MI.getNumOperands(); in DetermineREXPrefix() local
1205 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1108 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local
1167 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local
1513 unsigned NumOps = 0; in handleSpecialFP() local
H A DX86CallFrameOptimization.cpp556 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp161 unsigned NumOps = N->getNumOperands(); in tryInlineAsm() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp24 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
36 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp485 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local
673 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
H A DLegalizeTypes.cpp458 for (unsigned i = 0, NumOps = Node.getNumOperands(); i < NumOps; ++i) in run() local
1006 unsigned NumOps = N->getNumOperands(); in LibCallify() local
H A DInstrEmitter.cpp654 unsigned NumOps = Node->getNumOperands(); in EmitRegSequence() local
1053 unsigned NumOps = Node->getNumOperands(); in EmitSpecialNode() local
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp414 unsigned NumOps = cast<CheckPredicateMatcher>(N)->getNumOperands(); in EmitMatcher() local
876 unsigned NumOps = P.getNumOperands(); in EmitPredicateFunctions() local
H A DPredicateExpander.cpp107 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c533 UINT32 NumOps = 0; in AcpiDbDisplayMethodInfo() local
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp188 for (unsigned I = 0, NumOps = VPI->getNumOperands(); I < NumOps; ++I) in getOperands() local
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp967 unsigned NumOps = OldMI->getNumOperands(); in finishConvertToThreeAddress() local
985 unsigned NumOps = MI.getNumOperands(); in convertToThreeAddress() local
1222 unsigned NumOps = MI.getNumExplicitOperands(); in foldMemoryOperandImpl() local
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp97 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp371 unsigned NumOps = MI->getNumOperands(); in convertToPredForm() local

123