Searched defs:NumOps (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedUser.h37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, argument
H A DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) argument
H A DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DGlobalObject.h46 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DInlineAsm.h269 static unsigned getFlagWord(unsigned Kind, unsigned NumOps) { argument
H A DConstants.h897 ConstantExpr(Type *ty, unsigned Opcode, Use *Ops, unsigned NumOps) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCTargetDesc.cpp142 unsigned NumOps = Inst.getNumOperands(); variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp202 unsigned NumOps = Node->getNumOperands(); local
H A DScheduleDAGFast.cpp485 unsigned NumOps = Node->getNumOperands(); local
673 unsigned NumOps = N->getNumOperands(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCallingConvLower.cpp129 unsigned NumOps = Outs.size(); local
147 unsigned NumOps = ArgVTs.size(); local
H A DMachineRegisterInfo.cpp231 unsigned NumOps = MI->getNumOperands(); local
333 moveOperands(MachineOperand *Dst, MachineOperand *Src, unsigned NumOps) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp373 unsigned NumOps = MI->getNumOperands(); local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp106 void PredicateExpander::expandCheckNumOperands(raw_ostream &OS, int NumOps) { argument
H A DCodeGenInstruction.cpp80 unsigned NumOps = 1; local
H A DDAGISelMatcherEmitter.cpp413 unsigned NumOps = cast<CheckPredicateMatcher>(N)->getNumOperands(); local
414 OS << "OPC_CheckPredicateWithOperands, " << NumOps << "/*#Ops*/, "; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp160 unsigned NumOps = N->getNumOperands(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp562 unsigned NumOps = DefMov->getDesc().getNumOperands(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp480 void *MDNode::operator new(size_t Size, unsigned NumOps) { argument
H A DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
35 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, argument
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbdisply.c533 UINT32 NumOps = 0; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp159 unsigned NumOps = CI->getNumArgOperands(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp807 unsigned NumOps = MCID.getNumOperands(); local
829 unsigned NumOps = MCID.getNumOperands(); local
899 unsigned NumOps = MCID.getNumOperands(); local
936 unsigned NumOps = MCID.getNumOperands(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h977 unsigned NumOps = Desc.getNumOperands(); local
H A DX86MCCodeEmitter.cpp865 unsigned NumOps = Desc.getNumOperands(); local
1181 unsigned NumOps = MI.getNumOperands(); local
1388 unsigned NumOps = Desc.getNumOperands(); local
[all...]

Completed in 418 milliseconds

123