Home
last modified time | relevance | path

Searched refs:getNumExplicitDefs (Results 1 – 18 of 18) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h568 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
606 unsigned getNumExplicitDefs() const;
657 operands_begin() + getNumExplicitDefs());
662 operands_begin() + getNumExplicitDefs());
667 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
671 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
674 return make_range(operands_begin() + getNumExplicitDefs(),
678 return make_range(operands_begin() + getNumExplicitDefs(),
1847 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp142 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
H A DAMDGPULegalizerInfo.cpp3098 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeUnsignedDIV_REM()
3124 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeSignedDIV_REM()
4086 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()
4255 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()
4348 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
H A DAMDGPURegisterBankInfo.cpp313 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()
1295 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()
3256 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
H A DSIFoldOperands.cpp1673 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
H A DAMDGPUInstructionSelector.cpp1521 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp192 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()
299 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp165 assert(MI->getNumExplicitDefs() == 1); in lowerRISCVVMachineInstrToMCInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp610 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()
611 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
H A DMachineCSE.cpp793 MI->getNumExplicitDefs() != 1) in isPRECandidate()
H A DTargetInstrInfo.cpp1239 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
H A DMachineInstr.cpp745 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
H A DMachineVerifier.cpp1383 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp52 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
H A DCombinerHelper.cpp2743 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()
2754 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
H A DLegalizerHelper.cpp4157 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth()
5165 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8107 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()