Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
207 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
215 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
H A DDerivedUser.h37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
H A DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
H A DGlobalObject.h47 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp151 int NumOps = MI->getNumExplicitOperands(); in lowerRISCVVMachineInstrToMCInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp817 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
839 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
909 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
946 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCallingConvLower.cpp133 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
151 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
H A DMachineRegisterInfo.cpp231 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local
335 unsigned NumOps) { in moveOperands()
H A DMachineInstr.cpp124 if (unsigned NumOps = MCID->getNumOperands() + in MachineInstr() local
195 unsigned NumOps, MachineRegisterInfo *MRI) { in moveOperands()
820 unsigned NumOps; in findInlineAsmFlagIdx() local
1171 unsigned NumOps; in findTiedOperandIdx() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp455 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local
469 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp142 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp884 unsigned NumOps = Desc.getNumOperands(); in emitVEXOpcodePrefix() local
1219 unsigned NumOps = MI.getNumOperands(); in emitREXPrefix() local
1420 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1121 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local
1182 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local
1530 unsigned NumOps = 0; in handleSpecialFP() local
H A DX86CallFrameOptimization.cpp563 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp160 unsigned NumOps = N->getNumOperands(); in tryInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp485 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local
673 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp488 unsigned NumOps = cast<CheckPredicateMatcher>(N)->getNumOperands(); in EmitMatcher() local
953 unsigned NumOps = P.getNumOperands(); in EmitPredicateFunctions() local
H A DPredicateExpander.cpp106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { in expandCheckNumOperands()
H A DCodeGenInstruction.cpp81 unsigned NumOps = 1; in CGIOperandList() local
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c427 UINT32 NumOps = 0; in AcpiDbDisplayMethodInfo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp223 auto NumOps = Args.size(); in emitAMDGPUPrintfCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp515 for (unsigned I = InlineAsm::MIOp_FirstOperand, NumOps = MI->getNumOperands(); in emitInlineAsm() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600OpenCLImageTypeLoweringPass.cpp81 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp190 for (unsigned I = 0, NumOps = VPI->getNumOperands(); I < NumOps; ++I) in getOperands() local

1234