Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineInstr.h595 return getNumExplicitDefs() + MCID->implicit_defs().size();
629 unsigned getNumExplicitDefs() const;
680 operands_begin() + getNumExplicitDefs());
685 operands_begin() + getNumExplicitDefs());
690 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
694 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
697 return make_range(operands_begin() + getNumExplicitDefs(),
701 return make_range(operands_begin() + getNumExplicitDefs(),
1884 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
166 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
H A DAMDGPULegalizerInfo.cpp3643 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeUnsignedDIV_REM()
3669 const unsigned FirstSrcOpIdx = MI.getNumExplicitDefs(); in legalizeSignedDIV_REM()
4506 assert(MI.getNumExplicitDefs() == 1 || MI.getNumExplicitDefs() == 2); in legalizeBufferLoad()
4507 bool IsTFE = MI.getNumExplicitDefs() == 2; in legalizeBufferLoad()
4701 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()
4875 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()
H A DSIFixSGPRCopies.cpp930 } else if (Inst->getNumExplicitDefs() != 0) { in analyzeVGPRToSGPRCopy()
H A DAMDGPURegisterBankInfo.cpp312 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()
1212 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()
3388 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
H A DSIFoldOperands.cpp1683 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
H A DAMDGPUInstructionSelector.cpp1757 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp172 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()
270 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp85 if (MI.getNumExplicitDefs() > 0 && in buildDepsGraph()
H A DSPIRVPreLegalizer.cpp103 unsigned NumOp = MI.getNumExplicitDefs() + AssignNameOperandShift; in foldConstantsIntoIntrinsics()
281 MI.getNumExplicitOperands() - MI.getNumExplicitDefs(); in generateAssignInstrs()
H A DSPIRVInstructionSelector.cpp981 for (unsigned i = I.getNumExplicitDefs(); i < I.getNumExplicitOperands(); ++i) in selectConstVector()
1349 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic()
1357 for (unsigned i = I.getNumExplicitDefs() + 1; in selectIntrinsic()
1366 MIB.addUse(I.getOperand(I.getNumExplicitDefs() + 1).getReg()); in selectIntrinsic()
1367 for (unsigned i = I.getNumExplicitDefs() + 2; in selectIntrinsic()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp114 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp174 assert(MI->getNumExplicitDefs() == 1U + hasVLOutput); in lowerRISCVVMachineInstrToMCInst()
H A DRISCVInsertVSETVLI.cpp266 if (RISCVII::hasSEWOp(TSFlags) && MI.getNumExplicitDefs() == 0) { in getDemanded()
H A DRISCVInstrInfo.cpp2558 if (MI->getNumExplicitDefs() != 1) in hasAllNBitUsers()
2855 return MI.getNumExplicitDefs() == 2 && MI.modifiesRegister(RISCV::VL) && in isFaultFirstLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp288 assert(MI.getNumExplicitOperands() == 3 && MI.getNumExplicitDefs() == 1 && in analyzeMF()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp810 MI->getNumExplicitDefs() != 1) in isPRECandidate()
H A DTwoAddressInstructionPass.cpp692 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()
693 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
H A DTargetInstrInfo.cpp1372 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
H A DMachineInstr.cpp753 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
H A DMachineVerifier.cpp1494 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp56 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
H A DCombinerHelper.cpp2542 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()
2553 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
H A DLegalizerHelper.cpp5167 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8695 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()