/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(); printOpExtInst() local 325 const unsigned NumOps = MI->getNumOperands(); printStringImm() local [all...] |
H A D | SPIRVMCCodeEmitter.cpp | 94 unsigned NumOps = MI.getNumOperands(); emitTypedInstrOperands() local
|
H A D | SPIRVBaseInfo.h | 253 const unsigned NumOps = MI.getNumOperands(); getSPIRVStringOperand() local
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | User.h | 73 User(Type * ty,unsigned vty,Use *,unsigned NumOps) User() argument 207 setGlobalVariableNumOperands(unsigned NumOps) setGlobalVariableNumOperands() argument 215 setNumHungOffUseOperands(unsigned NumOps) setNumHungOffUseOperands() argument [all...] |
H A D | DerivedUser.h | 37 DerivedUser(Type * Ty,unsigned VK,Use * U,unsigned NumOps,DeleteValueTy DeleteValue) DerivedUser() argument
|
H A D | Constant.h | 44 Constant(Type * ty,ValueTy vty,Use * Ops,unsigned NumOps) Constant() argument
|
H A D | GlobalObject.h | 46 GlobalValue(Ty,VTy,Ops,NumOps,Linkage,Name,AddressSpace) GlobalValue() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 815 unsigned NumOps = MCID.getNumOperands(); ReduceTo2Addr() local 837 unsigned NumOps = MCID.getNumOperands(); ReduceTo2Addr() local 906 unsigned NumOps = MCID.getNumOperands(); ReduceToNarrow() local 943 unsigned NumOps = MCID.getNumOperands(); ReduceToNarrow() local [all...] |
/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(); verifyUseList() local 346 moveOperands(MachineOperand * Dst,MachineOperand * Src,unsigned NumOps) moveOperands() argument
|
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 99 unsigned NumOps = Inst.getNumOperands(); evaluateBranch() local
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.cpp | 142 unsigned NumOps = Inst.getNumOperands(); evaluateBranch() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 496 unsigned NumOps = MI.getNumOperands(); computeKnownBitsImpl() local 510 unsigned NumOps = MI.getNumOperands(); computeKnownBitsImpl() local
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 961 unsigned NumOps = MI.getNumOperands(); emitVEXOpcodePrefix() local 1219 unsigned NumOps = Desc.getNumOperands(); emitVEXOpcodePrefix() local 1337 unsigned NumOps = MI.getNumOperands(); emitREXPrefix() local 1551 unsigned NumOps = Desc.getNumOperands(); encodeInstruction() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 1180 unsigned NumOps = MI.getDesc().getNumOperands(); handleOneArgFP() local 1243 unsigned NumOps = MI.getDesc().getNumOperands(); handleOneArgFPRW() local 1594 unsigned NumOps = 0; handleSpecialFP() local [all...] |
H A D | X86CallFrameOptimization.cpp | 554 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
|
/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
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MachineInstrTest.cpp | 54 unsigned short NumOps = 2; in TEST() local 126 unsigned short NumOps = 2; in TEST() local
|
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelDAGToDAG.cpp | 173 unsigned NumOps = N->getNumOperands(); tryInlineAsm() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVMergeBaseOffset.cpp | 420 unsigned NumOps = 0; foldIntoMemoryOps() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 627 operator new(size_t Size,size_t NumOps,StorageType Storage) operator new() argument 672 Header(size_t NumOps,StorageType Storage) Header() argument 705 resize(size_t NumOps) resize() argument 718 resizeSmall(size_t NumOps) resizeSmall() argument 735 resizeSmallToLarge(size_t NumOps) resizeSmallToLarge() argument [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 374 for (unsigned I = InlineAsm::MIOp_FirstOperand, NumOps = MI->getNumOperands(); emitInlineAsm() local
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstruction.cpp | 83 unsigned NumOps = 1; in CGIOperandList() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 158 unsigned NumOps = CI->arg_size(); in lowerPrintfForGpu() local
|
H A D | R600OpenCLImageTypeLoweringPass.cpp | 82 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local
|