Searched refs:getNumExplicitDefs (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp89 return MI.getOperand(MI.getNumExplicitDefs());
H A DWebAssemblyMCInstLower.cpp209 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs();
311 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs()));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp124 if (I->getNumExplicitDefs() == 0)
H A DAMDGPURegisterBankInfo.cpp312 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) {
1268 const int NumDefs = MI.getNumExplicitDefs();
3191 RsrcIdx += MI.getNumExplicitDefs() + 1;
H A DAMDGPULegalizerInfo.cpp3680 const int NumDefs = MI.getNumExplicitDefs();
3778 MI.getOperand(MI.getNumExplicitDefs()).setIntrinsicID(
H A DAMDGPUInstructionSelector.cpp1361 MI.getNumExplicitDefs());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h509 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
547 unsigned getNumExplicitDefs() const;
594 operands_begin() + getNumExplicitDefs());
599 operands_begin() + getNumExplicitDefs());
604 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
608 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
611 return make_range(operands_begin() + getNumExplicitDefs(),
615 return make_range(operands_begin() + getNumExplicitDefs(),
1756 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp52 assert(MI.getNumExplicitDefs() == 1 &&
H A DCombinerHelper.cpp1645 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp777 MI->getNumExplicitDefs() != 1)
H A DTargetInstrInfo.cpp1212 if (MI.getNumExplicitDefs() != 1)
H A DMachineInstr.cpp739 unsigned MachineInstr::getNumExplicitDefs() const { function in class:MachineInstr
H A DMachineVerifier.cpp1324 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5125 for (unsigned i = MI.getNumExplicitDefs(), e = MI.getNumExplicitOperands();
7922 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 &&

Completed in 145 milliseconds