Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIPostRABundler.cpp142 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
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()
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()
DSIFoldOperands.cpp1673 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
DAMDGPUInstructionSelector.cpp1521 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp192 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()
299 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
DWebAssemblyUtilities.cpp89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp165 assert(MI->getNumExplicitDefs() == 1); in lowerRISCVVMachineInstrToMCInst()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp610 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()
611 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
DMachineCSE.cpp793 MI->getNumExplicitDefs() != 1) in isPRECandidate()
DTargetInstrInfo.cpp1239 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
DMachineInstr.cpp745 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
DMachineVerifier.cpp1383 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp52 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
DCombinerHelper.cpp2743 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()
2754 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
DLegalizerHelper.cpp4157 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth()
5165 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp8107 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()