| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 595 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 D | SIPostRABundler.cpp | 154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction() 166 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
|
| H A D | AMDGPULegalizerInfo.cpp | 3643 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 D | SIFixSGPRCopies.cpp | 930 } else if (Inst->getNumExplicitDefs() != 0) { in analyzeVGPRToSGPRCopy()
|
| H A D | AMDGPURegisterBankInfo.cpp | 312 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 D | SIFoldOperands.cpp | 1683 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
|
| H A D | AMDGPUInstructionSelector.cpp | 1757 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyMCInstLower.cpp | 172 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 D | SPIRVDuplicatesTracker.cpp | 85 if (MI.getNumExplicitDefs() > 0 && in buildDepsGraph()
|
| H A D | SPIRVPreLegalizer.cpp | 103 unsigned NumOp = MI.getNumExplicitDefs() + AssignNameOperandShift; in foldConstantsIntoIntrinsics() 281 MI.getNumExplicitOperands() - MI.getNumExplicitDefs(); in generateAssignInstrs()
|
| H A D | SPIRVInstructionSelector.cpp | 981 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 D | WebAssemblyUtilities.cpp | 114 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVMCInstLower.cpp | 174 assert(MI->getNumExplicitDefs() == 1U + hasVLOutput); in lowerRISCVVMachineInstrToMCInst()
|
| H A D | RISCVInsertVSETVLI.cpp | 266 if (RISCVII::hasSEWOp(TSFlags) && MI.getNumExplicitDefs() == 0) { in getDemanded()
|
| H A D | RISCVInstrInfo.cpp | 2558 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 D | ARMFixCortexA57AES1742098Pass.cpp | 288 assert(MI.getNumExplicitOperands() == 3 && MI.getNumExplicitDefs() == 1 && in analyzeMF()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineCSE.cpp | 810 MI->getNumExplicitDefs() != 1) in isPRECandidate()
|
| H A D | TwoAddressInstructionPass.cpp | 692 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr() 693 assert(NewMI->getNumExplicitDefs() == 1); in convertInstTo3Addr()
|
| H A D | TargetInstrInfo.cpp | 1372 if (MI.getNumExplicitDefs() != 1) in describeLoadedValue()
|
| H A D | MachineInstr.cpp | 753 unsigned MachineInstr::getNumExplicitDefs() const { in getNumExplicitDefs() function in MachineInstr
|
| H A D | MachineVerifier.cpp | 1494 const MachineOperand &IntrIDOp = MI->getOperand(MI->getNumExplicitDefs()); in verifyPreISelGenericInstruction()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 56 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
|
| H A D | CombinerHelper.cpp | 2542 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand() 2553 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
|
| H A D | LegalizerHelper.cpp | 5167 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 8695 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()
|