Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp41 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 DSPIRVMCCodeEmitter.cpp94 unsigned NumOps = MI.getNumOperands(); emitTypedInstrOperands() local
H A DSPIRVBaseInfo.h253 const unsigned NumOps = MI.getNumOperands(); getSPIRVStringOperand() local
/llvm-project/llvm/include/llvm/IR/
H A DUser.h73 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 DDerivedUser.h37 DerivedUser(Type * Ty,unsigned VK,Use * U,unsigned NumOps,DeleteValueTy DeleteValue) DerivedUser() argument
H A DConstant.h44 Constant(Type * ty,ValueTy vty,Use * Ops,unsigned NumOps) Constant() argument
H A DGlobalObject.h46 GlobalValue(Ty,VTy,Ops,NumOps,Linkage,Name,AddressSpace) GlobalValue() argument
/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp815 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 DCallingConvLower.cpp128 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
146 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
H A DMachineRegisterInfo.cpp242 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 DLoongArchMCTargetDesc.cpp99 unsigned NumOps = Inst.getNumOperands(); evaluateBranch() local
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp142 unsigned NumOps = Inst.getNumOperands(); evaluateBranch() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp496 unsigned NumOps = MI.getNumOperands(); computeKnownBitsImpl() local
510 unsigned NumOps = MI.getNumOperands(); computeKnownBitsImpl() local
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp961 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 DX86FloatingPoint.cpp1180 unsigned NumOps = MI.getDesc().getNumOperands(); handleOneArgFP() local
1243 unsigned NumOps = MI.getDesc().getNumOperands(); handleOneArgFPRW() local
1594 unsigned NumOps = 0; handleSpecialFP() local
[all...]
H A DX86CallFrameOptimization.cpp554 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp490 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local
683 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
/llvm-project/llvm/unittests/CodeGen/
H A DMachineInstrTest.cpp54 unsigned short NumOps = 2; in TEST() local
126 unsigned short NumOps = 2; in TEST() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp173 unsigned NumOps = N->getNumOperands(); tryInlineAsm() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp420 unsigned NumOps = 0; foldIntoMemoryOps() local
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp627 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 DAsmPrinterInlineAsm.cpp374 for (unsigned I = InlineAsm::MIOp_FirstOperand, NumOps = MI->getNumOperands(); emitInlineAsm() local
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.cpp83 unsigned NumOps = 1; in CGIOperandList() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp158 unsigned NumOps = CI->arg_size(); in lowerPrintfForGpu() local
H A DR600OpenCLImageTypeLoweringPass.cpp82 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local

1234