Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h557 return getNumExplicitDefs() + MCID->getNumImplicitDefs();
595 unsigned getNumExplicitDefs() const;
646 operands_begin() + getNumExplicitDefs());
651 operands_begin() + getNumExplicitDefs());
656 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
660 return make_range(operands_begin() + getNumExplicitDefs(), operands_end());
663 return make_range(operands_begin() + getNumExplicitDefs(),
667 return make_range(operands_begin() + getNumExplicitDefs(),
1837 return getOperand(getNumExplicitDefs()).getIntrinsicID();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp142 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
154 if (I->getNumExplicitDefs() != 0) in runOnMachineFunction()
H A DAMDGPURegisterBankInfo.cpp313 for (unsigned I = 0, E = MI.getNumExplicitDefs(); I != E; ++I) { in addMappingFromTable()
1294 const int NumDefs = MI.getNumExplicitDefs(); in applyMappingImage()
3164 RsrcIdx += MI.getNumExplicitDefs() + 1; in getImageMapping()
H A DAMDGPULegalizerInfo.cpp3943 const bool HasReturn = MI.getNumExplicitDefs() != 0; in legalizeBufferAtomic()
4116 const unsigned NumDefs = MI.getNumExplicitDefs(); in legalizeImageIntrinsic()
4209 MI.getOperand(MI.getNumExplicitDefs()) in legalizeImageIntrinsic()
H A DSIFoldOperands.cpp1651 if (!ST->hasGFX90AInsts() || MI.getNumExplicitDefs() != 1) in tryFoldLoad()
H A DAMDGPUInstructionSelector.cpp1480 const unsigned ArgOffset = MI.getNumExplicitDefs() + 1; in selectImageIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp89 return MI.getOperand(MI.getNumExplicitDefs()); in getCalleeOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp239 unsigned NumVariadicDefs = MI->getNumExplicitDefs() - Desc.getNumDefs(); in lower()
346 OutMI.insert(OutMI.begin(), MCOperand::createImm(MI->getNumExplicitDefs())); in lower()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVMCInstLower.cpp165 assert(MI->getNumExplicitDefs() == 1); in lowerRISCVVMachineInstrToMCInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp605 assert(mi->getNumExplicitDefs() == 1); in convertInstTo3Addr()
606 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp51 assert(MI.getNumExplicitDefs() == 1 && in getKnownBits()
H A DUtils.cpp1007 return MI.getOperand(MI.getNumExplicitDefs()).getIntrinsicID(); in getIntrinsicID()
H A DCombinerHelper.cpp2697 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithOperand()
2708 assert(MI.getNumExplicitDefs() == 1 && "Expected one explicit def?"); in replaceSingleDefInstWithReg()
H A DLegalizerHelper.cpp3951 const int NumDefOps = MI.getNumExplicitDefs(); in reduceOperationWidth()
4778 unsigned NumDefs = MI.getNumExplicitDefs(); in narrowScalarAddSub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8053 assert(Inst.getNumExplicitOperands() == 3 && Inst.getNumExplicitDefs() == 1 && in hasReassociableOperands()