| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86EvexToVex.cpp | |
| H A D | X86CompressEVEX.cpp | 129 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands() - 1); in performCustomAdjustments() 144 MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands() - 1); in performCustomAdjustments() 166 const MachineOperand &Imm = MI.getOperand(MI.getNumExplicitOperands() - 1); in performCustomAdjustments()
|
| H A D | X86WinFixupBufferSecurityCheck.cpp | 87 MI.getNumExplicitOperands() == 1) { in getSecurityCheckerBasicBlock()
|
| H A D | X86FixupBWInsts.cpp | 309 assert(MI->getNumExplicitOperands() == 2); in tryReplaceCopy()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineInstr.h | 652 return getNumOperands() - getNumExplicitOperands(); 670 unsigned getNumExplicitOperands() const; 693 operands_begin() + getNumExplicitOperands()); 697 operands_begin() + getNumExplicitOperands()); 742 operands_begin() + getNumExplicitOperands()); 746 operands_begin() + getNumExplicitOperands());
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFixIrreducibleControlFlow.cpp | 381 unsigned Index = MIB.getInstr()->getNumExplicitOperands() - 1; in makeSingleEntryLoop() 479 ->getOperand(MIB.getInstr()->getNumExplicitOperands() - 1) in makeSingleEntryLoop()
|
| H A D | WebAssemblyFixBrTableDefaults.cpp | 134 MI.removeOperand(MI.getNumExplicitOperands() - 1); in fixBrTableDefault()
|
| H A D | WebAssemblyUtilities.cpp | 97 return MI.getOperand(MI.getNumExplicitOperands() - 1); in getCalleeOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
| H A D | WebAssemblyUtilities.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SLSHardening.cpp | 427 assert(BLR.getNumExplicitOperands() == NumRegOperands && in convertBLRToBL() 460 for (unsigned OpIdx = BL->getNumExplicitOperands(); in convertBLRToBL()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.cpp | 251 return MI.getOperand(MI.getNumExplicitOperands() - 1).getMBB(); in getBranchDestBlock() 259 int NumOp = LastInst.getNumExplicitOperands(); in parseCondBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZElimCompare.cpp | 430 FirstOpNum = CCUserMI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr() 495 return Compare.getNumExplicitOperands() == 2 && in isCompareZero()
|
| H A D | SystemZInstrInfo.cpp | 538 if (MI.getNumExplicitOperands() == 2 && MI.getOperand(0).isReg() && in analyzeCompare() 1380 unsigned NumOps = MI.getNumExplicitOperands(); in foldMemoryOperandImpl() 2148 0 : CCUsers[Idx]->getNumExplicitOperands() - 2); in prepareCompareSwapOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIShrinkInstructions.cpp | 146 for (unsigned I = 0, E = MI.getNumExplicitOperands(); I != E; ++I) { in shouldShrinkTrue16() 748 MIB->removeOperand(MIB->getNumExplicitOperands()); in matchSwap() 761 unsigned OpNo = MovT.getNumExplicitOperands() + I; in matchSwap()
|
| H A D | SIFoldOperands.cpp | 529 MI->removeOperand(MI->getNumExplicitOperands() - 1); in tryAddToFoldList() 664 for (unsigned I = 1, E = Def->getNumExplicitOperands(); I < E; I += 2) { in getRegSeqInit() 1931 for (unsigned K = 1; K < PHI.getNumExplicitOperands(); K += 2) { in tryFoldPhiAGPR() 1958 for (unsigned K = 1; K < PHI.getNumExplicitOperands(); K += 2) { in tryFoldPhiAGPR()
|
| H A D | SIWholeQuadMode.cpp | 1450 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs() 1486 assert(MI->getNumExplicitOperands() == 3); in lowerCopyInstrs() 1494 assert(MI->getNumExplicitOperands() == 2); in lowerCopyInstrs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFixCortexA57AES1742098Pass.cpp | 288 assert(MI.getNumExplicitOperands() == 3 && MI.getNumExplicitDefs() == 1 && in analyzeMF()
|
| H A D | ARMSLSHardening.cpp | 333 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertIndirectCallToIndirectJump()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 320 if (I.getNumOperands() != I.getNumExplicitOperands()) { in select() 1425 for (unsigned i = I.getNumExplicitDefs(); i < I.getNumExplicitOperands(); ++i) in selectConstVector() 1904 for (unsigned i = StartingIndex; i < I.getNumExplicitOperands(); ++i) in selectGEP() 1913 unsigned Lim = I.getNumExplicitOperands(); in wrapIntoSpecConstantOp() 1976 MachineInstr *Init = I.getNumExplicitOperands() > 2 in selectIntrinsic() 1990 bool IsNull = I.getNumExplicitDefs() + 1 == I.getNumExplicitOperands(); in selectIntrinsic() 2013 i < I.getNumExplicitOperands(); ++i) { in selectIntrinsic() 2020 for (unsigned i = 1; i < I.getNumExplicitOperands(); ++i) { in selectIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchCoalescing.cpp | 262 if (I.getNumOperands() != I.getNumExplicitOperands()) { in canCoalesceBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 1315 BMI->getOperand(BMI->getNumExplicitOperands() - 1).setMBB(DestBB); in fixupConditionalBr() 1316 MI->getOperand(MI->getNumExplicitOperands() - 1).setMBB(NewDest); in fixupConditionalBr()
|
| H A D | CSKYInstrInfo.cpp | 149 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.cpp | 906 if (!NeedGPRC || MI.getNumExplicitOperands() < 3 || in getRegAllocationHints() 913 } else if (OpIdx == 1 && (!NeedGPRC || MI.getNumExplicitOperands() < 3 || in getRegAllocationHints()
|
| H A D | RISCVInstrInfo.cpp | 1261 int NumOp = MI.getNumExplicitOperands(); in getBranchDestBlock() 2731 if (LdSt.getNumExplicitOperands() != 3) in getMemOperandWithOffsetWidth() 3194 if ((MI.getOperand(MI.getNumExplicitOperands() - 1).getImm() & 1) == 0) in findCommutedOpIndices() 3214 if ((MI.getOperand(MI.getNumExplicitOperands() - 1).getImm() & 1) == 0) in findCommutedOpIndices() 3556 MI.getNumExplicitOperands() == 7 && in convertToThreeAddress() 3590 MI.getNumExplicitOperands() == 6); in convertToThreeAddress()
|
| H A D | RISCVExpandPseudoInsts.cpp | 263 assert(MBBI->getNumExplicitOperands() == 3 && MBBI->getNumOperands() >= 5 && in expandVSetVL()
|