/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 41 const unsigned NumOps = MI->getNumOperands(); in printRemainingVariableOps() local 194 const unsigned NumOps = MI->getNumOperands(); in printInst() local 230 const auto NumOps = MI->getNumOperands(); in printOpExtInst() local 325 const unsigned NumOps = MI->getNumOperands(); in printStringImm() local
|
H A D | SPIRVMCCodeEmitter.cpp | 91 unsigned NumOps = MI.getNumOperands(); emitTypedInstrOperands() local
|
H A D | SPIRVBaseInfo.h | 253 const unsigned NumOps = MI.getNumOperands(); in getSPIRVStringOperand() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 73 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 D | DerivedUser.h | 37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
|
H A D | Constant.h | 44 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
H A D | GlobalObject.h | 46 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace) { in GlobalValue() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 815 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 837 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 906 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local 943 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 128 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 146 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
H A D | MachineRegisterInfo.cpp | 242 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local 346 unsigned NumOps) { in moveOperands()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.cpp | 141 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 99 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 496 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local 510 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 964 unsigned NumOps = MI.getNumOperands(); in emitVEXOpcodePrefix() local 1222 unsigned NumOps = Desc.getNumOperands(); in emitVEXOpcodePrefix() local 1340 unsigned NumOps = MI.getNumOperands(); in emitREXPrefix() local 1554 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 1180 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local 1243 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local 1594 unsigned NumOps = 0; in handleSpecialFP() local
|
H A D | X86CallFrameOptimization.cpp | 554 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 490 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local 683 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 627 void *MDNode::operator new(size_t Size, size_t NumOps, StorageType Storage) { in operator new() 672 MDNode::Header::Header(size_t NumOps, StorageType Storage) { in Header() 705 void MDNode::Header::resize(size_t NumOps) { in resize() 718 void MDNode::Header::resizeSmall(size_t NumOps) { in resizeSmall() 735 void MDNode::Header::resizeSmallToLarge(size_t NumOps) { in resizeSmallToLarge()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 173 unsigned NumOps = N->getNumOperands(); in tryInlineAsm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 420 unsigned NumOps = 0; in foldIntoMemoryOps() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 378 for (unsigned I = InlineAsm::MIOp_FirstOperand, NumOps = MI->getNumOperands(); in emitInlineAsm() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 83 unsigned NumOps = 1; in CGIOperandList() local
|
/freebsd/sys/contrib/dev/acpica/components/debugger/ |
H A D | dbdisply.c | 535 UINT32 NumOps = 0; in AcpiDbDisplayMethodInfo() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 158 unsigned NumOps = CI->arg_size(); in lowerPrintfForGpu() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 549 unsigned NumOps = cast<CheckPredicateMatcher>(N)->getNumOperands(); in EmitMatcher() local 1122 unsigned NumOps = P.getNumOperands(); in EmitPredicateFunctions() local
|